From: Xiubo Li Date: Wed, 23 Nov 2022 07:34:16 +0000 (+0800) Subject: qa: enable SCRATCH_DEV for file encryption tests X-Git-Tag: v18.1.0~743^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ba6b871056c10d7ea75b526489baa3586024fbf;p=ceph.git 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 --- diff --git a/qa/tasks/cephfs/xfstests_dev.py b/qa/tasks/cephfs/xfstests_dev.py index c9902fa9266..ebf2ab069d6 100644 --- a/qa/tasks/cephfs/xfstests_dev.py +++ b/qa/tasks/cephfs/xfstests_dev.py @@ -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())