Skip to content

Commit 0ccb315

Browse files
authored
Revert "[VS Test] Skip failing subport tests (#2370)" (#2421)
This reverts commit 7175245. Revert "[VS Test] Skip failing subport tests (#2370)" (#2421)
1 parent ac8a83f commit 0ccb315

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/test_sub_port_intf.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import json
22
import time
3-
import pytest
43

54
from dvslib.dvs_common import wait_for_result
65
from swsscommon import swsscommon
@@ -582,7 +581,6 @@ def _test_sub_port_intf_creation(self, dvs, sub_port_intf_name, vrf_name=None):
582581
self.remove_lag(parent_port)
583582
self.check_lag_removal(parent_port_oid)
584583

585-
@pytest.mark.skip(reason="Failing. Under investigation")
586584
def test_sub_port_intf_creation(self, dvs):
587585
self.connect_dbs(dvs)
588586

@@ -669,7 +667,6 @@ def _test_sub_port_intf_add_ip_addrs(self, dvs, sub_port_intf_name, vrf_name=Non
669667
self.remove_lag(parent_port)
670668
self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)
671669

672-
@pytest.mark.skip(reason="Failing. Under investigation")
673670
def test_sub_port_intf_add_ip_addrs(self, dvs):
674671
self.connect_dbs(dvs)
675672

@@ -745,7 +742,6 @@ def _test_sub_port_intf_appl_db_proc_seq(self, dvs, sub_port_intf_name, admin_up
745742
self.remove_lag(parent_port)
746743
self.check_lag_removal(parent_port_oid)
747744

748-
@pytest.mark.skip(reason="Failing. Under investigation")
749745
def test_sub_port_intf_appl_db_proc_seq(self, dvs):
750746
self.connect_dbs(dvs)
751747

@@ -870,7 +866,6 @@ def _test_sub_port_intf_admin_status_change(self, dvs, sub_port_intf_name, vrf_n
870866
self.remove_lag(parent_port)
871867
self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)
872868

873-
@pytest.mark.skip(reason="Failing. Under investigation")
874869
def test_sub_port_intf_admin_status_change(self, dvs):
875870
self.connect_dbs(dvs)
876871

@@ -955,7 +950,6 @@ def _test_sub_port_intf_remove_ip_addrs(self, dvs, sub_port_intf_name, vrf_name=
955950
self.remove_lag(parent_port)
956951
self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)
957952

958-
@pytest.mark.skip(reason="Failing. Under investigation")
959953
def test_sub_port_intf_remove_ip_addrs(self, dvs):
960954
self.connect_dbs(dvs)
961955

@@ -1147,7 +1141,6 @@ def _test_sub_port_intf_removal(self, dvs, sub_port_intf_name, removal_seq_test=
11471141
self.remove_lag(parent_port)
11481142
self.check_lag_removal(parent_port_oid)
11491143

1150-
@pytest.mark.skip(reason="Failing. Under investigation")
11511144
def test_sub_port_intf_removal(self, dvs):
11521145
self.connect_dbs(dvs)
11531146

@@ -1223,7 +1216,6 @@ def _test_sub_port_intf_mtu(self, dvs, sub_port_intf_name, vrf_name=None):
12231216
self.remove_lag(parent_port)
12241217
self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)
12251218

1226-
@pytest.mark.skip(reason="Failing. Under investigation")
12271219
def test_sub_port_intf_mtu(self, dvs):
12281220
self.connect_dbs(dvs)
12291221

@@ -1452,7 +1444,6 @@ def _test_sub_port_intf_nhg_accel(self, dvs, sub_port_intf_name, nhop_num=3, cre
14521444

14531445
parent_port_idx += (4 if parent_port_prefix == ETHERNET_PREFIX else 1)
14541446

1455-
@pytest.mark.skip(reason="Failing. Under investigation")
14561447
def test_sub_port_intf_nhg_accel(self, dvs):
14571448
self.connect_dbs(dvs)
14581449

@@ -1593,7 +1584,6 @@ def _test_sub_port_intf_oper_down_with_pending_neigh_route_tasks(self, dvs, sub_
15931584

15941585
parent_port_idx += (4 if parent_port_prefix == ETHERNET_PREFIX else 1)
15951586

1596-
@pytest.mark.skip(reason="Failing. Under investigation")
15971587
def test_sub_port_intf_oper_down_with_pending_neigh_route_tasks(self, dvs):
15981588
self.connect_dbs(dvs)
15991589

0 commit comments

Comments
 (0)