|
1 |
| -import pytest |
2 | 1 | from swsscommon import swsscommon
|
3 | 2 | from dvslib.dvs_database import DVSDatabase
|
4 | 3 | import ast
|
@@ -136,7 +135,6 @@ def test_voq_switch(self, vct):
|
136 | 135 | spcfg = ast.literal_eval(value)
|
137 | 136 | assert spcfg['count'] == sp_count, "Number of systems ports configured is invalid"
|
138 | 137 |
|
139 |
| - @pytest.mark.skip(reason="This test is not stable enough") |
140 | 138 | def test_chassis_app_db_sync(self, vct):
|
141 | 139 | """Test chassis app db syncing.
|
142 | 140 |
|
@@ -213,7 +211,6 @@ def test_chassis_system_interface(self, vct):
|
213 | 211 | # Remote system ports's switch id should not match local switch id
|
214 | 212 | assert spcfginfo["attached_switch_id"] != lc_switch_id, "RIF system port with wrong switch_id"
|
215 | 213 |
|
216 |
| - @pytest.mark.skip(reason="This test is not stable enough") |
217 | 214 | def test_chassis_system_neigh(self, vct):
|
218 | 215 | """Test neigh record create/delete and syncing to chassis app db.
|
219 | 216 |
|
@@ -470,7 +467,6 @@ def test_chassis_system_neigh(self, vct):
|
470 | 467 | # Cleanup inband if configuration
|
471 | 468 | self.del_inbandif_port(vct, inband_port)
|
472 | 469 |
|
473 |
| - @pytest.mark.skip(reason="This test is not stable enough") |
474 | 470 | def test_chassis_system_lag(self, vct):
|
475 | 471 | """Test PortChannel in VOQ based chassis systems.
|
476 | 472 |
|
@@ -607,7 +603,6 @@ def test_chassis_system_lag(self, vct):
|
607 | 603 |
|
608 | 604 | break
|
609 | 605 |
|
610 |
| - @pytest.mark.skip(reason="This test is not stable enough") |
611 | 606 | def test_chassis_system_lag_id_allocator_table_full(self, vct):
|
612 | 607 | """Test lag id allocator table full.
|
613 | 608 |
|
@@ -685,7 +680,6 @@ def test_chassis_system_lag_id_allocator_table_full(self, vct):
|
685 | 680 |
|
686 | 681 | break
|
687 | 682 |
|
688 |
| - @pytest.mark.skip(reason="This test is not stable enough") |
689 | 683 | def test_chassis_system_lag_id_allocator_del_id(self, vct):
|
690 | 684 | """Test lag id allocator's release id and re-use id processing.
|
691 | 685 |
|
|
0 commit comments