~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/drr.json

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /tools/testing/selftests/tc-testing/tc-tests/qdiscs/drr.json (Architecture i386) and /tools/testing/selftests/tc-testing/tc-tests/qdiscs/drr.json (Architecture ppc)


  1 [                                                   1 [
  2     {                                               2     {
  3         "id": "0385",                               3         "id": "0385",
  4         "name": "Create DRR with default setti      4         "name": "Create DRR with default setting",
  5         "category": [                               5         "category": [
  6             "qdisc",                                6             "qdisc",
  7             "drr"                                   7             "drr"
  8         ],                                          8         ],
  9         "plugins": {                                9         "plugins": {
 10             "requires": "nsPlugin"                 10             "requires": "nsPlugin"
 11         },                                         11         },
 12         "setup": [                                 12         "setup": [
 13         ],                                         13         ],
 14         "cmdUnderTest": "$TC qdisc add dev $DU     14         "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root drr",
 15         "expExitCode": "0",                        15         "expExitCode": "0",
 16         "verifyCmd": "$TC qdisc show dev $DUMM     16         "verifyCmd": "$TC qdisc show dev $DUMMY",
 17         "matchPattern": "qdisc drr 1: root ref     17         "matchPattern": "qdisc drr 1: root refcnt [0-9]+",
 18         "matchCount": "1",                         18         "matchCount": "1",
 19         "teardown": [                              19         "teardown": [
 20             "$TC qdisc del dev $DUMMY handle 1     20             "$TC qdisc del dev $DUMMY handle 1: root"
 21         ]                                          21         ]
 22     },                                             22     },
 23     {                                              23     {
 24         "id": "2375",                              24         "id": "2375",
 25         "name": "Delete DRR with handle",          25         "name": "Delete DRR with handle",
 26         "category": [                              26         "category": [
 27             "qdisc",                               27             "qdisc",
 28             "drr"                                  28             "drr"
 29         ],                                         29         ],
 30         "plugins": {                               30         "plugins": {
 31             "requires": "nsPlugin"                 31             "requires": "nsPlugin"
 32         },                                         32         },
 33         "setup": [                                 33         "setup": [
 34             "$TC qdisc add dev $DUMMY handle 1     34             "$TC qdisc add dev $DUMMY handle 1: root drr"
 35         ],                                         35         ],
 36         "cmdUnderTest": "$TC qdisc del dev $DU     36         "cmdUnderTest": "$TC qdisc del dev $DUMMY handle 1: root",
 37         "expExitCode": "0",                        37         "expExitCode": "0",
 38         "verifyCmd": "$TC qdisc show dev $DUMM     38         "verifyCmd": "$TC qdisc show dev $DUMMY",
 39         "matchPattern": "qdisc drr 1: root ref     39         "matchPattern": "qdisc drr 1: root refcnt [0-9]+",
 40         "matchCount": "0",                         40         "matchCount": "0",
 41         "teardown": [                              41         "teardown": [
 42         ]                                          42         ]
 43     },                                             43     },
 44     {                                              44     {
 45         "id": "3092",                              45         "id": "3092",
 46         "name": "Show DRR class",                  46         "name": "Show DRR class",
 47         "category": [                              47         "category": [
 48             "qdisc",                               48             "qdisc",
 49             "drr"                                  49             "drr"
 50         ],                                         50         ],
 51         "plugins": {                               51         "plugins": {
 52             "requires": "nsPlugin"                 52             "requires": "nsPlugin"
 53         },                                         53         },
 54         "setup": [                                 54         "setup": [
 55         ],                                         55         ],
 56         "cmdUnderTest": "$TC qdisc add dev $DU     56         "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root drr",
 57         "expExitCode": "0",                        57         "expExitCode": "0",
 58         "verifyCmd": "$TC class show dev $DUMM     58         "verifyCmd": "$TC class show dev $DUMMY",
 59         "matchPattern": "class drr 1:",            59         "matchPattern": "class drr 1:",
 60         "matchCount": "0",                         60         "matchCount": "0",
 61         "teardown": [                              61         "teardown": [
 62             "$TC qdisc del dev $DUMMY handle 1     62             "$TC qdisc del dev $DUMMY handle 1: root"
 63         ]                                          63         ]
 64     }                                              64     }
 65 ]                                                  65 ]
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php