Searched refs:should_fail (Results 1 – 25 of 40) sorted by relevance
12
30 local should_fail=$1; shift45 check_err_fail $should_fail $? "Rule insertion"53 local should_fail=$1; shift55 port_range_rules_create $count $should_fail60 check_err_fail $should_fail $? "port range offload count"66 local should_fail=$1; shift73 __port_range_test $count $should_fail
37 local should_fail=$1; shift53 check_err_fail $should_fail $? "Rule insertion"59 local should_fail=$1; shift61 tc_police_rules_create $count $should_fail66 check_err_fail $should_fail $? "tc police offload count"72 local should_fail=$1; shift79 __tc_police_test $count $should_fail
71 local should_fail=$1; shift87 check_err_fail $should_fail $? "Rule insertion"93 local should_fail=$1; shift96 tc_flower_rules_create $count $should_fail102 …check_err_fail $should_fail $? "Attempt to offload $count rules (actual result $((offload_count - …108 local should_fail=$1; shift123 __tc_flower_test $count $should_fail
30 local should_fail=$1; shift52 local should_fail=$1; shift54 split_all_ports $should_fail60 check_err_fail $should_fail $? "Attempt to create $max_ports ports (actual result $occ)"
15 local should_fail=$1; shift30 check_err_fail $should_fail $? "RIF creation"38 local should_fail=$1; shift40 rif_mac_profiles_create $count $should_fail46 check_err_fail $should_fail $? "Attempt to use $count profiles (actual result $occ)"
52 local should_fail=$1; shift88 check_err_fail $should_fail $? "Mirror rule insertion"113 local should_fail=$1; shift115 mirror_gre_tunnels_create $count $should_fail116 if ((should_fail)); then137 local should_fail=$1; shift145 __mirror_gre_test $count $should_fail
46 for should_fail in 0 1; do48 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
6 local should_fail=$1; shift22 if ((max_cnts > max_rifs && should_fail)); then29 if ((! should_fail)); then
6 local should_fail=$1; shift11 if ((! should_fail)); then
6 local should_fail=$111 if ((! should_fail)); then
6 local should_fail=$111 if [[ $should_fail -eq 0 ]]; then
6 local should_fail=$1; shift20 if ((! should_fail)); then
51 for should_fail in 0 1; do53 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
6 local should_fail=$1; shift14 if ((! should_fail)); then
26 def run_command(cmd, should_fail=False): argument36 if stderr != "" and not should_fail:107 def split(k, port, should_fail=False): argument116 stdout, stderr = run_command(cmd, should_fail=should_fail)118 if should_fail:198 new_split_group = split(k, port, should_fail=True)