Skip to content

Commit f9db9f4

Browse files
ganglyuwangxin
authored andcommitted
Disable post sanity check for vxlan test (#6980)
What is the motivation for this PR? Nightly test failed for post sanity check, some processes can't start in test environment. How did you do it? Disable post sanity check for vxlan test. How did you verify/test it? Run tests with sonic-mgmt.
1 parent dd53ea0 commit f9db9f4

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

tests/vxlan/test_vnet_vxlan.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
pytestmark = [
2525
pytest.mark.topology("t0"),
26-
pytest.mark.sanity_check(post_check=True),
27-
pytest.mark.asic("mellanox"),
2826
pytest.mark.disable_loganalyzer
2927
]
3028

tests/vxlan/test_vxlan_ecmp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868

6969
pytestmark = [
7070
# This script supports any T1 topology: t1, t1-64-lag, t1-lag.
71-
pytest.mark.topology("t1", "t1-64-lag", "t1-lag"),
72-
pytest.mark.sanity_check(post_check=True)
71+
pytest.mark.topology("t1", "t1-64-lag", "t1-lag")
7372
]
7473

7574
def create_vxlan_tunnel(duthost, minigraph_data, af, tunnel_name=None, src_ip=None):

0 commit comments

Comments
 (0)