Skip to content

Commit 1872b04

Browse files
author
Vasant
committed
Temporarily disable multiple ports breakout
1 parent 7ff550a commit 1872b04

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/test_port_dpb.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ def test_port_breakout_one(self, dvs):
6161
dpb.change_speed_and_verify(dvs, ["Ethernet0"], 40000)
6262
#print "**** 1X100G --> 1X40G passed ****"
6363

64-
'''
65-
@pytest.mark.skip()
66-
'''
64+
@pytest.mark.skip(reason="test stability issue: Azure/sonic-swss#1222")
6765
def test_port_breakout_multiple(self, dvs):
6866
dpb = DPB()
6967
port_names = ["Ethernet0", "Ethernet12", "Ethernet64", "Ethernet112"]
@@ -74,9 +72,7 @@ def test_port_breakout_multiple(self, dvs):
7472
dpb.breakin(dvs, ["Ethernet64", "Ethernet65", "Ethernet66", "Ethernet67"])
7573
dpb.breakin(dvs, ["Ethernet112", "Ethernet113", "Ethernet114", "Ethernet115"])
7674

77-
'''
78-
@pytest.mark.skip()
79-
'''
75+
@pytest.mark.skip(reason="test stability issue: Azure/sonic-swss#1222")
8076
def test_port_breakout_all(self, dvs):
8177
dpb = DPB()
8278
port_names = []

0 commit comments

Comments
 (0)