Lines Matching full:debug
32 atf_set descr 'Test setting and retrieving debug level'
40 vnet_mkjail debug
42 jexec debug pfctl -x loud
44 atf_check -s exit:0 -o match:'Debug: Loud' \
45 jexec debug pfctl -si
56 atf_set descr 'Test resetting debug level'
64 vnet_mkjail debug
67 atf_check -s exit:0 -o match:'Debug: Urgent' \
68 jexec debug pfctl -sa
69 state_limit=$(jexec debug pfctl -sa | grep 'states.*hard limit' | awk '{ print $4; }')
72 pft_set_rules debug \
75 jexec debug pfctl -x loud
77 atf_check -s exit:0 -o match:'Debug: Loud' \
78 jexec debug pfctl -sa
79 new_state_limit=$(jexec debug pfctl -sa | grep 'states.*hard limit' | awk '{ print $4; }')
81 jexec debug pfctl -sa
87 jexec debug pfctl -FR
88 atf_check -s exit:0 -o match:'Debug: Urgent' \
89 jexec debug pfctl -sa
90 new_state_limit=$(jexec debug pfctl -sa | grep 'states.*hard limit' | awk '{ print $4; }')
92 jexec debug pfctl -sa