Skip to content

Commit

Permalink
enable bmp mgmt test in kvm default tests (#16879)
Browse files Browse the repository at this point in the history
Summary:
This PR will enable bmp feature related test in KVM default test path, so that the new feature could be tested more.

What is the motivation for this PR?
This PR will enable bmp feature related test in KVM default test path, so that the new feature could be tested more.

How did you do it?
Added relevant test cases into kvmtest.sh

How did you verify/test it?
Verified in pre-commit.
  • Loading branch information
FengPan-Frank authored Feb 21, 2025
1 parent d74df1e commit f8b7fe3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/kvmtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ test_t0() {
bgp/test_bgp_speaker.py \
bgp/test_bgpmon.py \
bgp/test_bgp_update_timer.py \
bmp/test_bmp_configdb.py \
bmp/test_bmp_redis_instance.py \
bmp/test_bmp_statedb.py \
bmp/test_docker_restart.py \
container_checker/test_container_checker.py \
cacl/test_cacl_application.py \
cacl/test_cacl_function.py \
Expand Down Expand Up @@ -221,6 +225,10 @@ test_t2() {

tgname=t2
tests="\
bmp/test_bmp_configdb.py \
bmp/test_bmp_redis_instance.py \
bmp/test_bmp_statedb.py \
bmp/test_docker_restart.py \
voq/test_voq_init.py"

pushd $SONIC_MGMT_DIR/tests
Expand All @@ -239,6 +247,10 @@ test_t1_lag() {
bgp/test_bgp_update_timer.py \
bgp/test_bgpmon.py \
bgp/test_traffic_shift.py \
bmp/test_bmp_configdb.py \
bmp/test_bmp_redis_instance.py \
bmp/test_bmp_statedb.py \
bmp/test_docker_restart.py \
configlet/test_add_rack.py \
container_checker/test_container_checker.py \
http/test_http_copy.py \
Expand All @@ -261,6 +273,10 @@ test_multi_asic_t1_lag() {
tgname=multi_asic_t1_lag
tests="\
bgp/test_bgp_fact.py \
bmp/test_bmp_configdb.py \
bmp/test_bmp_redis_instance.py \
bmp/test_bmp_statedb.py \
bmp/test_docker_restart.py \
snmp/test_snmp_default_route.py \
snmp/test_snmp_loopback.py \
snmp/test_snmp_pfc_counters.py \
Expand All @@ -281,6 +297,10 @@ test_multi_asic_t1_lag_pr() {
tgname=multi_asic_t1_lag
tests="\
bgp/test_bgp_fact.py \
bmp/test_bmp_configdb.py \
bmp/test_bmp_redis_instance.py \
bmp/test_bmp_statedb.py \
bmp/test_docker_restart.py \
snmp/test_snmp_default_route.py \
snmp/test_snmp_loopback.py \
snmp/test_snmp_pfc_counters.py \
Expand Down

0 comments on commit f8b7fe3

Please sign in to comment.