diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-07-24 11:15:39 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-07-24 11:48:09 +0900 |
commit | 4390dfea9ab033490ef0f94329d7098ffd0ca4dc (patch) | |
tree | d30981a85871386df0e6532271d5329f823b234e /test/scenario_test/noseplugin.py | |
parent | 17deee6aa3e9a10179cda2e7e21fe435312b0051 (diff) |
test: build docker image once, use it for all tests
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/noseplugin.py')
-rw-r--r-- | test/scenario_test/noseplugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/noseplugin.py b/test/scenario_test/noseplugin.py index 1eae95bb..39929645 100644 --- a/test/scenario_test/noseplugin.py +++ b/test/scenario_test/noseplugin.py @@ -8,7 +8,7 @@ class OptionParser(Plugin): def options(self, parser, env=os.environ): super(OptionParser, self).options(parser, env=env) - parser.add_option('--use-local', action="store_true", dest="use_local", default=False) + parser.add_option('--gobgp-image', action="store", dest="gobgp_image", default="osrg/gobgp") parser.add_option('--exabgp-path', action="store", dest="exabgp_path", default="") parser.add_option('--go-path', action="store", dest="go_path", default="") parser.add_option('--gobgp-log-level', action="store", |