Integrate dmapi suite 1 into xfsqa infrastructure

Merge of master-melb:xfs-cmds:27924a by kenmcd.

  added IRIX to _supported_os
This commit is contained in:
Allan Randall
2007-01-16 02:58:21 +00:00
parent 95e61ff3b2
commit 133fdfd9c5
40 changed files with 1355 additions and 10 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ _cleanup()
# real QA test starts here
_supported_fs xfs
_supported_os Linux
_supported_os Linux IRIX
_require_scratch
_scratch_mkfs_xfs >/dev/null 2>&1
@@ -39,7 +39,7 @@ _dmapi_scratch_mount
mkdir -p $SCRATCH_MNT/dmapi
# run DMAPI test using verbose output
${DMAPI_QASUITE2_DIR}src/test_fileattr -v $DMAPI_LS_TO_COPY_PATH $SCRATCH_MNT
${DMAPI_QASUITE2_DIR}src/test_fileattr -v $DMAPI_LS_TO_COPY_PATH $SCRATCH_MNT 2>&1 | $PERL_PROG -ne 's/\d+\sloops/NUM loops/g ; print;'
status=0
exit