cockpit-podman/tests/tests.yml
Martin Pitt 70257534e1 Add initial upstream integration test
Re-use the test skeleton from cockpit. Just run a single integration
test for now, until we make them properly @nondestructive upstream [1].

Run chromium and the test directly on the test bed. For cockpit-podman
tests it's not practical to run them in a cockpit/tasks podman
container, as that container interferes too much with the tests.

[1] https://github.com/cockpit-project/cockpit-podman/pull/356
2020-04-15 22:20:39 +02:00

25 lines
390 B
YAML

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