summaryrefslogtreecommitdiffstats
path: root/tests/memory.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/memory.yml')
-rw-r--r--tests/memory.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/memory.yml b/tests/memory.yml
new file mode 100644
index 000000000..90c74a4c0
--- /dev/null
+++ b/tests/memory.yml
@@ -0,0 +1,15 @@
+---
+# Tests suitable to run in a classic environment
+- hosts: localhost
+ tags:
+ - classic
+ roles:
+ - role: standard-test-beakerlib
+ tests:
+ - memory/memfd_create
+ required_packages:
+ - gcc
+ - libgcc
+ - glibc-devel
+ - glibc-static
+ ignore_errors: yes