Searched refs:atf_check (Results 1 - 25 of 165) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/tests/util/
H A Dt_dirname.sh35 atf_check -o inline:"/\n" dirname /
36 atf_check -o inline:"/\n" dirname //
37 atf_check -o inline:"/usr\n" dirname /usr/bin/
38 atf_check -o inline:"//usr\n" dirname //usr//bin//
39 atf_check -o inline:".\n" dirname usr
40 atf_check -o inline:".\n" dirname ""
41 atf_check -o inline:"/\n" dirname /usr
42 atf_check -o inline:"/usr\n" dirname /usr/bin
43 atf_check -o inline:"usr\n" dirname usr/bin
H A Dt_basename.sh35 atf_check -o inline:"bin\n" basename /usr/bin
36 atf_check -o inline:"usr\n" basename /usr
37 atf_check -o inline:"/\n" basename /
38 atf_check -o inline:"/\n" basename ///
39 atf_check -o inline:"usr\n" basename /usr//
40 atf_check -o inline:"bin\n" basename //usr//bin
41 atf_check -o inline:"usr\n" basename usr
42 atf_check -o inline:"bin\n" basename usr/bin
52 atf_check -o inline:"bi\n" basename /usr/bin n
53 atf_check
[all...]
/netbsd-6-1-5-RELEASE/tests/usr.bin/mkdep/
H A Dt_mkdep.sh39 atf_check touch sample.c
42 atf_check mkdep -f sample.d sample.c
43 atf_check -o ignore grep '^sample.o:' sample.d
46 atf_check mkdep -f sample.d -s '.a .b' sample.c
47 atf_check -o ignore grep '^sample.b sample.a:' sample.d
50 atf_check mkdep -f sample.d -s '' sample.c
51 atf_check -o ignore grep '^sample:' sample.d
/netbsd-6-1-5-RELEASE/tests/fs/ffs/
H A Dquotas_common.sh6 atf_check -s exit:0 env RUMP_SERVER=unix://${s} rump.halt;
9 atf_check -s exit:0 -o "match:already clean" \
/netbsd-6-1-5-RELEASE/tests/dev/audio/
H A Dt_pad.sh38 atf_check -s exit:0 uudecode $(atf_get_srcdir)/t_pad_output.bz2.uue
39 atf_check -s exit:0 bunzip2 t_pad_output.bz2
40 atf_check -s exit:0 -o file:t_pad_output $(atf_get_srcdir)/h_pad
/netbsd-6-1-5-RELEASE/tests/lib/libc/hash/
H A Dt_hash.sh45 atf_check -o file:"$(datadir)/md5test-out" -x \
56 atf_check -o file:"$(datadir)/sha1test-out" -x \
59 atf_check -o file:"$(datadir)/sha1test2-out" -x \
/netbsd-6-1-5-RELEASE/tests/util/m4/
H A Dt_m4.sh37 atf_check -o file:"$(atf_get_srcdir)/d_ff_after_dnl.out" \
40 atf_check -o file:"$(atf_get_srcdir)/d_m4wrap.out" \
43 atf_check -o file:"$(atf_get_srcdir)/d_m4wrap-P.out" \
/netbsd-6-1-5-RELEASE/tests/net/route/
H A Dt_change.sh42 atf_check -s exit:0 ${netserver} ${RUMP_SERVER}
44 atf_check -s exit:0 -o ignore \
46 atf_check -s exit:0 -o match:UGHR -x \
48 atf_check -s exit:0 -o ignore \
50 atf_check -s exit:0 -o match:' UGHBS ' -e ignore -x \
/netbsd-6-1-5-RELEASE/tests/lib/librumphijack/
H A Dt_tcpip.sh40 atf_check -s exit:0 ${rumpnetsrv} ${RUMP_SERVER}
43 atf_check -s exit:0 env LD_PRELOAD=/usr/lib/librumphijack.so \
46 atf_check -s exit:0 -o file:"$(atf_get_srcdir)/netstat.expout" \
50 atf_check -s exit:0 env LD_PRELOAD=/usr/lib/librumphijack.so \
54 atf_check -o match:'HTTP/1.0 200 OK' cat webfile
55 atf_check -o match:'Content-Length: 95' cat webfile
56 atf_check -o file:"$(atf_get_srcdir)/index.html" \
87 atf_check -s ignore -o empty -e ignore \
89 atf_check -s ignore -o empty -e ignore \
91 atf_check
[all...]
H A Dt_vfs.sh38 atf_check -s exit:0 -e ignore mount_ffs /img ${mntdir}
44 atf_check -s exit:0 umount -R ${mntdir}
61 atf_check -s exit:0 rump_server -lrumpvfs ${RUMP_SERVER} ; \
77 atf_check -s exit:0 -o ignore newfs -F -s 20000 ${img} ; \
78 atf_check -s exit:0 ${rumpsrv_ffs} ${RUMP_SERVER} ; \
104 atf_check -s exit:0 pax -rw -s,${parent},, $(atf_get_srcdir) .
105 atf_check -s exit:0 pax -rw ${thedir} /rump/mnt
107 atf_check -s exit:0 diff -ru ${thedir} /rump/mnt2/${thedir}
113 atf_check -s exit:0 cp -Rp $(atf_get_srcdir) .
114 atf_check
[all...]
/netbsd-6-1-5-RELEASE/tests/dev/cgd/
H A Dt_cgd.sh44 atf_check -s exit:0 \
48 atf_check -s exit:0 -x "echo 12345 | \
50 atf_check -s exit:0 -e ignore -x \
52 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2
53 atf_check -s exit:0 -e ignore -o file:testfile \
75 atf_check -s exit:0 \
79 atf_check -s exit:0 -x "echo 12345 | \
81 atf_check -s exit:0 -e ignore -x \
85 atf_check -s exit:0 rump.cgdconfig -u cgd0
86 atf_check
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-config/
H A Dintegration_test.sh55 atf_check -s eq:0 -o save:stdout -e empty atf-config
56 atf_check -s eq:0 -o empty -e empty \
59 atf_check -s eq:0 -o ignore -e empty grep "${v}" stdout
71 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
73 atf_check -s eq:0 -o empty -e empty \
87 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
89 atf_check -s eq:0 -o empty -e empty \
91 atf_check -s eq:0 -o save:stdout -e empty cut -d ' ' -f 3- stdout
92 atf_check -s eq:0 -o empty -e empty mv stdout expout
93 atf_check
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/librumpclient/
H A Dt_exec.sh41 atf_check -s exit:0 ${rumpsrv} ${RUMP_SERVER}
42 atf_check -s exit:0 env $(atf_get_srcdir)/h_exec
43 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n
44 atf_check -s exit:0 -o match:'^root.*h_exec.*tcp.*\*\.1234' \
46 atf_check -s exit:0 -o match:'^root.*h_exec.*tcp.*\*\.2345' \
64 atf_check -s exit:0 ${rumpsrv} ${RUMP_SERVER}
65 atf_check -s exit:0 $(atf_get_srcdir)/h_exec $(atf_get_srcdir)/h_exec
66 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n
67 atf_check -s exit:0 -o match:'^root.*h_ution.*tcp.*\*\.1234' \
69 atf_check
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dt_remove.sh40 atf_check -s eq:1 -o empty -e empty test -f a
41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty test -f a
43 atf_check -s eq:0 -o empty -e empty rm a
44 atf_check -s eq:1 -o empty -e empty test -f a
58 atf_check -s eq:0 -o empty -e empty touch a
59 atf_check -s eq:0 -o empty -e empty chflags uchg a
60 atf_check -s eq:1 -o empty -e ignore rm -f a
61 atf_check -s eq:0 -o empty -e empty chflags nouchg a
62 atf_check
[all...]
/netbsd-6-1-5-RELEASE/tests/usr.bin/shmif_dumpbus/
H A Dt_basic.sh31 atf_check -s exit:0 uudecode $(atf_get_srcdir)/${1}.bz2.uue
32 atf_check -s exit:0 bunzip2 -f ${1}.bz2
56 atf_check -s exit:0 -o inline:"${ehdr}\n" shmif_dumpbus -h shmbus
63 atf_check -s exit:0 -o file:d_pkthdrs.out \
71 atf_check -s exit:0 -o ignore shmif_dumpbus -p pcap shmbus
76 atf_check -s exit:0 -o file:d_pcap.out -e ignore \
/netbsd-6-1-5-RELEASE/tests/util/bzip2/
H A Dt_bzip2.sh35 atf_check -o file:$(atf_get_srcdir)/d_sample1.bz2 \
37 atf_check -o file:$(atf_get_srcdir)/d_sample2.bz2 \
39 atf_check -o file:$(atf_get_srcdir)/d_sample3.bz2 \
41 atf_check -o file:$(atf_get_srcdir)/d_sample1.ref \
43 atf_check -o file:$(atf_get_srcdir)/d_sample2.ref \
45 atf_check -o file:$(atf_get_srcdir)/d_sample3.ref \
/netbsd-6-1-5-RELEASE/tests/rump/rumpkern/
H A Dt_sp.sh57 atf_check -s exit:0 rump_server ${RUMP_SERVER}
58 atf_check -s exit:0 $(atf_get_srcdir)/h_client/h_simplecli
65 atf_check -s exit:0 rump_server \
67 atf_check -s exit:0 -e ignore $(atf_get_srcdir)/h_client/h_stresscli $@
74 atf_check -s exit:0 rump_server -lrumpvfs ${RUMP_SERVER}
75 atf_check -s exit:0 $(atf_get_srcdir)/h_client/h_forkcli ${1}
82 atf_check -s exit:0 rump_server ${RUMP_SERVER}
83 atf_check -s exit:0 $(atf_get_srcdir)/h_client/h_sigcli
91 atf_check -s exit:0 $(atf_get_srcdir)/h_server/h_simpleserver \
93 atf_check
[all...]
/netbsd-6-1-5-RELEASE/tests/usr.bin/diff/
H A Dt_diff.sh40 atf_check -s ignore \
54 atf_check -s exit:0 \
68 atf_check -s exit:0 \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Dtc_test.sh39 atf_check -s eq:0 -o ignore -e ignore ${h} tc_pass_true
40 atf_check -s eq:1 -o ignore -e ignore ${h} tc_pass_false
41 atf_check -s eq:1 -o match:'failed:.*body.*non-ok exit code' -e ignore \
43 atf_check -s eq:1 -o ignore -e match:'An error' ${h} tc_fail
/netbsd-6-1-5-RELEASE/tests/crypto/libcrypto/
H A Dt_certs.sh35 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_x509v3test"
/netbsd-6-1-5-RELEASE/tests/dev/dm/
H A Dt_dm.sh37 #atf_check -s exit:0 uudecode $(atf_get_srcdir)/t_dm_disk_1.bz2.uue
38 #atf_check -s exit:0 bunzip2 t_dm_disk_1.bz2
39 #atf_check -s exit:0 -o file:t_dm_disk_1 $(atf_get_srcdir)/h_dm
40 atf_check -s exit:0 $(atf_get_srcdir)/h_dm
/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dt_cancel.sh37 atf_check -o inline:"You should see this.\n" \
H A Dt_exit.sh35 atf_check -o ignore "$(atf_get_srcdir)/h_exit"
/netbsd-6-1-5-RELEASE/tests/sbin/ifconfig/
H A Dt_nonexistent.sh40 atf_check -s not-exit:0 ifconfig nonexistent0 1.2.3.4/24
/netbsd-6-1-5-RELEASE/tests/fs/nfs/
H A Dt_rquotad.sh59 atf_check -s exit:0 rump_server -lrumpvfs -lrumpdev -lrumpnet \
65 atf_check -s exit:0 rump.ifconfig shmif0 create
66 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
67 atf_check -s exit:0 rump.ifconfig shmif0 inet 10.1.1.1
72 atf_check -s exit:0 mkdir /rump/etc
73 atf_check -s exit:0 mkdir /rump/export
74 atf_check -s exit:0 mkdir -p /rump/var/run
75 atf_check -s exit:0 mkdir -p /rump/var/db
76 atf_check -s exit:0 touch /rump/var/db/mountdtab
81 atf_check
[all...]

Completed in 203 milliseconds

1234567