Home
last modified time | relevance | path

Searched refs:testfile (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_015_pos.ksh77 log_mustnot touch $dir/testfile
87 testfile=$mntpnt/testfile.$cnt
88 log_must mkfile 1M $testfile
103 testfile=$mntpnt/testfile.$i
105 if [[ ! -f $testfile ]]; then
106 log_fail "ERROR: $testfile should exists."
109 if [[ -f $testfile ]]; then
110 log_fail "ERROR: $testfile should not exists."
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/largest_file/
H A Dlargest_file.c65 char *testfile; in main() local
80 testfile = strdup(argv[1]); in main()
82 fd = open(testfile, O_CREAT | O_RDWR, mode); in main()
86 free(testfile); in main()
127 (void) unlink(testfile); in main()
128 free(testfile); in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_008_pos.ksh54 if [[ -f $testfile ]]; then
55 log_must rm -f $testfile
71 testfile=$mntpnt/$TESTFILE0; testfile1=$mntpnt1/$TESTFILE1
72 log_must mkfile 1M $testfile $testfile1
84 log_mustnot ls $testfile
95 log_must ls $testfile
H A Dzfs_mount_012_pos.ksh48 log_must touch $TESTDIR/testfile.$$
/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dpkttest.sh30 testfile="${DIR}/${testcase}.py"
31 if [ ! -f ${testfile} ]; then
37 python3 ${testfile} config > ${SGW_CFG_FILE}
53 python3 ${testfile}
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_property/
H A Dzfs_written_property_001_pos.ksh73 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS1/testfile.$i bs=1M \
117 log_must rm /$TESTPOOL/$TESTFS1/testfile.3
139 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS1/testfile.3 bs=1M \
164 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS1/snap1.clone/testfile bs=1M \
202 log_must dd if=/dev/urandom of=/$ds/testfile bs=1M count=$blocks
215 log_must dd if=/dev/urandom of=/$ds/testfile bs=1M \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl.cfg30 export TESTFILE=testfile$$
52 export testfile=$TESTDIR/testfile
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_clone_livelist_condense_and_disable.ksh68 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/testfile$i
76 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/testfile$i
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/
H A Dzvol_ENOSPC_001_pos.ksh67 file_write -o create -f $TESTDIR/testfile$$.$fn \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_017_neg.ksh68 log_must touch $TESTDIR/testfile
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_012_neg.ksh61 log_must dd if=/dev/urandom of=$mntpnt/testfile.$$ count=100
H A Dslog.kshlib67 dd if=/dev/urandom of=$mntpnt/testfile.$$ &
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Ddecompress_fault.ksh51 log_must zinject -a -t data -e decompress -f 20 $mntpt/testfile.0
H A Dzpool_status_-s.ksh66 log_must mkfile 1048576 /$TESTPOOL/testfile
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_colors.ksh45 log_must dd if=/dev/urandom of=/$TESTDIR/testfile bs=10M count=1
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class.kshlib58 dd if=/dev/random of=$mntpnt/testfile.$$ &
H A Dalloc_class_012_pos.ksh84 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/testfile.$i \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_to_encrypted.ksh53 typeset testfile="testfile"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache.kshlib60 dd if=/dev/urandom of=$mntpnt/testfile.$$ &
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_002_pos.ksh77 file_write -o create -f $TESTDIR/testfile$$.$fn \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_004_pos.ksh65 log_must dd if=/dev/urandom of=$TESTDIR/testfile bs=1K count=2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv.cfg31 export TESTFILE=testfile
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/atime/
H A Datime.cfg30 export TESTFILE=testfile
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy.cfg32 export TESTFILE=testfile.$$
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/
H A Dzvol.cfg34 export TESTFILE=testfile

12