Lines Matching refs:_op
55 _op=$1
61 verbose "$tid: explicit $_op"
65 run_client "$_cmd" || fail "plain $_op failed"
66 postcondition "$_op no white/blacklists" "$_expect_success_post"
69 prepare_server -p $_op,$_whitelist_ops
70 run_client "$_cmd" || fail "whitelisted $_op failed"
71 postcondition "$_op whitelisted" "$_expect_success_post"
74 prepare_server -P $_op
75 run_client "$_cmd" && fail "blacklisted $_op succeeded"
76 postcondition "$_op blacklisted" "$_expect_fail_post"
80 run_client "$_cmd" && fail "no whitelist $_op succeeded"
81 postcondition "$_op not in whitelist" "$_expect_fail_post"