diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-09-11 21:25:22 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-09-11 21:30:43 +0900 |
commit | dd886ff908393e91ed8038b1c5c82415c906b67d (patch) | |
tree | 6d71b1ee3c1018242f8249b8e07ab7ef150df753 /test/scenario_test/run_all_tests.sh | |
parent | e71a6424dd1ed64ddd47f2371d06381cacdae3ad (diff) |
test: disable scenario test for zebra
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/run_all_tests.sh')
-rwxr-xr-x | test/scenario_test/run_all_tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scenario_test/run_all_tests.sh b/test/scenario_test/run_all_tests.sh index a79379b7..6caa10ca 100755 --- a/test/scenario_test/run_all_tests.sh +++ b/test/scenario_test/run_all_tests.sh @@ -59,9 +59,9 @@ PIDS=("${PIDS[@]}" $!) sudo -E python route_reflector_test.py --gobgp-image $GOBGP_IMAGE --test-prefix rr -s -x --with-xunit --xunit-file=${WS}/nosetest_rr.xml & PIDS=("${PIDS[@]}" $!) -# zebra test -sudo -E python bgp_zebra_test.py --gobgp-image $GOBGP_IMAGE --test-prefix zebra -s -x --with-xunit --xunit-file=${WS}/nosetest.xml & -PIDS=("${PIDS[@]}" $!) +## zebra test +#sudo -E python bgp_zebra_test.py --gobgp-image $GOBGP_IMAGE --test-prefix zebra -s -x --with-xunit --xunit-file=${WS}/nosetest.xml & +#PIDS=("${PIDS[@]}" $!) # route server malformed message test NUM=$(sudo -E python route_server_malformed_test.py -s 2> /dev/null | awk '/invalid/{print $NF}') |