From 0c789e64ac67a6b7b0da658f41dc9446fc209e80 Mon Sep 17 00:00:00 2001 From: bingwang-ms <66248323+bingwang-ms@users.noreply.github.com> Date: Wed, 22 Jun 2022 13:35:09 +0800 Subject: [PATCH] Fix qos map test in vs test (#2343) Signed-off-by: bingwang --- tests/test_qos_map.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_qos_map.py b/tests/test_qos_map.py index 6b236c4fb2c7..39c6c717cab3 100644 --- a/tests/test_qos_map.py +++ b/tests/test_qos_map.py @@ -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")])