Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions plans/provision/virtual.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ prepare+:
sudo systemctl start libvirtd
sudo systemctl status libvirtd

- name: prepare-image
summary: Fetch the image, refresh dnf cache, install beakerlib
script: |
tmt run --remove plan --default provision --how virtual finish
for image in /var/tmp/tmt/testcloud/images/*qcow2; do
virt-customize --add $image --run-command 'dnf --refresh install -y beakerlib'
done

# TODO hotfix disable the image preparation because of weird dns issues
# - name: prepare-image
# summary: Fetch the image, refresh dnf cache, install beakerlib
# script: |
# tmt run --remove plan --default provision --how virtual finish
# for image in /var/tmp/tmt/testcloud/images/*qcow2; do
# virt-customize --add $image --run-command 'dnf --refresh install -y beakerlib'
# done

context+:
provision_how: virtual
Expand Down
3 changes: 3 additions & 0 deletions tests/execute/upgrade/data/plan.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ provision:
execute:
how: upgrade
url: https://github.com/teemtee/upgrade
# TODO: revert once merged, workaround for 1.47 release
# https://github.com/teemtee/upgrade/pull/15
ref: dnf5

/no-path:
summary: Basic upgrade test with no upgrade path
Expand Down
1 change: 1 addition & 0 deletions tests/libraries/apache/data/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@

/test:
test: ./test.sh
framework: beakerlib
require:
- library(httpd/http)