ec0fe3170e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/virt-top#fde280018e8d2c0651ae669967f07689aaa7020a
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
|