diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-06-30 11:27:49 +0900 |
---|---|---|
committer | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-07-01 14:26:35 +0900 |
commit | 2e0ba39ce9b5d393fe64fa20d98598b8bb454d59 (patch) | |
tree | 9aadfa891a7b7b0de2026a6ac42c488ad98c0185 /test/scenario_test/gobgp_test.py | |
parent | ae8862599082f6bd70423df255db6f4769cad5a1 (diff) |
scenario_test: add test case for distribute policy update
Diffstat (limited to 'test/scenario_test/gobgp_test.py')
-rw-r--r-- | test/scenario_test/gobgp_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/gobgp_test.py b/test/scenario_test/gobgp_test.py index e416db2c..452b7f7a 100644 --- a/test/scenario_test/gobgp_test.py +++ b/test/scenario_test/gobgp_test.py @@ -200,7 +200,7 @@ class GoBGPTestBase(unittest.TestCase): return result def soft_reset(self, neighbor_address, af, type="in"): - cmd = "%s -j " % CLI_CMD + cmd = "%s -j " % CLI_CMD cmd += "neighbor %s " % neighbor_address cmd += "softreset%s -a %s" % (type, af) local(cmd) |