Skip to content

Commit

Permalink
Add to onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjiang-ms committed Dec 31, 2024
1 parent 49a8bec commit d946eda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .azure-pipelines/pr_test_scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,9 @@ onboarding_t0:
- generic_config_updater/test_mgmt_interface.py
- gnmi/test_gnmi_smartswitch.py
- gnmi/test_gnoi_killprocess.py
- qos/test_pfc_counters.py
- qos/test_pfc_pause.py
- qos/test_qos_dscp_mapping.py


onboarding_t1:
Expand All @@ -496,6 +499,8 @@ onboarding_t1:
- generic_config_updater/test_mgmt_interface.py
- gnmi/test_gnmi_smartswitch.py
- gnmi/test_gnoi_killprocess.py
- qos/test_pfc_counters.py
- qos/test_qos_dscp_mapping.py

specific_param:
t0-sonic:
Expand Down
4 changes: 4 additions & 0 deletions .azure-pipelines/pr_test_skip_scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ t0:
- platform_tests/mellanox/test_hw_management_service.py
- platform_tests/mellanox/test_psu_power_threshold.py
- platform_tests/mellanox/test_reboot_cause.py
# Qos buffer traditional test is only supported 201911 branch
- qos/test_buffer_traditional.py
# This test only support on cisco device with cisco sdk-debug mode
- qos/test_ecn_config.py
# read_mac test needs specific variables and image urls, currently do not support on KVM and regular nightly test
- read_mac/test_read_mac_metadata.py
# This script only supported on Mellanox
Expand Down
2 changes: 0 additions & 2 deletions tests/common/system_utils/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ def _get_vendor_id(duthost):
vendor_id = "cisco"
elif is_marvell_teralynx_device(duthost):
vendor_id = "invm"
elif duthost.facts["asic_type"] == "vs":
vendor_id = "vs"
else:
error_message = '"{}" does not currently support swap_syncd'.format(duthost.facts["asic_type"])
logger.error(error_message)
Expand Down

0 comments on commit d946eda

Please sign in to comment.