Skip to content

Commit

Permalink
[vs image] Run announce route test case (sonic-net#77)
Browse files Browse the repository at this point in the history
Run announce route test case first in order to populate bgp route

singed-off-by: Tamer Ahmer <tamer.ahmed@microsoft.com>
  • Loading branch information
tahmed-dev committed Feb 14, 2020
1 parent 774de9b commit 91f2501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/vs/buildimage-vs-image/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ sleep 180
export ANSIBLE_LIBRARY=/data/sonic-mgmt/ansible/library/
cd /data/sonic-mgmt/tests

# Run anounce route test case in order to populate BGP route
py.test --inventory veos.vtb --host-pattern all --user admin -vvv --show-capture stdout --testbed vms-kvm-t0 --testbed_file vtestbed.csv --disable_loganalyzer --junitxml=tr.xml test_announce_routes.py

tests="test_interfaces.py \
test_bgp_fact.py \
test_lldp.py \
Expand Down

0 comments on commit 91f2501

Please sign in to comment.