From e0805964072549d239e82a9cccd0348999d28b91 Mon Sep 17 00:00:00 2001 From: Mike Gahagan Date: Thu, 19 Oct 2017 08:42:16 -0400 Subject: Update tests.yml to use beakerlib libraries - disable container since beakerlib libraries only currently support classic --- tests.yml | 6 ++++-- 1 file 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 + -- cgit