/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | port_range_scale.sh | 30 local should_fail=$1; shift 45 check_err_fail $should_fail $? "Rule insertion" 53 local should_fail=$1; shift 55 port_range_rules_create $count $should_fail 60 check_err_fail $should_fail $? "port range offload count" 66 local should_fail=$1; shift 73 __port_range_test $count $should_fail
|
H A D | tc_police_scale.sh | 37 local should_fail=$1; shift 53 check_err_fail $should_fail $? "Rule insertion" 59 local should_fail=$1; shift 61 tc_police_rules_create $count $should_fail 66 check_err_fail $should_fail $? "tc police offload count" 72 local should_fail=$1; shift 79 __tc_police_test $count $should_fail
|
H A D | tc_flower_scale.sh | 71 local should_fail=$1; shift 87 check_err_fail $should_fail $? "Rule insertion" 93 local should_fail=$1; shift 96 tc_flower_rules_create $count $should_fail 102 …check_err_fail $should_fail $? "Attempt to offload $count rules (actual result $((offload_count - … 108 local should_fail=$1; shift 123 __tc_flower_test $count $should_fail
|
H A D | rif_mac_profile_scale.sh | 15 local should_fail=$1; shift 30 check_err_fail $should_fail $? "RIF creation" 38 local should_fail=$1; shift 40 rif_mac_profiles_create $count $should_fail 46 check_err_fail $should_fail $? "Attempt to use $count profiles (actual result $occ)"
|
H A D | port_scale.sh | 30 local should_fail=$1; shift 52 local should_fail=$1; shift 54 split_all_ports $should_fail 60 check_err_fail $should_fail $? "Attempt to create $max_ports ports (actual result $occ)"
|
H A D | mirror_gre_scale.sh | 52 local should_fail=$1; shift 88 check_err_fail $should_fail $? "Mirror rule insertion" 113 local should_fail=$1; shift 115 mirror_gre_tunnels_create $count $should_fail 116 if ((should_fail)); then 137 local should_fail=$1; shift 145 __mirror_gre_test $count $should_fail
|
H A D | mirror_gre.sh | 153 local should_fail=$1; shift 160 if ((should_fail)); then 167 log_test "$what: should_fail=$should_fail ($tcflags)" 172 local should_fail=$1; shift 174 test_span_failable $should_fail gt6-key "mirror to keyful gretap" 175 test_span_failable $should_fail gt6-soft "mirror to gretap w/ soft underlay"
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | resource_scale.sh | 46 for should_fail in 0 1; do 48 target=$(${current_test}_get_target "$should_fail") 50 log_test_skip "'$current_test' should_fail=$should_fail test" 58 target=$(${current_test}_get_target "$should_fail") 59 ${current_test}_test "$target" "$should_fail" 60 if [[ "$should_fail" -eq 0 ]]; then
|
H A D | rif_counter_scale.sh | 6 local should_fail=$1; shift 22 if ((max_cnts > max_rifs && should_fail)); then 29 if ((! should_fail)); then
|
H A D | port_scale.sh | 6 local should_fail=$1 11 if ((! should_fail)); then
|
H A D | mirror_gre_scale.sh | 6 local should_fail=$1; shift 11 if ((! should_fail)); then
|
H A D | port_range_scale.sh | 6 local should_fail=$1; shift 11 if ((! should_fail)); then
|
H A D | rif_mac_profile_scale.sh | 6 local should_fail=$1 11 if ((! should_fail)); then
|
H A D | tc_police_scale.sh | 6 local should_fail=$1; shift 11 if ((! should_fail)); then
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | resource_scale.sh | 51 for should_fail in 0 1; do 53 target=$(${current_test}_get_target "$should_fail") 55 log_test_skip "'$current_test' [$profile] should_fail=$should_fail test" 62 target=$(${current_test}_get_target "$should_fail") 63 ${current_test}_test "$target" "$should_fail" 64 if [[ "$should_fail" -eq 0 ]]; then
|
H A D | rif_counter_scale.sh | 6 local should_fail=$1; shift 22 if ((max_cnts > max_rifs && should_fail)); then 29 if ((! should_fail)); then
|
H A D | tc_flower_scale.sh | 6 local should_fail=$1; shift 14 if ((! should_fail)); then
|
H A D | port_scale.sh | 6 local should_fail=$1 11 if ((! should_fail)); then
|
H A D | port_range_scale.sh | 6 local should_fail=$1; shift 11 if ((! should_fail)); then
|
H A D | rif_mac_profile_scale.sh | 6 local should_fail=$1 11 if ((! should_fail)); then
|
H A D | mirror_gre_scale.sh | 6 local should_fail=$1; shift 11 if ((! should_fail)); then
|
H A D | tc_police_scale.sh | 6 local should_fail=$1; shift 11 if ((! should_fail)); then
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | dcpodp.c | 20 bool should_fail = false; variable 26 if (should_fail) { in signal_handler() 48 should_fail = true; in do_dc_cvadp() 50 should_fail = false; in do_dc_cvadp()
|
H A D | dcpop.c | 20 bool should_fail = false; variable 26 if (should_fail) { in signal_handler() 48 should_fail = true; in do_dc_cvap() 50 should_fail = false; in do_dc_cvap()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | devlink_port_split.py | 26 def run_command(cmd, should_fail=False): argument 36 if stderr != "" and not should_fail: 107 def split(k, port, should_fail=False): argument 116 stdout, stderr = run_command(cmd, should_fail=should_fail) 118 if should_fail: 198 new_split_group = split(k, port, should_fail=True)
|