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:
Xiubo Li 2022-11-23 15:34:16 +08:00
parent 4c97a9e469
commit 2ba6b87105

View File

@ -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())