| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_015_pos.ksh | 77 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 D | largest_file.c | 65 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 D | zfs_mount_008_pos.ksh | 54 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 D | zfs_mount_012_pos.ksh | 48 log_must touch $TESTDIR/testfile.$$
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | pkttest.sh | 30 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 D | zfs_written_property_001_pos.ksh | 73 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 D | acl.cfg | 30 export TESTFILE=testfile$$ 52 export testfile=$TESTDIR/testfile
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
| H A D | zfs_clone_livelist_condense_and_disable.ksh | 68 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 D | zvol_ENOSPC_001_pos.ksh | 67 file_write -o create -f $TESTDIR/testfile$$.$fn \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_017_neg.ksh | 68 log_must touch $TESTDIR/testfile
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_012_neg.ksh | 61 log_must dd if=/dev/urandom of=$mntpnt/testfile.$$ count=100
|
| H A D | slog.kshlib | 67 dd if=/dev/urandom of=$mntpnt/testfile.$$ &
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | decompress_fault.ksh | 51 log_must zinject -a -t data -e decompress -f 20 $mntpt/testfile.0
|
| H A D | zpool_status_-s.ksh | 66 log_must mkfile 1048576 /$TESTPOOL/testfile
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/ |
| H A D | zpool_colors.ksh | 45 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 D | alloc_class.kshlib | 58 dd if=/dev/random of=$mntpnt/testfile.$$ &
|
| H A D | alloc_class_012_pos.ksh | 84 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 D | zfs_receive_to_encrypted.ksh | 53 typeset testfile="testfile"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cache/ |
| H A D | cache.kshlib | 60 dd if=/dev/urandom of=$mntpnt/testfile.$$ &
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_002_pos.ksh | 77 file_write -o create -f $TESTDIR/testfile$$.$fn \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_004_pos.ksh | 65 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 D | refreserv.cfg | 31 export TESTFILE=testfile
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/atime/ |
| H A D | atime.cfg | 30 export TESTFILE=testfile
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
| H A D | redundancy.cfg | 32 export TESTFILE=testfile.$$
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/ |
| H A D | zvol.cfg | 34 export TESTFILE=testfile
|