cockpit-podman/tests/tests.yml
Martin Pitt d6da8e6a37 tests: Fix for running in RHEL
* Generalize setting of $TEST_OS
 * chromium-headless is not in RHEL 8, install it from EPEL.
2020-04-28 10:40:37 +02:00

24 lines
366 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- cockpit-podman
- cockpit-ws
- git
- libvirt-python3
- make
- npm
- python3
tests:
- verify:
dir: .
run: ./browser.sh
save-files: ["logs/*"]