From bb84cdcfd5c5d4761778518a8e9d3c0ec7e7e949 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Sun, 29 Mar 2015 13:02:43 +0000 Subject: scenario_test: add option to specify exabgp_path can be used to use local exabgp repository Signed-off-by: ISHIDA Wataru --- test/scenario_test/noseplugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/scenario_test/noseplugin.py') diff --git a/test/scenario_test/noseplugin.py b/test/scenario_test/noseplugin.py index daabeb20..a0cedb80 100644 --- a/test/scenario_test/noseplugin.py +++ b/test/scenario_test/noseplugin.py @@ -9,6 +9,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('--exabgp-path', action="store", dest="exabgp_path", default="") parser.add_option('--go-path', action="store", dest="go_path", default="") parser.add_option('--gobgp-log-debug', action="store_true", dest="gobgp_log_debug", default=False) -- cgit v1.2.3