summaryrefslogtreecommitdiffstats
path: root/tests/filesystem.yml
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-03-17 19:39:07 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-03-17 19:39:07 +0100
commit121cdd55fe1d658ea2a9cad2ed8eb6ae22ed785d (patch)
tree09aca67d95f46d2d6312807b723864452dc37b98 /tests/filesystem.yml
parent9d53a3102caf03deb8e8328dd586708b5328b853 (diff)
parentc7a5157d4de03982fcd2e3cd1f035858153ab349 (diff)
downloadkernel-5.11.7-150.vanilla.1.fc32.tar.gz
kernel-5.11.7-150.vanilla.1.fc32.tar.xz
kernel-5.11.7-150.vanilla.1.fc32.zip
Diffstat (limited to 'tests/filesystem.yml')
-rw-r--r--tests/filesystem.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/tests/filesystem.yml b/tests/filesystem.yml
deleted file mode 100644
index 09b1c4344..000000000
--- a/tests/filesystem.yml
+++ /dev/null
@@ -1,42 +0,0 @@
----
-# 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