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

TOMOYO Linux Cross Reference
Linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/teql.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/teql.json (Architecture i386) and /tools/testing/selftests/tc-testing/tc-tests/qdiscs/teql.json (Architecture sparc64)


  1 [                                                   1 [
  2     {                                               2     {
  3         "id": "84a0",                               3         "id": "84a0",
  4         "name": "Create TEQL with default sett      4         "name": "Create TEQL with default setting",
  5         "category": [                               5         "category": [
  6             "qdisc",                                6             "qdisc",
  7             "teql"                                  7             "teql"
  8         ],                                          8         ],
  9         "setup": [                                  9         "setup": [
 10             "$IP link add dev $DUMMY type dumm     10             "$IP link add dev $DUMMY type dummy"
 11         ],                                         11         ],
 12         "cmdUnderTest": "$TC qdisc add dev $DU     12         "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root teql0",
 13         "expExitCode": "0",                        13         "expExitCode": "0",
 14         "verifyCmd": "$TC qdisc show dev $DUMM     14         "verifyCmd": "$TC qdisc show dev $DUMMY",
 15         "matchPattern": "qdisc teql0 1: root r     15         "matchPattern": "qdisc teql0 1: root refcnt",
 16         "matchCount": "1",                         16         "matchCount": "1",
 17         "teardown": [                              17         "teardown": [
 18             "$TC qdisc del dev $DUMMY handle 1     18             "$TC qdisc del dev $DUMMY handle 1: root",
 19             "$IP link del dev $DUMMY"              19             "$IP link del dev $DUMMY"
 20         ]                                          20         ]
 21     },                                             21     },
 22     {                                              22     {
 23         "id": "7734",                              23         "id": "7734",
 24         "name": "Create TEQL with multiple dev     24         "name": "Create TEQL with multiple device",
 25         "category": [                              25         "category": [
 26             "qdisc",                               26             "qdisc",
 27             "teql"                                 27             "teql"
 28         ],                                         28         ],
 29         "setup": [                                 29         "setup": [
 30             "$IP link add dev $DUMMY type dumm     30             "$IP link add dev $DUMMY type dummy",
 31             "$IP link add dev $ETH type dummy"     31             "$IP link add dev $ETH type dummy",
 32             "$TC qdisc add dev $ETH handle 1:      32             "$TC qdisc add dev $ETH handle 1: root teql0"
 33         ],                                         33         ],
 34         "cmdUnderTest": "$TC qdisc add dev $DU     34         "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root teql0",
 35         "expExitCode": "0",                        35         "expExitCode": "0",
 36         "verifyCmd": "$TC qdisc show dev $DUMM     36         "verifyCmd": "$TC qdisc show dev $DUMMY",
 37         "matchPattern": "qdisc teql0 1: root r     37         "matchPattern": "qdisc teql0 1: root refcnt",
 38         "matchCount": "1",                         38         "matchCount": "1",
 39         "teardown": [                              39         "teardown": [
 40             "$TC qdisc del dev $DUMMY handle 1     40             "$TC qdisc del dev $DUMMY handle 1: root",
 41             "$IP link del dev $DUMMY",             41             "$IP link del dev $DUMMY",
 42             "$IP link del dev $ETH"                42             "$IP link del dev $ETH"
 43         ]                                          43         ]
 44     },                                             44     },
 45     {                                              45     {
 46         "id": "34a9",                              46         "id": "34a9",
 47         "name": "Delete TEQL with valid handle     47         "name": "Delete TEQL with valid handle",
 48         "category": [                              48         "category": [
 49             "qdisc",                               49             "qdisc",
 50             "teql"                                 50             "teql"
 51         ],                                         51         ],
 52         "setup": [                                 52         "setup": [
 53             "$IP link add dev $DUMMY type dumm     53             "$IP link add dev $DUMMY type dummy",
 54             "$TC qdisc add dev $DUMMY handle 1     54             "$TC qdisc add dev $DUMMY handle 1: root teql0"
 55         ],                                         55         ],
 56         "cmdUnderTest": "$TC qdisc del dev $DU     56         "cmdUnderTest": "$TC qdisc del dev $DUMMY handle 1: root",
 57         "expExitCode": "0",                        57         "expExitCode": "0",
 58         "verifyCmd": "$TC qdisc show dev $DUMM     58         "verifyCmd": "$TC qdisc show dev $DUMMY",
 59         "matchPattern": "qdisc teql0 1: root r     59         "matchPattern": "qdisc teql0 1: root refcnt",
 60         "matchCount": "0",                         60         "matchCount": "0",
 61         "teardown": [                              61         "teardown": [
 62             "$IP link del dev $DUMMY"              62             "$IP link del dev $DUMMY"
 63         ]                                          63         ]
 64     },                                             64     },
 65     {                                              65     {
 66         "id": "6289",                              66         "id": "6289",
 67         "name": "Show TEQL stats",                 67         "name": "Show TEQL stats",
 68         "category": [                              68         "category": [
 69             "qdisc",                               69             "qdisc",
 70             "teql"                                 70             "teql"
 71         ],                                         71         ],
 72         "setup": [                                 72         "setup": [
 73             "$IP link add dev $DUMMY type dumm     73             "$IP link add dev $DUMMY type dummy"
 74         ],                                         74         ],
 75         "cmdUnderTest": "$TC qdisc add dev $DU     75         "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root teql0",
 76         "expExitCode": "0",                        76         "expExitCode": "0",
 77         "verifyCmd": "$TC -s qdisc show dev $D     77         "verifyCmd": "$TC -s qdisc show dev $DUMMY",
 78         "matchPattern": "qdisc teql0 1: root r     78         "matchPattern": "qdisc teql0 1: root refcnt",
 79         "matchCount": "1",                         79         "matchCount": "1",
 80         "teardown": [                              80         "teardown": [
 81             "$TC qdisc del dev $DUMMY handle 1     81             "$TC qdisc del dev $DUMMY handle 1: root",
 82             "$IP link del dev $DUMMY"              82             "$IP link del dev $DUMMY"
 83         ]                                          83         ]
 84     }                                              84     }
 85 ]                                                  85 ]
                                                      

~ [ 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