From 1ae903659b8a52be1efb945ca4384d0fd77735ed Mon Sep 17 00:00:00 2001 From: Danny Allen Date: Wed, 8 Apr 2020 07:39:38 -0700 Subject: [PATCH] [dvs] Re-enable RIF tests (#1249) Signed-off-by: Danny Allen --- tests/test_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_interface.py b/tests/test_interface.py index dc7bd8eb5905..3ecc34bc76e3 100644 --- a/tests/test_interface.py +++ b/tests/test_interface.py @@ -4,7 +4,6 @@ from swsscommon import swsscommon -@pytest.mark.xfail(reason="vs image issue: Azure/sonic-sairedis#574") class TestRouterInterface(object): def setup_db(self, dvs): self.pdb = swsscommon.DBConnector(0, dvs.redis_sock, 0) @@ -938,6 +937,7 @@ def test_LagInterfaceAddRemoveIpv4Address(self, dvs, testlog): # remove port channel self.remove_port_channel("PortChannel001") + @pytest.mark.skip(reason="vs image issue: Azure/sonic-sairedis#574") def test_LagInterfaceSetMtu(self, dvs, testlog): self.setup_db(dvs)