diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-03-28 18:35:29 +0000 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-03-29 14:24:54 +0000 |
commit | d00b3f3ed164582642768f24b604c34305902f83 (patch) | |
tree | a1e109e12468992f4a6104734cba1eedce0a4253 /test | |
parent | a5b688e4e34f979fd299cb98216ff1d7a4046958 (diff) |
scenario_test: fix typo
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test')
-rw-r--r-- | test/scenario_test/docker_control.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario_test/docker_control.py b/test/scenario_test/docker_control.py index be3be4d0..84bf9a54 100644 --- a/test/scenario_test/docker_control.py +++ b/test/scenario_test/docker_control.py @@ -338,7 +338,7 @@ def make_config_append(quagga_num, go_path, bridge, peer_opts=""): local(cmd, capture=True) -def change_exagbp_version(): +def change_exabgp_version(): cmd = "docker exec exabgp git -C /root/exabgp pull origin master" local(cmd, capture=True) @@ -482,7 +482,7 @@ def init_malformed_test_env_executor(conf_file, use_local, go_path, log_debug=F make_startup_file(log_opt=opt) change_owner_to_root(CONFIG_DIR) - change_exagbp_version() + change_exabgp_version() start_gobgp() |