| /test/stcnv/usr/src/suites/os/lofi/tests/compression_static/ |
| tp_compression_static_002.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 31 . ${TET_SUITE_ROOT}/lofi/lib/util_common
|
| tp_compression_static_003.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 31 . ${TET_SUITE_ROOT}/lofi/lib/util_common
|
| tp_compression_static_004.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 31 . ${TET_SUITE_ROOT}/lofi/lib/util_common
|
| tp_compression_static_005.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 31 . ${TET_SUITE_ROOT}/lofi/lib/util_common
|
| tp_compression_static_006.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 31 . ${TET_SUITE_ROOT}/lofi/lib/util_common
|
| tp_compression_static_001.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 31 . ${TET_SUITE_ROOT}/lofi/lib/util_common 40 # lofi device should fail. 45 # - Add a lofi device using the file 49 # - Delete the lofi device 58 typeset -r ASSERT_DESC="Try to compress in use lofi file" 72 cti_untested "Skipping assertion $ITERATION as lofi" \ 98 # Add a lofi device using the file. We'll capture the name of the 99 # lofi device printed by the add_lofi_device function even though 105 cti_report "File created and lofi device successfully" [all...] |
| /test/stcnv/usr/src/suites/os/lofi/ |
| README | 32 This test suite is designed to test the loopback file (lofi) driver. 33 The suite was primarily written to test lofi's compression/decompression 35 However, since there was no pre-existing lofi test suite to add the 37 lofi coverage that does not involve compression. 39 The suite auto-detects the presence or absence of lofi compression 41 run. The lofi compression functionality was put back in snv_80, so when 55 3. No pre-existing lofi devices may be configured on the system. If 56 the suite detects pre-existing lofi devices, it will not run. 85 packages. The package is called SUNWstc-os-lofi and installs into "/opt" by 87 tool pkgadd(1m). To install SUNWstc-os-lofi simply enter the followin [all...] |
| Makefile | 29 include $(TET_SUITE_ROOT)/lofi/Targetdirs
|
| Targetdirs | 29 SUITEDIR = lofi
|
| /test/stcnv/usr/src/suites/os/lofi/src/ |
| Makefile | 29 include $(TET_SUITE_ROOT)/lofi/Targetdirs
|
| /test/stcnv/usr/src/suites/os/lofi/tests/add_static/ |
| tc_add_static.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/startup_cleanup_common
|
| /test/stcnv/usr/src/suites/os/lofi/tests/zones_named/ |
| tc_zones_named.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/startup_cleanup_common
|
| tp_zones_named_001.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common
|
| /test/stcnv/usr/src/suites/os/lofi/tests/ |
| Makefile | 29 include $(TET_SUITE_ROOT)/lofi/Targetdirs
|
| /test/stcnv/usr/src/suites/os/lofi/tests/delete/ |
| tc_delete.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/startup_cleanup_common
|
| tp_delete_001.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 38 # Delete a lofi device based on the name of the file. 43 # - Add a lofi device using the file 45 # - Delete the lofi device by specifying the file name to 64 cti_assert $ASSERTION "Delete lofi device by file name" 68 # Setup -- create file for lofi device 71 cti_unresolved "Unable to test lofi deletion because" \ 76 # Setup -- add lofi device 81 cti_unresolved "Unable to test lofi deletion because" \ 87 # Assertion -- delete lofi device using name of fil [all...] |
| tp_delete_002.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 38 # Delete a lofi device based on the name of the device. 43 # - Add a lofi device using the file 45 # - Delete the lofi device by specifying the device name to 64 cti_assert $ASSERTION "Delete lofi device by device name" 68 # Setup -- create file for lofi device 71 cti_unresolved "Unable to test lofi deletion because" \ 76 # Setup -- add lofi device 82 cti_unresolved "Unable to test lofi deletion because" \ 88 # Assertion -- delete lofi device using name of devic [all...] |
| /test/ontest-stc2/src/suites/os/xvm/virt-install/src/lib/python/ |
| netinstall.py | 63 prepare () - uses lofiadm to create a new lofi device from the ISO, 64 mounts the lofi defice to /virt-install_mnt and shares it over 72 # lofimount the iso and save the resulting lofi device 74 self.lofi = common.execute (cmd, common.SetupError) 78 (self.lofi, self.mountpoint) 125 cmd = "/usr/sbin/lofiadm -d %s" % self.lofi
|
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/server/ |
| setupFS.ksh | 29 # The program to setup LOFI filesystem for testing. 45 \t-s: to setup the LOFI or ZFS test filesystem\n 46 \t-c: to cleanup the LOFI or ZFS test filesystem\n 47 \tFS_name: new filesystem name, e.g. NFSv4_fs1 to mount the LOFI or ZFS;\n 77 s) # Setup the LOFI filesystem 78 echo "Setting up a LOFI/FS using [$SRVTESTDIR/$FNAME] file..." 79 # use LOFI to create a filesystem under: 91 lofiadm -a $SRVTESTDIR/$FNAME > $TMPDIR/lofi-a.out.$$ 2>&1 94 cat $TMPDIR/lofi-a.out.$$ 98 LDEV=$(head -1 $TMPDIR/lofi-a.out.$$ | awk '{print $1}' [all...] |
| /test/ontest-stc2/src/suites/nfs/fnfs/ |
| setupFS.ksh | 31 # The program to setup LOFI filesystem for testing. 45 \t-s: to setup the LOFI test filesystem\n 46 \t-c: to cleanup the LOFI test filesystem\n 47 \tFS_name: new filesystem name, full path to mount the LOFI\n 79 s) # Setup the LOFI filesystem 80 echo "Setting up a LOFI/FS using [$DIR/$FNAME] file..." 81 # use LOFI to create a filesystem: 89 lofiadm -a $DIR/$FNAME > $DIR/lofi-a.out.$$ 2>&1 92 cat $DIR/lofi-a.out.$$ 96 LDEV=$(head -1 $DIR/lofi-a.out.$$ | awk '{print $1}' [all...] |
| /test/stcnv/usr/src/suites/nfs/fnfs/ |
| setupFS.ksh | 31 # The program to setup LOFI filesystem for testing. 45 \t-s: to setup the LOFI test filesystem\n 46 \t-c: to cleanup the LOFI test filesystem\n 47 \tFS_name: new filesystem name, full path to mount the LOFI\n 79 s) # Setup the LOFI filesystem 80 echo "Setting up a LOFI/FS using [$DIR/$FNAME] file..." 81 # use LOFI to create a filesystem: 89 lofiadm -a $DIR/$FNAME > $DIR/lofi-a.out.$$ 2>&1 92 cat $DIR/lofi-a.out.$$ 96 LDEV=$(head -1 $DIR/lofi-a.out.$$ | awk '{print $1}' [all...] |
| /test/stcnv/usr/src/suites/nfs/nfsv4/server/ |
| setupFS.ksh | 29 # The program to setup LOFI filesystem for testing. 45 \t-s: to setup the LOFI or ZFS test filesystem\n 46 \t-c: to cleanup the LOFI or ZFS test filesystem\n 47 \tFS_name: new filesystem name, e.g. NFSv4_fs1 to mount the LOFI or ZFS;\n 78 s) # Setup the LOFI filesystem 79 echo "Setting up a LOFI/FS using [$SRVTESTDIR/$FNAME] file..." 80 # use LOFI to create a filesystem under: 92 lofiadm -a $SRVTESTDIR/$FNAME > $TMPDIR/lofi-a.out.$$ 2>&1 95 cat $TMPDIR/lofi-a.out.$$ 99 LDEV=$(head -1 $TMPDIR/lofi-a.out.$$ | awk '{print $1}' [all...] |
| /test/stcnv/usr/src/suites/os/lofi/tests/fs_dynamic/ |
| tp_fs_dynamic.ksh | 29 . ${TET_SUITE_ROOT}/lofi/lib/fs_common 30 . ${TET_SUITE_ROOT}/lofi/lib/util_common 40 # tests combinations of valid lofi file sizes and filesystem types. 52 # 2.03 Disassociate lofi device from file. 53 # 2.04 Associate decompressed file with lofi device. 57 # 2.08 Disassociate lofi device from file. 79 # Rather than reusing the same lofi dev number over and over, we'll 81 # a limit to lofi dev numbers, we'll wrap around to lower numbers 84 typeset desired_lofi_dev=/dev/lofi/$lofi_dev_num 153 # on the specified file (via lofi). $reference_tree is a director [all...] |
| tc_fs_dynamic.ksh | 30 . ${TET_SUITE_ROOT}/lofi/lib/startup_cleanup_common
|
| /test/stcnv/usr/src/suites/os/lofi/src/lib/ksh/ |
| Makefile | 34 include $(TET_SUITE_ROOT)/lofi/Targetdirs 38 LIB_DIR = $(TET_SUITE_ROOT)/lofi/lib
|