Lines Matching full:down
146 /* Verify iface under test is down before test */ in ZTEST()
148 "Iface under test must be admin-down before test"); in ZTEST()
161 /* Bring iface down */ in ZTEST()
164 /* Verify that a single iface went down once (according to the enable callback)*/ in ZTEST()
170 "Iface under test should be down after net_if_down"); in ZTEST()
177 /* Verify iface under test is down before test */ in ZTEST()
179 "Iface under test must be admin-down before test"); in ZTEST()
192 /* Bring iface down */ in ZTEST()
195 /* Verify that the iface went down, but callbacks were not fired*/ in ZTEST()
201 "Iface under test should be down after net_if_down"); in ZTEST()
208 /* Verify iface under test is down before test */ in ZTEST()
210 "Iface under test must be admin-down before test"); in ZTEST()
223 /* Bring iface down */ in ZTEST()
226 /* Verify that a single iface went down once (according to the enable callback)*/ in ZTEST()
232 "Iface under test should be down after net_if_down"); in ZTEST()
239 /* Verify iface under test is down before test */ in ZTEST()
241 "Iface under test must be admin-down before test"); in ZTEST()
254 /* Bring iface down */ in ZTEST()
257 /* Verify that the iface went down, but callbacks were not fired*/ in ZTEST()
263 "Iface under test should be down after net_if_down"); in ZTEST()
270 /* Verify iface under test is down before test */ in ZTEST()
272 "Iface under test must be admin-down before test"); in ZTEST()
286 /* Verify that a single iface went down once (according to the enable callback)*/ in ZTEST()
296 "Iface under test should be down after net_if_down"); in ZTEST()
303 /* Verify iface under test is down before test */ in ZTEST()
305 "Iface under test must be admin-down before test"); in ZTEST()
334 /* Verify that the iface failed to go down */ in ZTEST()