Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[VS Test] Skip failing subport tests (#2370)" #2421

Merged
merged 2 commits into from
Sep 8, 2022
Merged
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
10 changes: 0 additions & 10 deletions tests/test_sub_port_intf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
import time
import pytest

from dvslib.dvs_common import wait_for_result
from swsscommon import swsscommon
Expand Down Expand Up @@ -582,7 +581,6 @@ def _test_sub_port_intf_creation(self, dvs, sub_port_intf_name, vrf_name=None):
self.remove_lag(parent_port)
self.check_lag_removal(parent_port_oid)

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

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

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

Expand Down Expand Up @@ -745,7 +742,6 @@ def _test_sub_port_intf_appl_db_proc_seq(self, dvs, sub_port_intf_name, admin_up
self.remove_lag(parent_port)
self.check_lag_removal(parent_port_oid)

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

Expand Down Expand Up @@ -870,7 +866,6 @@ def _test_sub_port_intf_admin_status_change(self, dvs, sub_port_intf_name, vrf_n
self.remove_lag(parent_port)
self.asic_db.wait_for_n_keys(ASIC_LAG_TABLE, 0)

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

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

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

Expand Down Expand Up @@ -1147,7 +1141,6 @@ def _test_sub_port_intf_removal(self, dvs, sub_port_intf_name, removal_seq_test=
self.remove_lag(parent_port)
self.check_lag_removal(parent_port_oid)

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

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

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

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

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

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

Expand Down Expand Up @@ -1593,7 +1584,6 @@ def _test_sub_port_intf_oper_down_with_pending_neigh_route_tasks(self, dvs, sub_

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

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

Expand Down