From eacce6a36ee3a322abf80e8a23eb7edc83ee7353 Mon Sep 17 00:00:00 2001 From: Yutong Zhang <90831468+yutongzhang-microsoft@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:17:28 +0800 Subject: [PATCH] Skip test_srv6_static_config.py in PR testing (#16629) 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. --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 959ae865a5..c3583643a3 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -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 ##### #######################################