diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/scenario_test/README.md | 2 | ||||
-rw-r--r-- | test/scenario_test/route_server_malformed_test.py | 2 |
2 files changed, 2 insertions, 2 deletions
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] |