--- # Tests suitable to run in a classic environment - hosts: localhost tags: - classic roles: - role: standard-test-beakerlib tests: - smoke-test required_packages: - e2fsprogs # Tests suitable to run in a docker environment - hosts: localhost tags: - container roles: - role: standard-test-beakerlib tests: - smoke-test required_packages: - e2fsprogs # Tests suitable to run in an Atomic Host environment - hosts: localhost tags: - atomic roles: - role: standard-test-beakerlib tests: - smoke-test required_packages: - e2fsprogs