diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-01-27 20:48:38 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-01-28 15:40:28 +0900 |
commit | 5a6858c0c59393e8e2f464cbc093eb1b3cc820e1 (patch) | |
tree | 482f4d90eda4018a0063a4593ead6de59f86da18 /test/scenario_test | |
parent | a3e802b314d2f928456d59ad748897a74c269ee2 (diff) |
scenario_test: fix TypeError in malformed_test
Diffstat (limited to 'test/scenario_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] |