From 5867d21077d605f1246459881addffa72ef538ff Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 4 Jan 2023 17:55:06 +0100 Subject: qos: T4284: replace qdisc/class instead of always adding it This makes transitions/updates faster and less error prone --- smoketest/scripts/cli/test_qos.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'smoketest') diff --git a/smoketest/scripts/cli/test_qos.py b/smoketest/scripts/cli/test_qos.py index d1fa3d07b..c2fc71e04 100755 --- a/smoketest/scripts/cli/test_qos.py +++ b/smoketest/scripts/cli/test_qos.py @@ -282,8 +282,6 @@ class TestQoS(VyOSUnitTestSHIM.TestCase): # commit changes self.cli_commit() - self.skipTest('iproute2 bug - invalid JSON') - for interface in self._interfaces: for filter in get_tc_filter_json(interface, 'ingress'): # bail out early if filter has no attached action -- cgit v1.2.3