summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Gahagan <mgahagan@redhat.com>2017-10-19 08:42:16 -0400
committerMike Gahagan <mgahagan@redhat.com>2017-10-19 08:42:16 -0400
commite0805964072549d239e82a9cccd0348999d28b91 (patch)
treee82e0bfe7583d428ae78dd90f3ad9e47005632d8
parenta9f8ddc13d87f2ea7c5685c417a3e427f889d575 (diff)
downloadtuned-master.tar.gz
tuned-master.tar.xz
tuned-master.zip
Update tests.yml to use beakerlib librariesmaster
- disable container since beakerlib libraries only currently support classic
-rw-r--r--tests.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests.yml b/tests.yml
index 3bba461..2a78c8b 100644
--- a/tests.yml
+++ b/tests.yml
@@ -1,9 +1,9 @@
- hosts: localhost
tags:
- classic
- - container
roles:
- - role: standard-test-beakerlib
+ - role: standard-test-rhts
+ use_beakerlib_libraries: yes
tests:
- check-system-settings
- profiles
@@ -14,4 +14,6 @@
- tuned-profiles-compat
- tuned-profiles-sap
- tuned-profiles-sap-hana
+ # - beakerlib-libraries
+