Home | History | Annotate | Download | only in if

Lines Matching refs:atf_check

45 	atf_check -s exit:0 rump_server ${RUMP_FLAGS} ${RUMP_SERVER1}
51 atf_check -s exit:0 -o match:'^2$' "$ifconf" total
52 atf_check -s exit:0 -o match:'lo0' "$ifconf" list
55 atf_check -s exit:0 rump.ifconfig shmif0 create
56 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
57 atf_check -s exit:0 -o match:'shmif0' "$ifconf" list
60 atf_check -s exit:0 rump.ifconfig shmif1 create
61 atf_check -s exit:0 -o match:'^4$' "$ifconf" total
62 atf_check -s exit:0 -o match:'shmif1' "$ifconf" list
65 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
66 atf_check -s exit:0 rump.ifconfig shmif0 192.168.0.1/24
67 atf_check -s exit:0 -o match:'^5$' "$ifconf" total
70 atf_check -s exit:0 -o match:1 -x "$ifconf list 1 | wc -l"
71 atf_check -s exit:0 -o match:2 -x "$ifconf list 2 | wc -l"
72 atf_check -s exit:0 -o match:3 -x "$ifconf list 3 | wc -l"
73 atf_check -s exit:0 -o match:4 -x "$ifconf list 4 | wc -l"
74 atf_check -s exit:0 -o match:5 -x "$ifconf list 5 | wc -l"
75 atf_check -s exit:0 -o match:5 -x "$ifconf list 6 | wc -l"
78 atf_check -s exit:0 rump.ifconfig shmif0 destroy
79 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
80 atf_check -s exit:0 -o not-match:'shmif0' "$ifconf" list
81 atf_check -s exit:0 -o match:1 -x "$ifconf list 1 | wc -l"
82 atf_check -s exit:0 -o match:2 -x "$ifconf list 2 | wc -l"
83 atf_check -s exit:0 -o match:3 -x "$ifconf list 3 | wc -l"
84 atf_check -s exit:0 -o match:3 -x "$ifconf list 4 | wc -l"