diff options
author | Christian Poessinger <christian@poessinger.com> | 2023-01-04 17:55:06 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2023-01-04 17:55:48 +0100 |
commit | 5867d21077d605f1246459881addffa72ef538ff (patch) | |
tree | 1712bea1f5ffc897bce2e4cc3e434491ce24ac0d /smoketest/scripts/cli/test_qos.py | |
parent | ae8935ce62e55ad047b51bebef8a1d9124ed1826 (diff) | |
download | vyos-1x-5867d21077d605f1246459881addffa72ef538ff.tar.gz vyos-1x-5867d21077d605f1246459881addffa72ef538ff.zip |
qos: T4284: replace qdisc/class instead of always adding it
This makes transitions/updates faster and less error prone
Diffstat (limited to 'smoketest/scripts/cli/test_qos.py')
-rwxr-xr-x | smoketest/scripts/cli/test_qos.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |