subscription-manager/tests/tests.yml
Pino Toscano 08f0717219 Add basic tier0 smoke tests
Copied from c9s.
2024-06-12 13:54:43 +02:00

22 lines
311 B
YAML

---
- hosts: localhost
tags:
- classic
- atomic
roles:
- role: standard-test-basic
tests:
- smoke:
dir: smoke
run: ./smoke.sh
- hosts: localhost
tags:
- container
roles:
- role: standard-test-basic
tests:
- smoke:
dir: smoke
run: ./smoke.sh -c