Skip to content

Commit 3954dfc

Browse files
authored
Move bgp/test_bgp_stress_link_flap.py to onboarding test job (sonic-net#14145)
What is the motivation for this PR? bgp/test_bgp_stress_link_flap.py is a newly added test script, but it have chance to get stuck for unknown reason: https://elastictest.org/scheduler/testplan/66beb14c279305ddb0527383?leftSideViewMode=detail&prop=end_time&order=descending&testcase=bgp%2Ftest_bgp_stress_link_flap.py&type=console How did you do it? Move to onboarding test job, if stable, in 1 week, will move back to PR test set How did you verify/test it? Co-authored-by: xwjiang2021 <96218837+xwjiang2021@users.noreply.github.com>
1 parent 48d0274 commit 3954dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/pr_test_scripts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ t0:
2020
- bgp/test_bgp_speaker.py
2121
- bgp/test_bgp_update_timer.py
2222
- bgp/test_bgpmon.py
23-
- bgp/test_bgp_stress_link_flap.py
2423
- bgp/test_bgp_session.py
2524
- cacl/test_cacl_application.py
2625
- cacl/test_cacl_function.py
@@ -254,7 +253,6 @@ t1-lag:
254253
- bgp/test_bgp_multipath_relax.py
255254
- bgp/test_bgp_update_timer.py
256255
- bgp/test_bgpmon.py
257-
- bgp/test_bgp_stress_link_flap.py
258256
- bgp/test_bgp_session.py
259257
- bgp/test_traffic_shift.py
260258
- configlet/test_add_rack.py
@@ -445,6 +443,7 @@ dpu:
445443
- dash/test_dash_vnet.py
446444

447445
onboarding_t0:
446+
- bgp/test_bgp_stress_link_flap.py
448447
- copp/test_copp.py
449448
- crm/test_crm.py
450449
# We will add a batch of T0 control plane cases and fix the failed cases later
@@ -459,6 +458,7 @@ onboarding_t0:
459458
- drop_packets/test_drop_counters.py
460459

461460
onboarding_t1:
461+
- bgp/test_bgp_stress_link_flap.py
462462
- copp/test_copp.py
463463
- crm/test_crm.py
464464
- generic_config_updater/test_cacl.py

0 commit comments

Comments
 (0)