From: Andrea Claudi Date: Mon, 3 Jan 2022 18:00:22 +0000 (+0100) Subject: testsuite: Fix tc/vlan.t test X-Git-Tag: v5.16.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1225e307102041fbadfd4e8f073c7e76e74d7561;p=thirdparty%2Fiproute2.git testsuite: Fix tc/vlan.t test Following commit 8323b20f1d76 ("net/sched: act_vlan: No dump for unset priority"), the kernel no longer dump vlan priority if not explicitly set before. When modifying a vlan, tc/vlan.t test expects to find priority set to 0 without setting it explicitly. Thus, after 8323b20f1d76 this test fails. Fix this simply removing the check on priority. Signed-off-by: Andrea Claudi Signed-off-by: Stephen Hemminger --- diff --git a/testsuite/tests/tc/vlan.t b/testsuite/tests/tc/vlan.t index b86dc364c..51529b2da 100755 --- a/testsuite/tests/tc/vlan.t +++ b/testsuite/tests/tc/vlan.t @@ -50,7 +50,6 @@ test_on "vlan" test_on "modify" test_on "id 5" test_on "protocol 802.1Q" -test_on "priority 0" test_on "pipe" reset_qdisc