|
1 | 1 | import json
|
2 | 2 | import time
|
3 |
| -import pytest |
4 | 3 |
|
5 | 4 | from dvslib.dvs_common import wait_for_result
|
6 | 5 | from swsscommon import swsscommon
|
@@ -582,7 +581,6 @@ def _test_sub_port_intf_creation(self, dvs, sub_port_intf_name, vrf_name=None):
|
582 | 581 | self.remove_lag(parent_port)
|
583 | 582 | self.check_lag_removal(parent_port_oid)
|
584 | 583 |
|
585 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
586 | 584 | def test_sub_port_intf_creation(self, dvs):
|
587 | 585 | self.connect_dbs(dvs)
|
588 | 586 |
|
@@ -669,7 +667,6 @@ def _test_sub_port_intf_add_ip_addrs(self, dvs, sub_port_intf_name, vrf_name=Non
|
669 | 667 | self.remove_lag(parent_port)
|
670 | 668 | self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)
|
671 | 669 |
|
672 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
673 | 670 | def test_sub_port_intf_add_ip_addrs(self, dvs):
|
674 | 671 | self.connect_dbs(dvs)
|
675 | 672 |
|
@@ -745,7 +742,6 @@ def _test_sub_port_intf_appl_db_proc_seq(self, dvs, sub_port_intf_name, admin_up
|
745 | 742 | self.remove_lag(parent_port)
|
746 | 743 | self.check_lag_removal(parent_port_oid)
|
747 | 744 |
|
748 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
749 | 745 | def test_sub_port_intf_appl_db_proc_seq(self, dvs):
|
750 | 746 | self.connect_dbs(dvs)
|
751 | 747 |
|
@@ -870,7 +866,6 @@ def _test_sub_port_intf_admin_status_change(self, dvs, sub_port_intf_name, vrf_n
|
870 | 866 | self.remove_lag(parent_port)
|
871 | 867 | self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)
|
872 | 868 |
|
873 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
874 | 869 | def test_sub_port_intf_admin_status_change(self, dvs):
|
875 | 870 | self.connect_dbs(dvs)
|
876 | 871 |
|
@@ -955,7 +950,6 @@ def _test_sub_port_intf_remove_ip_addrs(self, dvs, sub_port_intf_name, vrf_name=
|
955 | 950 | self.remove_lag(parent_port)
|
956 | 951 | self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)
|
957 | 952 |
|
958 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
959 | 953 | def test_sub_port_intf_remove_ip_addrs(self, dvs):
|
960 | 954 | self.connect_dbs(dvs)
|
961 | 955 |
|
@@ -1147,7 +1141,6 @@ def _test_sub_port_intf_removal(self, dvs, sub_port_intf_name, removal_seq_test=
|
1147 | 1141 | self.remove_lag(parent_port)
|
1148 | 1142 | self.check_lag_removal(parent_port_oid)
|
1149 | 1143 |
|
1150 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
1151 | 1144 | def test_sub_port_intf_removal(self, dvs):
|
1152 | 1145 | self.connect_dbs(dvs)
|
1153 | 1146 |
|
@@ -1223,7 +1216,6 @@ def _test_sub_port_intf_mtu(self, dvs, sub_port_intf_name, vrf_name=None):
|
1223 | 1216 | self.remove_lag(parent_port)
|
1224 | 1217 | self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)
|
1225 | 1218 |
|
1226 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
1227 | 1219 | def test_sub_port_intf_mtu(self, dvs):
|
1228 | 1220 | self.connect_dbs(dvs)
|
1229 | 1221 |
|
@@ -1452,7 +1444,6 @@ def _test_sub_port_intf_nhg_accel(self, dvs, sub_port_intf_name, nhop_num=3, cre
|
1452 | 1444 |
|
1453 | 1445 | parent_port_idx += (4 if parent_port_prefix == ETHERNET_PREFIX else 1)
|
1454 | 1446 |
|
1455 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
1456 | 1447 | def test_sub_port_intf_nhg_accel(self, dvs):
|
1457 | 1448 | self.connect_dbs(dvs)
|
1458 | 1449 |
|
@@ -1593,7 +1584,6 @@ def _test_sub_port_intf_oper_down_with_pending_neigh_route_tasks(self, dvs, sub_
|
1593 | 1584 |
|
1594 | 1585 | parent_port_idx += (4 if parent_port_prefix == ETHERNET_PREFIX else 1)
|
1595 | 1586 |
|
1596 |
| - @pytest.mark.skip(reason="Failing. Under investigation") |
1597 | 1587 | def test_sub_port_intf_oper_down_with_pending_neigh_route_tasks(self, dvs):
|
1598 | 1588 | self.connect_dbs(dvs)
|
1599 | 1589 |
|
|
0 commit comments