summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/route_server_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test/route_server_test.py')
-rw-r--r--test/scenario_test/route_server_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario_test/route_server_test.py b/test/scenario_test/route_server_test.py
index 63063d50..db75e97d 100644
--- a/test/scenario_test/route_server_test.py
+++ b/test/scenario_test/route_server_test.py
@@ -37,10 +37,10 @@ class GoBGPTest(GoBGPTestBase):
def test_01_neighbor_established(self):
print "test_neighbor_established"
- use_local = parser_option.use_local
+ image = parser_option.gobgp_image
go_path = parser_option.go_path
log_debug = True if parser_option.gobgp_log_level == 'debug' else False
- fab.init_test_env_executor(self.quagga_num, use_local, go_path, log_debug)
+ fab.init_test_env_executor(self.quagga_num, image, go_path, log_debug)
print "please wait " + str(self.initial_wait_time) + " second"
time.sleep(self.initial_wait_time)