Skip to content

Commit

Permalink
Skip test_srv6_static_config.py in PR testing (#16629)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Script srv6/test_srv6_static_config.py was added in PR #16516, and it fails to run on kvm testbed. We temporarily skip this test in PR testing using conditional mark.

How did you do it?
We temporarily skip this test in PR testing using conditional mark.

How did you verify/test it?
Test by pipeline itself to see if this script can be skipped on kvm testbed.
  • Loading branch information
yutongzhang-microsoft authored Jan 22, 2025
1 parent 90cc44a commit eacce6a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2167,6 +2167,12 @@ srv6/test_srv6_basic_sanity.py:
conditions:
- topo_name not in ["ciscovs-7nodes", "ciscovs-5nodes"]

srv6/test_srv6_static_config.py:
skip:
reason: "Have an issue on kvm testbed, skip in PR testing"
conditions:
- "asic_type in ['vs'] and https://github.com/sonic-net/sonic-mgmt/issues/16627"

#######################################
##### ssh #####
#######################################
Expand Down

0 comments on commit eacce6a

Please sign in to comment.