Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_port_dpb_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def verify_only_ports_exist(self, dvs, port_names):
('Ethernet0', '1x50G(2)+2x25G(2)'),
('Ethernet0', '1x100G[40G]')
], scope="function")
@pytest.mark.skip(reason="This test is not stable enough")
def test_port_breakout_simple(self, dvs, root_port, breakout_mode):
dvs.setup_db()
dpb = DPB()
Expand All @@ -161,6 +162,7 @@ def test_port_breakout_simple(self, dvs, root_port, breakout_mode):
expected_ports = dpb.get_child_ports(root_port, breakout_mode)
self.verify_only_ports_exist(dvs, expected_ports)

@pytest.mark.skip(reason="This test is not stable enough")
def test_port_breakout_with_vlan(self, dvs):
dvs.setup_db()
dpb = DPB()
Expand Down
3 changes: 3 additions & 0 deletions tests/test_virtual_chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def test_voq_switch(self, vct):
spcfg = ast.literal_eval(value)
assert spcfg['count'] == sp_count, "Number of systems ports configured is invalid"

@pytest.mark.skip(reason="This test is not stable enough")
def test_chassis_app_db_sync(self, vct):
"""Test chassis app db syncing.

Expand Down Expand Up @@ -212,6 +213,7 @@ def test_chassis_system_interface(self, vct):
# Remote system ports's switch id should not match local switch id
assert spcfginfo["attached_switch_id"] != lc_switch_id, "RIF system port with wrong switch_id"

@pytest.mark.skip(reason="This test is not stable enough")
def test_chassis_system_neigh(self, vct):
"""Test neigh record create/delete and syncing to chassis app db.

Expand Down Expand Up @@ -468,6 +470,7 @@ def test_chassis_system_neigh(self, vct):
# Cleanup inband if configuration
self.del_inbandif_port(vct, inband_port)

@pytest.mark.skip(reason="This test is not stable enough")
def test_chassis_system_lag(self, vct):
"""Test PortChannel in VOQ based chassis systems.

Expand Down