/external/linux-kselftest/tools/testing/selftests/net/ |
D | fib_nexthops.sh | 36 log_test() function 271 log_test $rc 0 "Create nexthop with id, gw, dev" 278 log_test $? 0 "Get nexthop by id" 282 log_test $? 0 "Delete nexthop by id" 290 log_test $? 2 "Create nexthop - gw only" 294 log_test $? 2 "Create nexthop - invalid gw+dev combination" 298 log_test $? 0 "Create nexthop - gw+dev and onlink" 308 log_test $? 0 "Nexthops removed on admin down" 322 log_test $? 0 "Create nexthop group with single nexthop" 326 log_test $? 0 "Get nexthop group by id" [all …]
|
D | fib_tests.sh | 22 log_test() function 106 log_test $? 0 "IPv4 fibmatch" 108 log_test $? 0 "IPv6 fibmatch" 116 log_test $? 2 "IPv4 fibmatch - no route" 118 log_test $? 2 "IPv6 fibmatch - no route" 147 log_test $? 0 "IPv4 fibmatch" 149 log_test $? 0 "IPv6 fibmatch" 157 log_test $? 2 "IPv4 - multipath route removed on delete" 161 log_test $? 0 "IPv6 - multipath down to single path" 169 log_test $? 2 "IPv6 - no route" [all …]
|
D | fib_rule_tests.sh | 21 log_test() function 91 log_test $? 0 "rule6 del $1" 107 log_test $? 0 "rule6 check: $1" 110 log_test $? 0 "rule6 del by pref: $match" 160 log_test $? 0 "del $1" 176 log_test $? 0 "rule4 check: $1" 179 log_test $? 0 "rule4 del by pref: $match"
|
D | l2tp.sh | 23 log_test() function 326 log_test $? 0 "IPv4 basic L2TP tunnel ${desc}" 329 log_test $? 0 "IPv4 route through L2TP tunnel ${desc}" 332 log_test $? 0 "IPv6 basic L2TP tunnel ${desc}" 335 log_test $? 0 "IPv6 route through L2TP tunnel ${desc}" 348 log_test $? 0 "IPv4 basic L2TP tunnel ${desc}" 351 log_test $? 0 "IPv4 route through L2TP tunnel ${desc}" 354 log_test $? 0 "IPv6 basic L2TP tunnel - with IPsec" 357 log_test $? 0 "IPv6 route through L2TP tunnel - with IPsec"
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | router_broadcast.sh | 188 log_test "h1 -> net2: reply from r1 (not forwarding)" 190 log_test "h1 -> net3: reply from r1 (not forwarding)" 192 log_test "h1 -> net1: reply from r1 (not dropping)" 194 log_test "h1 -> 255.255.255.255: reply from r1 (not forwarding)" 197 log_test "h2 -> net1: reply from r1 (not forwarding)" 199 log_test "h2 -> net3: reply from r1 (not forwarding)" 201 log_test "h2 -> net2: reply from r1 (not dropping)" 203 log_test "h2 -> 255.255.255.255: reply from r1 (not forwarding)" 209 log_test "h1 -> net2: reply from h2 (forwarding)" 211 log_test "h1 -> net3: reply from h3 (forwarding)" [all …]
|
D | ethtool.sh | 85 log_test "force of same speed autoneg off" 111 log_test "force of different speeds autoneg off" 132 log_test "one side with autoneg off and another with autoneg on" 208 log_test "advertise subset of speeds" 228 log_test "advertise subset of speeds" 250 log_test "check highest speed" 273 log_test "check highest speed" 302 log_test "advertise different speeds autoneg on"
|
D | mirror_gre_changes.sh | 89 log_test "$what: TTL change ($tcflags)" 108 log_test "$what: tunnel down/up ($tcflags)" 132 log_test "$what: egress down/up ($tcflags)" 153 log_test "$what: remote address change ($tcflags)" 182 log_test "$what: tunnel deleted ($tcflags)" 205 log_test "$what: underlay route removal ($tcflags)"
|
D | vxlan_bridge_1d.sh | 425 log_test "VXLAN: $what" 459 log_test "VXLAN: $what" 511 log_test "VXLAN: envelope TTL" 524 log_test "VXLAN: envelope TOS inheritance" 540 log_test "VXLAN: ECN encap: $q->$tos" 639 log_test "VXLAN: ECN decap: $orig_outer_tos/$orig_inner_tos->$decapped_tos" 653 log_test "VXLAN: ECN decap: $orig_outer_tos/$orig_inner_tos->error" 683 log_test "VXLAN: flood before learning" 698 log_test "VXLAN: show learned FDB entry" 705 log_test "VXLAN: learned FDB entry" [all …]
|
D | vxlan_bridge_1q.sh | 533 log_test "VXLAN: $what" 572 log_test "VXLAN: $what" 627 log_test "VXLAN: flood before pvid off" 637 log_test "VXLAN: flood after pvid off" 647 log_test "VXLAN: flood after pvid on" 659 log_test "VXLAN: flood after vlan add" 670 log_test "VXLAN: flood after vlan delete" 680 log_test "VXLAN: flood after vlan re-add" 719 log_test "VXLAN: flood before learning" 735 log_test "VXLAN: show learned FDB entry" [all …]
|
D | tc_flower.sh | 58 log_test "dst_mac match ($tcflags)" 84 log_test "src_mac match ($tcflags)" 118 log_test "dst_ip match ($tcflags)" 152 log_test "src_ip match ($tcflags)" 220 log_test "ip_flags match ($tcflags)" 248 log_test "PCP match ($tcflags)" 277 log_test "VLAN match ($tcflags)" 310 log_test "ip_tos match ($tcflags)" 334 log_test "indev match ($tcflags)"
|
D | mirror_gre_lib.sh | 43 log_test "$direction $what ($tcflags)" 72 log_test "$direction $what ($tcflags)" 124 log_test "$what: STP state ($tcflags)"
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink_trap.sh | 52 log_test "Initialization" 94 log_test "Trap action" 108 log_test "Trap metadata" 118 log_test "Non-existing trap" 135 log_test "Non-existing trap action" 166 log_test "Trap statistics" 218 log_test "Trap group action" 228 log_test "Non-existing trap group" 251 log_test "Trap group statistics" 278 log_test "Port delete" [all …]
|
D | devlink.sh | 32 log_test "fw flash test" 92 log_test "params test" 144 log_test "regions test" 178 log_test "reload test" 199 log_test "netns reload test" 291 log_test "resource test" 310 log_test "dev_info test" 329 log_test "empty reporter test" 443 log_test "dummy reporter test"
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
D | devlink_resources.sh | 34 log_test "'$i' profile" 40 log_test "'default' profile" 65 log_test "'$i' minimize [$size]" 94 log_test "'$i' almost maximize [$((size - 128))]" 100 log_test "'$i' Overflow rejection [$((size + 128))]" 110 log_test "'$i' maximize [$size]"
|
D | resource_scale.sh | 36 log_test "'$current_test' [$profile] setting" 48 log_test "'$current_test' [$profile] $target" 50 log_test "'$current_test' [$profile] overflow $target"
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | vxlan.sh | 73 log_test "vxlan device - valid configuration" 90 log_test "vxlan device with a vlan-aware bridge" 107 log_test "vxlan device with a multicast enabled bridge" 127 log_test "vxlan device with a multicast group" 144 log_test "vxlan device with no local ip" 161 log_test "vxlan device with local ipv6 address" 178 log_test "vxlan device with learning enabled" 197 log_test "vxlan device with local interface" 215 log_test "vxlan device with udp source port range" 232 log_test "vxlan device with static tos" [all …]
|
D | devlink_trap_l3_drops.sh | 179 log_test "Non IP" 209 log_test "Unicast destination IP over multicast destination MAC: $desc" 245 log_test "Source IP is loopback address: $desc" 280 log_test "Destination IP is loopback address: $desc" 316 log_test "Source IP is multicast: $desc" 348 log_test "IPv4 source IP is limited broadcast" 402 log_test "IP header corrupted: $desc: IPv4" 449 log_test "IP header corrupted: $desc: IPv6" 488 log_test "IPv6 multicast destination IP reserved scope" 514 log_test "IPv6 multicast destination IP interface-local scope" [all …]
|
D | rtnetlink.sh | 95 log_test "RIF - bad MAC change" 118 log_test "RIF - setting IP address on VRF" 155 log_test "RIF - attach port with bad MAC to bridge" 192 log_test "RIF - attach port with bad MAC to bridge with set MAC" 220 log_test "vlan interface deletion" 249 log_test "bridge deletion" 276 log_test "bridge vlan flags" 290 log_test "vlan 1" 316 log_test "lag with bridge upper" 341 log_test "duplicate vlans" [all …]
|
D | vxlan_flooding.sh | 230 log_test "flood after 1 packet" 244 log_test "flood after 2 packets" 256 log_test "flood after 3 packets" 268 log_test "flood after 4 packets" 279 log_test "flood after 5 packets" 288 log_test "flood after 6 packets" 297 log_test "flood after 7 packets"
|
D | devlink_trap_l2_drops.sh | 112 log_test "Source MAC is multicast" 160 log_test "VLAN tag mismatch - untagged packets" 169 log_test "VLAN tag mismatch - prio-tagged packets" 213 log_test "Ingress VLAN filter" 271 log_test "Ingress STP filter - listening state" 282 log_test "Ingress STP filter - learning state" 327 log_test "Port list is empty - unicast" 373 log_test "Port list is empty - multicast" 420 log_test "Port loopback filter - unicast"
|
D | vxlan_fdb_veto.sh | 60 log_test "vxlan FDB veto - create" 80 log_test "vxlan FDB veto - replace" 100 log_test "vxlan FDB veto - append" 116 log_test "vxlan FDB veto - changelink"
|
D | one_armed_router.sh | 154 log_test "fwd mark: trapping IPv4 packets due to LBERROR" 161 log_test "fwd mark: forwarding IPv4 packets in software" 168 log_test "fwd mark: forwarding IPv4 packets in hardware" 197 log_test "fwd mark: trapping IPv6 packets due to LBERROR" 204 log_test "fwd mark: forwarding IPv6 packets in software" 211 log_test "fwd mark: forwarding IPv6 packets in hardware"
|
D | devlink_trap_l3_exceptions.sh | 199 log_test "MTU value is too small" 235 log_test "TTL value is too small: TTL=$ttl_val" 300 log_test "Multicast reverse path forwarding: $desc" 349 log_test "Reject route: $desc" 397 log_test "Unresolved neigh: host miss: $desc" 452 log_test "Unresolved neigh: nexthop does not exist: $desc" 516 log_test "LPM miss: IPv4" 544 log_test "LPM miss: IPv6"
|
/external/linux-kselftest/tools/testing/selftests/ptp/ |
D | phc.sh | 64 log_test() function 138 log_test "settime" 148 log_test "adjtime" 158 log_test "adjfreq"
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | tc_flower.sh | 134 log_test "single mask test ($tcflags)" 184 log_test "identical filters test ($tcflags)" 225 log_test "two masks test ($tcflags)" 289 log_test "multiple masks test ($tcflags)" 329 log_test "ctcam with two atcam masks test ($tcflags)" 362 log_test "ctcam with one atcam mask test ($tcflags)" 383 log_test "ctcam with no atcam masks test ($tcflags)" 452 log_test "delta simple test ($tcflags)" 495 log_test "delta two masks one key test ($tcflags)" 570 log_test "delta simple rehash test ($tcflags)" [all …]
|