Home
last modified time | relevance | path

Searched refs:TEST_GROUP (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_igmp.sh10 TEST_GROUP="239.10.10.10"
216 v3cleanup $swp1 $TEST_GROUP
237 v3cleanup $swp1 $TEST_GROUP
258 v3cleanup $swp1 $TEST_GROUP
272 v3cleanup $swp1 $TEST_GROUP
319 v3cleanup $swp1 $TEST_GROUP
342 v3cleanup $swp1 $TEST_GROUP
365 v3cleanup $swp1 $TEST_GROUP
388 v3cleanup $swp1 $TEST_GROUP
416 v3cleanup $swp1 $TEST_GROUP
[all …]
H A Dbridge_mld.sh10 TEST_GROUP="ff02::cc"
156 select(.grp == \"$TEST_GROUP\" and \
177 select(.grp == \"$TEST_GROUP\" and \
188 select(.grp == \"$TEST_GROUP\" and \
290 select(.grp == \"$TEST_GROUP\" and \
301 select(.grp == \"$TEST_GROUP\" and \
307 select(.grp == \"$TEST_GROUP\" and \
435 select(.grp == \"$TEST_GROUP\" and \
495 select(.grp == \"$TEST_GROUP\" and \
501 select(.grp == \"$TEST_GROUP\" and \
[all …]
H A Dbridge_mdb_port_down.sh10 TEST_GROUP="239.10.10.10"
20 bridge mdb add dev br0 port "$swp2" grp $TEST_GROUP permanent 2>/dev/null
25 mcast_packet_test $TEST_GROUP_MAC 192.0.2.1 $TEST_GROUP $h1 $h2
26 check_fail $? "Traffic to $TEST_GROUP wasn't forwarded"
29 bridge mdb show dev br0 | grep -q "$TEST_GROUP permanent" 2>/dev/null
32 bridge mdb del dev br0 port "$swp2" grp $TEST_GROUP 2>/dev/null
37 mcast_packet_test $TEST_GROUP_MAC 192.0.2.1 $TEST_GROUP $h1 $h2
38 check_err $? "Traffic to $TEST_GROUP was forwarded after entry removed"
H A Dbridge_vlan_mcast.sh10 TEST_GROUP="239.10.10.10"
104 ip address add dev $h2.10 $TEST_GROUP/32 autojoin
105 check_err $? "Could not join $TEST_GROUP"
109 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and .vid == 10)" &>/dev/null
111 check_err $? "IGMPv2 report didn't create mdb entry for $TEST_GROUP"
113 check_fail $? "IGMPv2 report shouldn't have created mdb entry for $TEST_GROUP"
118 ip address del dev $h2.10 $TEST_GROUP/32 2>&1 1>/dev/null
121 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and \
123 check_fail $? "IGMPv2 leave didn't remove mdb entry for $TEST_GROUP"
H A Dlib.sh1593 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
1599 select(.grp == \"$TEST_GROUP\" and .src == \"$sgent\")" &>/dev/null
1600 check_err $? "Missing S,G entry ($sgent, $TEST_GROUP)"
1612 mcast_packet_test $TEST_GROUP_MAC $src $TEST_GROUP $h2 $h1
1615 check_fail $retval "Didn't forward traffic from S,G ($src, $TEST_GROUP)"
1617 check_err $retval "Forwarded traffic for blocked S,G ($src, $TEST_GROUP)"
1635 select(.grp == \"$TEST_GROUP\" and .source_list != null) |
1643 select(.grp == \"$TEST_GROUP\" and .src == \"$src\" and \
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_mld.sh10 TEST_GROUP="ff02::cc"
156 select(.grp == \"$TEST_GROUP\" and \
177 select(.grp == \"$TEST_GROUP\" and \
188 select(.grp == \"$TEST_GROUP\" and \
290 select(.grp == \"$TEST_GROUP\" and \
301 select(.grp == \"$TEST_GROUP\" and \
307 select(.grp == \"$TEST_GROUP\" and \
435 select(.grp == \"$TEST_GROUP\" and \
495 select(.grp == \"$TEST_GROUP\" and \
501 select(.grp == \"$TEST_GROUP\" and \
[all …]
H A Dbridge_vlan_mcast.sh10 TEST_GROUP="239.10.10.10"
104 ip address add dev $h2.10 $TEST_GROUP/32 autojoin
105 check_err $? "Could not join $TEST_GROUP"
109 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and .vid == 10)" &>/dev/null
111 check_err $? "IGMPv2 report didn't create mdb entry for $TEST_GROUP"
113 check_fail $? "IGMPv2 report shouldn't have created mdb entry for $TEST_GROUP"
118 ip address del dev $h2.10 $TEST_GROUP/32 2>&1 1>/dev/null
121 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and \
123 check_fail $? "IGMPv2 leave didn't remove mdb entry for $TEST_GROUP"
H A Dlib.sh1593 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
1599 select(.grp == \"$TEST_GROUP\" and .src == \"$sgent\")" &>/dev/null
1600 check_err $? "Missing S,G entry ($sgent, $TEST_GROUP)"
1612 mcast_packet_test $TEST_GROUP_MAC $src $TEST_GROUP $h2 $h1
1615 check_fail $retval "Didn't forward traffic from S,G ($src, $TEST_GROUP)"
1617 check_err $retval "Forwarded traffic for blocked S,G ($src, $TEST_GROUP)"
1635 select(.grp == \"$TEST_GROUP\" and .source_list != null) |
1643 select(.grp == \"$TEST_GROUP\" and .src == \"$src\" and \
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-thumb.c154 TEST_GROUP("Load from Literal Pool") in kprobe_thumb16_test_cases()
204 TEST_GROUP("Generate PC-/SP-relative address") in kprobe_thumb16_test_cases()
211 TEST_GROUP("Miscellaneous 16-bit instructions") in kprobe_thumb16_test_cases()
297 TEST_GROUP("Load and store multiple") in kprobe_thumb16_test_cases()
317 TEST_GROUP("Unconditional branch") in kprobe_thumb16_test_cases()
336 TEST_GROUP("Load/store multiple") in kprobe_thumb32_test_cases()
644 TEST_GROUP("Coprocessor instructions") in kprobe_thumb32_test_cases()
808 TEST_GROUP("Store single data item") in kprobe_thumb32_test_cases()
932 TEST_GROUP("Data-processing (register)") in kprobe_thumb32_test_cases()
1012 TEST_GROUP("Miscellaneous operations") in kprobe_thumb32_test_cases()
[all …]
H A Dtest-arm.c202 TEST_GROUP("Miscellaneous instructions") in kprobe_arm_test_cases()
263 TEST_GROUP("Halfword multiply and multiply-accumulate") in kprobe_arm_test_cases()
346 TEST_GROUP("Multiply and multiply-accumulate") in kprobe_arm_test_cases()
437 TEST_GROUP("Synchronization primitives") in kprobe_arm_test_cases()
477 TEST_GROUP("Extra load/store instructions") in kprobe_arm_test_cases()
616 TEST_GROUP("Miscellaneous") in kprobe_arm_test_cases()
642 TEST_GROUP("Load/store word and unsigned byte") in kprobe_arm_test_cases()
725 TEST_GROUP("Parallel addition and subtraction, signed") in kprobe_arm_test_cases()
977 TEST_GROUP("Signed multiplies") in kprobe_arm_test_cases()
1057 TEST_GROUP("Bit Field") in kprobe_arm_test_cases()
[all …]
H A Dtest-core.h104 #define TEST_GROUP(title) \ macro
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh136 TEST_GROUP=""
719 TEST_GROUP="${msg}"
732 mptcp_lib_result_skip "${TEST_GROUP}"
750 mptcp_lib_result_skip "${TEST_GROUP}"
766 mptcp_lib_result_skip "${TEST_GROUP}"
805 TEST_GROUP="peek mode: ${peekmode}"
813 TEST_GROUP="MPTFO"
841 TEST_GROUP="full disconnect"
956 TEST_GROUP="loopback v4"
960 TEST_GROUP="loopback v6"
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh1593 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
1599 select(.grp == \"$TEST_GROUP\" and .src == \"$sgent\")" &>/dev/null
1600 check_err $? "Missing S,G entry ($sgent, $TEST_GROUP)"
1612 mcast_packet_test $TEST_GROUP_MAC $src $TEST_GROUP $h2 $h1
1615 check_fail $retval "Didn't forward traffic from S,G ($src, $TEST_GROUP)"
1617 check_err $retval "Forwarded traffic for blocked S,G ($src, $TEST_GROUP)"
1635 select(.grp == \"$TEST_GROUP\" and .source_list != null) |
1643 select(.grp == \"$TEST_GROUP\" and .src == \"$src\" and \
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh1593 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
1599 select(.grp == \"$TEST_GROUP\" and .src == \"$sgent\")" &>/dev/null
1600 check_err $? "Missing S,G entry ($sgent, $TEST_GROUP)"
1612 mcast_packet_test $TEST_GROUP_MAC $src $TEST_GROUP $h2 $h1
1615 check_fail $retval "Didn't forward traffic from S,G ($src, $TEST_GROUP)"
1617 check_err $retval "Forwarded traffic for blocked S,G ($src, $TEST_GROUP)"
1635 select(.grp == \"$TEST_GROUP\" and .source_list != null) |
1643 select(.grp == \"$TEST_GROUP\" and .src == \"$src\" and \
/openbmc/qemu/docs/devel/
H A Dtesting.rst296 # TEST_NAME TEST_GROUP [TEST_GROUP ]...
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_reg.h_shipped1273 #define TEST_GROUP 0xf0
H A Daic79xx.reg1130 field TEST_GROUP 0xF0