]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common: xfstests support overlay+tmpfs
authorBaokun Li <libaokun1@huawei.com>
Wed, 11 May 2022 08:34:04 +0000 (16:34 +0800)
committerZorro Lang <zlang@kernel.org>
Wed, 11 May 2022 09:12:45 +0000 (17:12 +0800)
commit92fb58afaa2f38a9369ad5791a4cbf135545617d
tree8eaed1c4d6695835d8e915ad6ae0d95703faee47
parent653da5b6616027bb6f3a4061a5b36fa6785e80dc
common: xfstests support overlay+tmpfs

The local.config of overlay+tmpfs is as follows:
```local.config.example
export FSTYP=tmpfs
export TEST_DEV=tmpfs_test
export TEST_DIR=/tmp/test
export SCRATCH_DEV=tmpfs_scratch
export SCRATCH_MNT=/tmp/scratch
```

Run `./check -overlay tests` to execute test case on overlay+tmpfs.

Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/config
common/overlay
common/rc