1 [ 1 [ 2 { 2 { 3 "id": "8937", 3 "id": "8937", 4 "name": "Create CHOKE with default set 4 "name": "Create CHOKE with default setting", 5 "category": [ 5 "category": [ 6 "qdisc", 6 "qdisc", 7 "choke" 7 "choke" 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 choke limit 1000 bandwidth 10000", 15 "expExitCode": "0", 15 "expExitCode": "0", 16 "verifyCmd": "$TC qdisc show dev $DUMM 16 "verifyCmd": "$TC qdisc show dev $DUMMY", 17 "matchPattern": "qdisc choke 1: root r 17 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p", 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": "48c0", 24 "id": "48c0", 25 "name": "Create CHOKE with min packet 25 "name": "Create CHOKE with min packet setting", 26 "category": [ 26 "category": [ 27 "qdisc", 27 "qdisc", 28 "choke" 28 "choke" 29 ], 29 ], 30 "plugins": { 30 "plugins": { 31 "requires": "nsPlugin" 31 "requires": "nsPlugin" 32 }, 32 }, 33 "setup": [ 33 "setup": [ 34 ], 34 ], 35 "cmdUnderTest": "$TC qdisc add dev $DU 35 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 min 100", 36 "expExitCode": "0", 36 "expExitCode": "0", 37 "verifyCmd": "$TC qdisc show dev $DUMM 37 "verifyCmd": "$TC qdisc show dev $DUMMY", 38 "matchPattern": "qdisc choke 1: root r 38 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 100p max 250p", 39 "matchCount": "1", 39 "matchCount": "1", 40 "teardown": [ 40 "teardown": [ 41 "$TC qdisc del dev $DUMMY handle 1 41 "$TC qdisc del dev $DUMMY handle 1: root" 42 ] 42 ] 43 }, 43 }, 44 { 44 { 45 "id": "38c1", 45 "id": "38c1", 46 "name": "Create CHOKE with max packet 46 "name": "Create CHOKE with max packet setting", 47 "category": [ 47 "category": [ 48 "qdisc", 48 "qdisc", 49 "choke" 49 "choke" 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 choke limit 1000 bandwidth 10000 max 900", 57 "expExitCode": "0", 57 "expExitCode": "0", 58 "verifyCmd": "$TC qdisc show dev $DUMM 58 "verifyCmd": "$TC qdisc show dev $DUMMY", 59 "matchPattern": "qdisc choke 1: root r 59 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min.*max 900p", 60 "matchCount": "1", 60 "matchCount": "1", 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 { 66 "id": "234a", 66 "id": "234a", 67 "name": "Create CHOKE with ecn setting 67 "name": "Create CHOKE with ecn setting", 68 "category": [ 68 "category": [ 69 "qdisc", 69 "qdisc", 70 "choke" 70 "choke" 71 ], 71 ], 72 "plugins": { 72 "plugins": { 73 "requires": "nsPlugin" 73 "requires": "nsPlugin" 74 }, 74 }, 75 "setup": [ 75 "setup": [ 76 ], 76 ], 77 "cmdUnderTest": "$TC qdisc add dev $DU 77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 ecn", 78 "expExitCode": "0", 78 "expExitCode": "0", 79 "verifyCmd": "$TC qdisc show dev $DUMM 79 "verifyCmd": "$TC qdisc show dev $DUMMY", 80 "matchPattern": "qdisc choke 1: root r 80 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p ecn", 81 "matchCount": "1", 81 "matchCount": "1", 82 "teardown": [ 82 "teardown": [ 83 "$TC qdisc del dev $DUMMY handle 1 83 "$TC qdisc del dev $DUMMY handle 1: root" 84 ] 84 ] 85 }, 85 }, 86 { 86 { 87 "id": "4380", 87 "id": "4380", 88 "name": "Create CHOKE with burst setti 88 "name": "Create CHOKE with burst setting", 89 "category": [ 89 "category": [ 90 "qdisc", 90 "qdisc", 91 "choke" 91 "choke" 92 ], 92 ], 93 "plugins": { 93 "plugins": { 94 "requires": "nsPlugin" 94 "requires": "nsPlugin" 95 }, 95 }, 96 "setup": [ 96 "setup": [ 97 ], 97 ], 98 "cmdUnderTest": "$TC qdisc add dev $DU 98 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 burst 100", 99 "expExitCode": "0", 99 "expExitCode": "0", 100 "verifyCmd": "$TC qdisc show dev $DUMM 100 "verifyCmd": "$TC qdisc show dev $DUMMY", 101 "matchPattern": "qdisc choke 1: root r 101 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p", 102 "matchCount": "1", 102 "matchCount": "1", 103 "teardown": [ 103 "teardown": [ 104 "$TC qdisc del dev $DUMMY handle 1 104 "$TC qdisc del dev $DUMMY handle 1: root" 105 ] 105 ] 106 }, 106 }, 107 { 107 { 108 "id": "48c7", 108 "id": "48c7", 109 "name": "Delete CHOKE with valid handl 109 "name": "Delete CHOKE with valid handle", 110 "category": [ 110 "category": [ 111 "qdisc", 111 "qdisc", 112 "choke" 112 "choke" 113 ], 113 ], 114 "plugins": { 114 "plugins": { 115 "requires": "nsPlugin" 115 "requires": "nsPlugin" 116 }, 116 }, 117 "setup": [ 117 "setup": [ 118 "$TC qdisc add dev $DUMMY handle 1 118 "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000" 119 ], 119 ], 120 "cmdUnderTest": "$TC qdisc del dev $DU 120 "cmdUnderTest": "$TC qdisc del dev $DUMMY handle 1: root", 121 "expExitCode": "0", 121 "expExitCode": "0", 122 "verifyCmd": "$TC qdisc show dev $DUMM 122 "verifyCmd": "$TC qdisc show dev $DUMMY", 123 "matchPattern": "qdisc choke 1: root r 123 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p", 124 "matchCount": "0", 124 "matchCount": "0", 125 "teardown": [ 125 "teardown": [ 126 ] 126 ] 127 }, 127 }, 128 { 128 { 129 "id": "4398", 129 "id": "4398", 130 "name": "Replace CHOKE with min settin 130 "name": "Replace CHOKE with min setting", 131 "category": [ 131 "category": [ 132 "qdisc", 132 "qdisc", 133 "choke" 133 "choke" 134 ], 134 ], 135 "plugins": { 135 "plugins": { 136 "requires": "nsPlugin" 136 "requires": "nsPlugin" 137 }, 137 }, 138 "setup": [ 138 "setup": [ 139 "$TC qdisc add dev $DUMMY handle 1 139 "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000" 140 ], 140 ], 141 "cmdUnderTest": "$TC qdisc replace dev 141 "cmdUnderTest": "$TC qdisc replace dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 min 100", 142 "expExitCode": "0", 142 "expExitCode": "0", 143 "verifyCmd": "$TC qdisc show dev $DUMM 143 "verifyCmd": "$TC qdisc show dev $DUMMY", 144 "matchPattern": "qdisc choke 1: root r 144 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 100p max 250p", 145 "matchCount": "1", 145 "matchCount": "1", 146 "teardown": [ 146 "teardown": [ 147 "$TC qdisc del dev $DUMMY handle 1 147 "$TC qdisc del dev $DUMMY handle 1: root" 148 ] 148 ] 149 }, 149 }, 150 { 150 { 151 "id": "0301", 151 "id": "0301", 152 "name": "Change CHOKE with limit setti 152 "name": "Change CHOKE with limit setting", 153 "category": [ 153 "category": [ 154 "qdisc", 154 "qdisc", 155 "choke" 155 "choke" 156 ], 156 ], 157 "plugins": { 157 "plugins": { 158 "requires": "nsPlugin" 158 "requires": "nsPlugin" 159 }, 159 }, 160 "setup": [ 160 "setup": [ 161 "$TC qdisc add dev $DUMMY handle 1 161 "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000" 162 ], 162 ], 163 "cmdUnderTest": "$TC qdisc change dev 163 "cmdUnderTest": "$TC qdisc change dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 min 100", 164 "expExitCode": "0", 164 "expExitCode": "0", 165 "verifyCmd": "$TC qdisc show dev $DUMM 165 "verifyCmd": "$TC qdisc show dev $DUMMY", 166 "matchPattern": "qdisc choke 1: root r 166 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 100p max 250p", 167 "matchCount": "1", 167 "matchCount": "1", 168 "teardown": [ 168 "teardown": [ 169 "$TC qdisc del dev $DUMMY handle 1 169 "$TC qdisc del dev $DUMMY handle 1: root" 170 ] 170 ] 171 } 171 } 172 ] 172 ]
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.