summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/noseplugin.py
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-05-25 02:43:31 +0000
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-05-25 02:53:42 +0000
commit0dbf1d87cb6f42498e6607d616572fb80d36fd83 (patch)
treea942f671dd44ee75480ad6d3f162d9d29f1be42d /test/scenario_test/noseplugin.py
parent7c42e295e28c233fdb7a130681cd490308f116ca (diff)
policy: add local-pref action
$ gobgp policy statement st01 add action local-pref 110 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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scenario_test/noseplugin.py b/test/scenario_test/noseplugin.py
index ad6c2f13..a53272c3 100644
--- a/test/scenario_test/noseplugin.py
+++ b/test/scenario_test/noseplugin.py
@@ -15,6 +15,7 @@ class OptionParser(Plugin):
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)
+ parser.add_option('--config-format', action="store", dest="config_format", default="yaml")
def configure(self, options, conf):
super(OptionParser, self).configure(options, conf)