Skip to content

Commit 0c789e6

Browse files
authored
Fix qos map test in vs test (#2343)
Signed-off-by: bingwang <[email protected]>
1 parent 1bb5070 commit 0c789e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_qos_map.py

-3
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,6 @@ def test_dscp_to_tc_map_applied_to_switch(self, dvs):
417417
dscp_to_tc_map_id = id
418418
break
419419
switch_oid = dvs.getSwitchOid()
420-
# Check switch level DSCP_TO_TC_MAP doesn't before PORT_QOS_MAP|global is created
421-
fvs = self.asic_db.get_entry(self.ASIC_SWITCH_STR, switch_oid)
422-
assert("SAI_SWITCH_ATTR_QOS_DSCP_TO_TC_MAP" not in fvs)
423420

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

0 commit comments

Comments
 (0)