From ed8cb6e0e0c0033f1cd60f02d91fc23ae591b811 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Jul 07 2017 17:14:57 +0000 Subject: update standard-test-selector README for Atomic Host --- diff --git a/roles/standard-test-selector/README.md b/roles/standard-test-selector/README.md index 06b9b2e..7edd61a 100644 --- a/roles/standard-test-selector/README.md +++ b/roles/standard-test-selector/README.md @@ -6,6 +6,8 @@ You'll need to have the following input variables defined: * tests_docker: A list of tests to run only in a docker container (optional) * tests_not_docker: A list of tests to run only when NOT in a docker container (optional) +* tests_atomic: A list of tests to run only on Atomic Host (optional) +* tests_not_atomic: A list of tests to run only when NOT on Atomic Host (optional) * tests_all: A list of tests to always run (optional) When the role is completed, the following variable will be set: @@ -27,11 +29,17 @@ Run another role in your playbook after this role to run the list of selected te tests_not_docker: - nondockertest1 - nondockertest2 + tests_atomic: + - atomictest1 + - atomictest2 + tests_not_atomic: + - nonatomictest1 + - nonatomictest2 tests_all: - alltest1 - alltest2 - - role: standard-test-rhts + - role: standard-test-beakerlib tests: "{{ selected_tests }}" required_packages: - package1 # alltest1 needs foo command