summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/noseplugin.py
diff options
context:
space:
mode:
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 39929645..9da21e8a 100644
--- a/test/scenario_test/noseplugin.py
+++ b/test/scenario_test/noseplugin.py
@@ -8,6 +8,7 @@ class OptionParser(Plugin):
def options(self, parser, env=os.environ):
super(OptionParser, self).options(parser, env=env)
+ parser.add_option('--test-prefix', action="store", dest="test_prefix", default="")
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="")