--- /dev/null
+teuthology:
+ postmerge:
+ # Once can we make sure the distro kernels have included the fscrypt feature
+ # or the ceph-fuse have supported the fscrypt feature we can remove this
+ # restriction.
+ - if not is_kupstream() then reject() end
+task:
--- /dev/null
+tasks:
+ - cephfs_test_runner:
+ fail_on_skip: false
+ modules:
+ - tasks.cephfs.test_fscrypt
--- /dev/null
+tasks:
+- workunit:
+ timeout: 6h
+ clients:
+ client.0:
+ - fs/fscrypt.sh none dbench
+ - fs/fscrypt.sh unlocked dbench
--- /dev/null
+tasks:
+- workunit:
+ timeout: 6h
+ clients:
+ client.0:
+ - fs/fscrypt.sh none ffsb
+ - fs/fscrypt.sh unlocked ffsb
--- /dev/null
+tasks:
+- workunit:
+ timeout: 6h
+ clients:
+ client.0:
+ - fs/fscrypt.sh none iozone
+ - fs/fscrypt.sh unlocked iozone
--- /dev/null
+tasks:
+- workunit:
+ timeout: 6h
+ clients:
+ client.0:
+ - fs/fscrypt.sh none pjd
+ - fs/fscrypt.sh unlocked pjd
+++ /dev/null
-tasks:
- - cephfs_test_runner:
- fail_on_skip: false
- modules:
- - tasks.cephfs.test_fscrypt
+++ /dev/null
-tasks:
-- workunit:
- timeout: 6h
- clients:
- client.0:
- - fs/fscrypt.sh none dbench
- - fs/fscrypt.sh unlocked dbench
+++ /dev/null
-tasks:
-- workunit:
- timeout: 6h
- clients:
- client.0:
- - fs/fscrypt.sh none ffsb
- - fs/fscrypt.sh unlocked ffsb
+++ /dev/null
-tasks:
-- workunit:
- timeout: 6h
- clients:
- client.0:
- - fs/fscrypt.sh none iozone
- - fs/fscrypt.sh unlocked iozone
+++ /dev/null
-tasks:
-- workunit:
- timeout: 6h
- clients:
- client.0:
- - fs/fscrypt.sh none pjd
- - fs/fscrypt.sh unlocked pjd