Skip to content

Commit

Permalink
Add test_nbr_health.py into PR test (sonic-net#14473)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
We consider the script test_nbr_health.py as applicable to all topologies. In this PR, we update the topology mark for the script to enable it to run on all topologies and add it to the onboarding t0 and t1 PR checkers.

How did you do it?
Update the topology mark for script test_nbr_health.py to enable it to run on all topologies and add it to the onboarding t0 and t1 PR checkers.
  • Loading branch information
yutongzhang-microsoft authored Sep 10, 2024
1 parent bde68a2 commit f803061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .azure-pipelines/pr_test_scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ onboarding_t0:
# - platform_tests/test_advanced_reboot.py
- platform_tests/test_cont_warm_reboot.py
- snmp/test_snmp_link_local.py
- test_nbr_health.py
- dhcp_server/test_dhcp_server.py
- dhcp_server/test_dhcp_server_multi_vlans.py
- dhcp_server/test_dhcp_server_stress.py
Expand All @@ -454,6 +455,7 @@ onboarding_t1:
- gnmi/test_gnmi_countersdb.py
- platform_tests/test_link_down.py
- snmp/test_snmp_link_local.py
- test_nbr_health.py

onboarding_dualtor:
- dualtor_mgmt/test_dualtor_bgp_update_delay.py
Expand Down
2 changes: 1 addition & 1 deletion tests/test_nbr_health.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
pytestmark = [
pytest.mark.sanity_check(skip_sanity=True),
pytest.mark.disable_loganalyzer,
pytest.mark.topology('util') # special marker
pytest.mark.topology('any')
]


Expand Down

0 comments on commit f803061

Please sign in to comment.