diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-08-22 02:58:34 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-08-22 16:23:02 +0900 |
commit | 119137f4fdf4123fcba808d5f736eed4bb1e1968 (patch) | |
tree | ee8a25d35c015439a100482a84c8022143ea8320 /test/scenario_test/noseplugin.py | |
parent | 0b021a22b8a8c5e7e9f9cb840c5268a77eaa6417 (diff) |
test: enable parallel execution of policy test
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scenario_test/noseplugin.py b/test/scenario_test/noseplugin.py index 9da21e8a..ad6c2f13 100644 --- a/test/scenario_test/noseplugin.py +++ b/test/scenario_test/noseplugin.py @@ -14,6 +14,7 @@ class OptionParser(Plugin): parser.add_option('--go-path', action="store", dest="go_path", default="") parser.add_option('--gobgp-log-level', action="store", dest="gobgp_log_level", default="info") + parser.add_option('--test-index', action="store", type="int", dest="test_index", default=0) def configure(self, options, conf): super(OptionParser, self).configure(options, conf) |