Skip to content

Commit

Permalink
[dvs] Re-enable RIF tests (sonic-net#1249)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Allen <[email protected]>
  • Loading branch information
daall authored Apr 8, 2020
1 parent 4e7e772 commit 1ae9036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 1ae9036

Please sign in to comment.