mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
qa: enable SCRATCH_DEV for file encryption tests
ceph file encryption test cases need the SCRATCH_DEV. Fixes: https://tracker.ceph.com/issues/58133 Signed-off-by: Xiubo Li <xiubli@redhat.com>
This commit is contained in:
parent
4c97a9e469
commit
2ba6b87105
@ -143,8 +143,8 @@ class XFSTestsDev(CephFSTestCase):
|
||||
export FSTYP=ceph
|
||||
export TEST_DEV={}
|
||||
export TEST_DIR={}
|
||||
#export SCRATCH_DEV={}
|
||||
#export SCRATCH_MNT={}
|
||||
export SCRATCH_DEV={}
|
||||
export SCRATCH_MNT={}
|
||||
export TEST_FS_MOUNT_OPTS="-o name=admin,secret={}"
|
||||
''').format(self.test_dev, self.test_dirs_mount_path, self.scratch_dev,
|
||||
self.scratch_dirs_mount_path, self.get_admin_key())
|
||||
|
Loading…
Reference in New Issue
Block a user