#13 update standard-test-selector README for Atomic Host
Merged 6 years ago by merlinm. Opened 6 years ago by merlinm.
Unknown source atomic-selector-role-2  into  master

@@ -6,6 +6,8 @@

  

  * 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 @@

      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

no initial comment

Pull-Request has been merged by merlinm

6 years ago
Metadata