Skip to content

Commit

Permalink
[dvs] Re-enable DPB VS tests (sonic-net#1426)
Browse files Browse the repository at this point in the history
The swsssdk fix has merged and the submodule has been updated.

Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored Sep 13, 2020
1 parent c38abc2 commit 30b51db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/test_port_dpb.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
maxBreakOut = 4

@pytest.mark.usefixtures('dpb_setup_fixture')
@pytest.mark.xfail(reason="sonic cfggen bug: buildimage#5263")
class TestPortDPB(object):

'''
Expand Down
1 change: 0 additions & 1 deletion tests/test_port_dpb_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


@pytest.mark.usefixtures('dpb_setup_fixture')
@pytest.mark.xfail(reason="sonic cfggen bug: buildimage#5263")
class TestPortDPBAcl(object):
def test_acl_table_empty_port_list(self, dvs_acl):
# Create ACL table "test" and bind it to Ethernet0
Expand Down
1 change: 0 additions & 1 deletion tests/test_port_dpb_vlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

@pytest.mark.usefixtures('dpb_setup_fixture')
@pytest.mark.usefixtures('dvs_vlan_manager')
@pytest.mark.xfail(reason="sonic cfggen bug: buildimage#5263")
class TestPortDPBVlan(object):
def check_syslog(self, dvs, marker, log, expected_cnt):
(exitcode, num) = dvs.runcmd(['sh', '-c', "awk \'/%s/,ENDFILE {print;}\' /var/log/syslog | grep \"%s\" | wc -l" % (marker, log)])
Expand Down

0 comments on commit 30b51db

Please sign in to comment.