Skip to content

Commit

Permalink
[kvm] Disable LAG update test for KVM (sonic-net#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored Aug 28, 2020
1 parent 71eb20a commit cb33950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/vs/buildimage-vs-image/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ cacl/test_cacl_function.py \
dhcp_relay/test_dhcp_relay.py \
lldp/test_lldp.py \
ntp/test_ntp.py \
pc/test_po_update.py \
route/test_default_route.py \
snmp/test_snmp_cpu.py \
snmp/test_snmp_interfaces.py \
Expand All @@ -65,6 +64,9 @@ tacacs/test_rw_user.py \
tacacs/test_ro_user.py \
telemetry/test_telemetry.py"

# FIXME: This test has been disabled and needs to be fixed and put back in:
# pc/test_po_update.py

pushd /data/sonic-mgmt/tests
./run_tests.sh $PYTEST_CLI_COMMON_OPTS -c "$tests" -p logs/$tgname
popd
Expand Down

0 comments on commit cb33950

Please sign in to comment.