summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/noseplugin.py
diff options
context:
space:
mode:
authorHiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp>2015-02-25 17:44:17 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-02-25 22:06:17 +0900
commit3dd63d4afbfd19c67b0746e223de1657040e0da8 (patch)
treeaa073de7b07464f608c0aa26a9f051c8003ef346 /test/scenario_test/noseplugin.py
parent149f1f2ea90e9d92a5839a45dcd8e533d0055efe (diff)
scenario_test: add --gobgp-log-debug option
Diffstat (limited to 'test/scenario_test/noseplugin.py')
-rw-r--r--test/scenario_test/noseplugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scenario_test/noseplugin.py b/test/scenario_test/noseplugin.py
index d2cb32bf..daabeb20 100644
--- a/test/scenario_test/noseplugin.py
+++ b/test/scenario_test/noseplugin.py
@@ -10,6 +10,7 @@ class OptionParser(Plugin):
super(OptionParser, self).options(parser, env=env)
parser.add_option('--use-local', action="store_true", dest="use_local", default=False)
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)
def configure(self, options, conf):
super(OptionParser, self).configure(options, conf)