Home
last modified time | relevance | path

Searched refs:testroot (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dcheck_test_runfiles.py87 def normalize_testroot(testroot): argument
88 root = testroot.strip()
99 def section_path(section, testroot): argument
103 return posixpath.normpath(posixpath.join('/', testroot, raw))
154 def check_runfile(runfile, testroot, protoroot, archlist): argument
182 secpath = section_path(sec, testroot)
273 testroot = normalize_testroot(args.testroot)
284 if testroot is None:
286 'under proto root): %s\n' % args.testroot)
289 testroot_path = os.path.join(protoroot, testroot)
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_all_fail.ksh41 typeset path=${TEST_BASE_DIR%%/}/testroot$$/$TESTPOOL
69 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \
70 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
H A Dzfs_mount_all_mountpoints.ksh43 typeset path=${TEST_BASE_DIR%%/}/testroot$$/$TESTPOOL
118 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \
119 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
H A Dzfs_mount_all_001_pos.ksh61 path=${TEST_BASE_DIR%%/}/testroot$$/$TESTPOOL
126 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \
127 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
H A Dzfs_mount_009_neg.ksh77 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \
78 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_all_001_pos.ksh62 path=${TEST_BASE_DIR%%/}/testroot$$/$TESTPOOL
125 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \
126 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
H A Dzfs_unmount_007_neg.ksh79 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \
80 rm -rf ${TEST_BASE_DIR%%/}/testroot$$