Skip to content

Commit 189cb13

Browse files
authored
Add previous GCU tests to kvm daily test (#5020)
Summary: Add previous Generic Configer Updater tests into kvm test suite What is the motivation for this PR? Move GCU test into kvm daily test How did you do it? Add GCU test case into kvmtest.sh How did you verify/test it? Run test of sonic-mgmt/tests/generic_config_updater/*.py on KVM
1 parent 78a5bd4 commit 189cb13

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/kvmtest.sh

+7-1
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,15 @@ test_t0() {
152152
container_checker/test_container_checker.py \
153153
process_monitoring/test_critical_process_monitoring.py \
154154
system_health/test_system_status.py \
155+
generic_config_updater/test_aaa.py \
156+
generic_config_updater/test_bgpl.py \
157+
generic_config_updater/test_bgp_prefix.py \
158+
generic_config_updater/test_bgp_speaker.py \
159+
generic_config_updater/test_dhcp_relay.py \
155160
generic_config_updater/test_lo_interface.py \
156-
generic_config_updater/test_vlan_interface.py \
157161
generic_config_updater/test_portchannel_interface.py \
162+
generic_config_updater/test_syslog.py \
163+
generic_config_updater/test_vlan_interface.py \
158164
show_techsupport/test_techsupport_no_secret.py"
159165

160166
pushd $SONIC_MGMT_DIR/tests

0 commit comments

Comments
 (0)