23ac3bba0e
related: rhbz#1682780 (cherry picked from commit ca7b39368a4ed18df5f784c4855f6edfd79151e8)
14 lines
235 B
YAML
14 lines
235 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- libvirt-daemon
|
|
- libvirt-daemon-kvm
|
|
- virt-top
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: ./basic-test.sh
|