1d5f8f120c
Approach taken from cockpit: https://src.fedoraproject.org/rpms/cockpit/c/6d1be3eb74
24 lines
367 B
YAML
24 lines
367 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:
|
|
- browser:
|
|
dir: .
|
|
run: ./browser.sh
|
|
save-files: ["logs/*"]
|