Lines Matching refs:atf_check

57 	atf_check -s exit:0 rump.ifconfig tap0 create
58 atf_check -s exit:0 rump.ifconfig tap0 destroy
61 atf_check -s exit:0 rump.ifconfig tap0 create
62 atf_check -s exit:0 rump.ifconfig tap0 $IP4_TAP
63 atf_check -s exit:0 rump.ifconfig tap0 up
64 atf_check -s exit:0 rump.ifconfig tap0 destroy
67 atf_check -s exit:0 rump.ifconfig tap0 create
68 atf_check -s exit:0 rump.ifconfig tap0 inet6 $IP6_TAP
69 atf_check -s exit:0 rump.ifconfig tap0 up
70 atf_check -s exit:0 rump.ifconfig tap0 destroy
98 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_LOCAL
99 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_LOCAL
100 atf_check -s exit:0 rump.ifconfig shmif0 up
101 atf_check -s exit:0 rump.ifconfig tap0 create
102 atf_check -s exit:0 rump.ifconfig tap0 $IP4_TAP
103 atf_check -s exit:0 rump.ifconfig tap0 inet6 $IP6_TAP
104 atf_check -s exit:0 rump.ifconfig tap0 up
105 atf_check -s exit:0 rump.ifconfig -w 10
109 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_REMOTE
110 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_REMOTE
111 atf_check -s exit:0 rump.ifconfig shmif0 up
112 atf_check -s exit:0 rump.ifconfig -w 10
114 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_LOCAL
116 atf_check -s not-exit:0 -o ignore -e ignore \
119 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_LOCAL
121 atf_check -s not-exit:0 -o ignore -e ignore \
153 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_LOCAL
154 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_LOCAL
155 atf_check -s exit:0 rump.ifconfig shmif0 up
156 atf_check -s exit:0 rump.ifconfig tap0 create
157 atf_check -s exit:0 rump.ifconfig tap0 $IP4_TAP
158 atf_check -s exit:0 rump.ifconfig tap0 inet6 $IP6_TAP
159 atf_check -s exit:0 rump.ifconfig tap0 up
160 atf_check -s exit:0 rump.ifconfig -w 10
162 atf_check -s exit:0 rump.ifconfig bridge0 create
163 atf_check -s exit:0 rump.ifconfig bridge0 up
165 atf_check -s exit:0 brconfig bridge0 add shmif0
166 atf_check -s exit:0 brconfig bridge0 add tap0
171 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_REMOTE
172 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_REMOTE
173 atf_check -s exit:0 rump.ifconfig shmif0 up
174 atf_check -s exit:0 rump.ifconfig -w 10
176 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_LOCAL
177 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_TAP
179 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_LOCAL
180 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_TAP