Skip to content

Commit

Permalink
[kvmtest]: add snmp tests for kvm image
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan committed Dec 8, 2019
1 parent 235dd6d commit 2985d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vs/buildimage-vs-image/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ sleep 180
export ANSIBLE_LIBRARY=/data/sonic-mgmt/ansible/library/
cd /data/sonic-mgmt/tests

tests="test_interfaces.py test_bgp_fact.py test_lldp.py test_bgp_speaker.py"
tests="test_interfaces.py test_bgp_fact.py test_lldp.py test_bgp_speaker.py snmp/test_snmp_cpu.py snmp/test_snmp_interfaces.py snmp/test_snmp_lldp.py snmp/test_snmp_pfc_counters.py snmp/test_snmp_queue.py"

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 $tests

0 comments on commit 2985d2e

Please sign in to comment.