From 2e0ba39ce9b5d393fe64fa20d98598b8bb454d59 Mon Sep 17 00:00:00 2001 From: Hiroshi Yokoi Date: Tue, 30 Jun 2015 11:27:49 +0900 Subject: scenario_test: add test case for distribute policy update --- test/scenario_test/gobgp_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scenario_test/gobgp_test.py') 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) -- cgit v1.2.3