Skip to content

Commit

Permalink
Fix qos map test in vs test (#2343)
Browse files Browse the repository at this point in the history
Signed-off-by: bingwang <wang.bing@microsoft.com>
  • Loading branch information
bingwang-ms committed Jun 22, 2022
1 parent 1bb5070 commit 0c789e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_qos_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,6 @@ def test_dscp_to_tc_map_applied_to_switch(self, dvs):
dscp_to_tc_map_id = id
break
switch_oid = dvs.getSwitchOid()
# Check switch level DSCP_TO_TC_MAP doesn't before PORT_QOS_MAP|global is created
fvs = self.asic_db.get_entry(self.ASIC_SWITCH_STR, switch_oid)
assert("SAI_SWITCH_ATTR_QOS_DSCP_TO_TC_MAP" not in fvs)

# Insert switch level map entry
self.port_qos_table.set("global", [("dscp_to_tc_map", "AZURE")])
Expand Down

0 comments on commit 0c789e6

Please sign in to comment.