Re: [PATCH net-next v5 6/6] selftests/tc-testing: add selftests for cake_mq qdisc
From: Toke Høiland-Jørgensen <toke@toke.dk>
Date: 2026-01-06 10:30:27
From: Toke Høiland-Jørgensen <toke@toke.dk>
Date: 2026-01-06 10:30:27
Victor Nogueira [off-list ref] writes:
On 05/01/2026 09:50, Toke Høiland-Jørgensen wrote:quoted
From: Jonas Köppeler <redacted> [...] Test 18e0: Fail to install CAKE_MQ on single queue device [...] + { + "id": "18e0", + "name": "Fail to install CAKE_MQ on single queue device", + "category": [ + "qdisc", + "cake_mq" + ], + "plugins": { + "requires": "nsPlugin" + }, + "setup": [ + "echo \"1 1 1\" > /sys/bus/netdevsim/new_device" + ], + "cmdUnderTest": "$TC qdisc add dev $ETH handle 1: root cake_mq", + "expExitCode": "2", + "verifyCmd": "$TC qdisc show dev $ETH", + "matchPattern": "qdisc (cake_mq 1: root|cake 0: parent 1:[1-4]) bandwidth unlimited diffserv3 triple-isolate nonat nowash no-ack-filter split-gso rtt 100ms raw overhead 0 ", + "matchCount": "0", + "teardown": []Hi! This test is missing the device deletion on the teardown stage.
Ah, oops; will fix and respin, thanks for catching this! -Toke