Thread (14 messages) 14 messages, 5 authors, 2026-01-15

Re: [PATCH net-next v5 6/6] selftests/tc-testing: add selftests for cake_mq qdisc

From: Victor Nogueira <hidden>
Date: 2026-01-05 20:52:51

On 05/01/2026 09:50, Toke Høiland-Jørgensen wrote:
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.

cheers,
Victor
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help