mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Numerous changes to QA scripts allowing tests to run with external log/rt devices; also allow multiple mkfs/mount options at once now.
This commit is contained in:
@@ -25,9 +25,14 @@ Preparing system for tests:
|
||||
- setenv TAPE_DEV "tape device for testing xfsdump"
|
||||
- setenv RMT_TAPE_DEV "remote tape device for testing xfsdump"
|
||||
- setenv RMT_IRIXTAPE_DEV "remote IRIX tape device for testing xfsdump"
|
||||
- optionally:
|
||||
- setenv SCRATCH_LOGDEV "device for external log"
|
||||
- setenv SCRATCH_RTDEV "device for realtime data"
|
||||
- optionally:
|
||||
- setenv SCRATCH_LOGDEV "device for scratch-fs external log"
|
||||
- setenv SCRATCH_RTDEV "device for scratch-fs realtime data"
|
||||
- setenv TEST_LOGDEV "device for test-fs external log"
|
||||
- setenv TEST_RTDEV "device for test-fs realtime data"
|
||||
- if TEST_LOGDEV and/or TEST_RTDEV, these will always be used.
|
||||
- if SCRATCH_LOGDEV and/or SCRATCH_RTDEV, the USE_EXTERNAL
|
||||
environment variable set to "yes" will enable their use.
|
||||
- or add a case to the switch in common.config assigning
|
||||
these variables based on the hostname of your test
|
||||
machine
|
||||
|
||||
Reference in New Issue
Block a user