2020-04-15 05:34:03 +00:00
|
|
|
---
|
|
|
|
- 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:
|
2020-04-29 05:29:23 +00:00
|
|
|
- browser:
|
2020-04-15 05:34:03 +00:00
|
|
|
dir: .
|
|
|
|
run: ./browser.sh
|
|
|
|
save-files: ["logs/*"]
|