From 2985d2e7510e52881f39d85a3cc16401a32f08d9 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Sun, 8 Dec 2019 06:40:35 +0000 Subject: [PATCH] [kvmtest]: add snmp tests for kvm image Signed-off-by: Guohan Lu --- scripts/vs/buildimage-vs-image/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vs/buildimage-vs-image/runtest.sh b/scripts/vs/buildimage-vs-image/runtest.sh index 487d8532f9d8..31c7f2208617 100755 --- a/scripts/vs/buildimage-vs-image/runtest.sh +++ b/scripts/vs/buildimage-vs-image/runtest.sh @@ -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