summaryrefslogtreecommitdiffstats
path: root/tests/filesystem.yml
diff options
context:
space:
mode:
authorxiawu <xiawu@redhat.com>2018-08-29 05:02:24 +0000
committerJeremy Cline <jcline@redhat.com>2018-10-05 09:51:31 -0400
commit64591e70e69cd600faa235d8f619af58c5efaee0 (patch)
tree95d1cbf177d38b7f782948b35943800c2657b665 /tests/filesystem.yml
parent8242e01fffa99fd37513bfb1635200094125f00d (diff)
downloadkernel-64591e70e69cd600faa235d8f619af58c5efaee0.tar.gz
kernel-64591e70e69cd600faa235d8f619af58c5efaee0.tar.xz
kernel-64591e70e69cd600faa235d8f619af58c5efaee0.zip
Add memory/filesystem tests
Add one memory test and one filesystem test memory/memfd_create filesystem/ext4/freeze-protection-bypass Signed-off-by: xiawu <xiawu@redhat.com>
Diffstat (limited to 'tests/filesystem.yml')
-rw-r--r--tests/filesystem.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/filesystem.yml b/tests/filesystem.yml
new file mode 100644
index 000000000..09b1c4344
--- /dev/null
+++ b/tests/filesystem.yml
@@ -0,0 +1,42 @@
+---
+# Tests suitable to run in a classic environment
+- hosts: localhost
+ tags:
+ - classic
+ roles:
+ - role: standard-test-beakerlib
+ tests:
+ - filesystem/ext4/freeze-protection-bypass
+ required_packages:
+ - kernel
+ - e2fsprogs
+ - util-linux
+ ignore_errors: yes
+
+# Tests suitable to run in a docker environment
+- hosts: localhost
+ tags:
+ - container
+ roles:
+ - role: standard-test-beakerlib
+ tests:
+ - filesystem/ext4/freeze-protection-bypass
+ required_packages:
+ - kernel
+ - e2fsprogs
+ - util-linux
+ ignore_errors: yes
+
+# Tests suitable to run in an Atomic Host environment
+- hosts: localhost
+ tags:
+ - atomic
+ roles:
+ - role: standard-test-beakerlib
+ tests:
+ - filesystem/ext4/freeze-protection-bypass
+ required_packages:
+ - kernel
+ - e2fsprogs
+ - util-linux
+ ignore_errors: yes \ No newline at end of file