From 5a6858c0c59393e8e2f464cbc093eb1b3cc820e1 Mon Sep 17 00:00:00 2001 From: Naoto Hanaue Date: Tue, 27 Jan 2015 20:48:38 +0900 Subject: scenario_test: fix TypeError in malformed_test --- test/scenario_test/README.md | 2 +- test/scenario_test/route_server_malformed_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md index 034c2a62..2ae7a9ff 100644 --- a/test/scenario_test/README.md +++ b/test/scenario_test/README.md @@ -60,5 +60,5 @@ After the test, test results will be shown. Notes ----- use [ --use-local ] option when execute gobgp program of local system. - + use [ --go-path ] option when not root and use sudo command. \ No newline at end of file diff --git a/test/scenario_test/route_server_malformed_test.py b/test/scenario_test/route_server_malformed_test.py index 8ba90c74..7bff94d3 100644 --- a/test/scenario_test/route_server_malformed_test.py +++ b/test/scenario_test/route_server_malformed_test.py @@ -64,7 +64,7 @@ def test_malformed_packet(): for pkey in pattern: conf_file = pwd + "/exabgp_test_conf/" + pkey if os.path.isfile(conf_file) is True: - fab.init_malformed_test_env_executor(pkey, use_local, go_path) + fab.init_malformed_test_env_executor(pkey, use_local) print "please wait" time.sleep(sleep_time) yield check_em, pkey, pattern[pkey] -- cgit v1.2.3