f71d54102d
Match the branch to the contents of stream-rhel-rhel-8.7.0 as the previous import steps were broken in some way. related: rhbz#2184183
14 lines
231 B
YAML
14 lines
231 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- virt-v2v
|
|
- libguestfs
|
|
- libvirt-daemon-kvm
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: ./basic-test.sh
|