summaryrefslogtreecommitdiffstats
path: root/tests.yml
diff options
context:
space:
mode:
authorMike Gahagan <mgahagan@redhat.com>2017-10-04 15:15:53 -0400
committerMike Gahagan <mgahagan@redhat.com>2017-10-04 15:15:53 -0400
commita9f8ddc13d87f2ea7c5685c417a3e427f889d575 (patch)
treee7b566dcd8d4622bd0ae7e47ddf475cf1df4e24c /tests.yml
downloadtuned-a9f8ddc13d87f2ea7c5685c417a3e427f889d575.tar.gz
tuned-a9f8ddc13d87f2ea7c5685c417a3e427f889d575.tar.xz
tuned-a9f8ddc13d87f2ea7c5685c417a3e427f889d575.zip
Initial checkin of tuned tests (need library/base to be ported before these will work)
Diffstat (limited to 'tests.yml')
-rw-r--r--tests.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests.yml b/tests.yml
new file mode 100644
index 0000000..3bba461
--- /dev/null
+++ b/tests.yml
@@ -0,0 +1,17 @@
+- hosts: localhost
+ tags:
+ - classic
+ - container
+ roles:
+ - role: standard-test-beakerlib
+ tests:
+ - check-system-settings
+ - profiles
+ - tuned-adm-functionality
+ required_packages: # Requires Library/base from tuned which needs to be ported before these tests will work.
+ - tuned
+ - tuned-profiles-atomic
+ - tuned-profiles-compat
+ - tuned-profiles-sap
+ - tuned-profiles-sap-hana
+