Skip to content

Commit

Permalink
bootc: Start libvirtd during prepare step of tests
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kyrouac <ckyrouac@redhat.com>
  • Loading branch information
ckyrouac committed Nov 11, 2024
1 parent b0aeaaa commit 125f5d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plans/provision/bootc.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ discover:
how: fmf
filter: 'tag:provision-bootc'

prepare+:
- name: start-libvirtd
script: |
sudo systemctl start libvirtd
sudo systemctl status libvirtd

environment:
PROVISION_HOW: virtual
Expand Down

0 comments on commit 125f5d6

Please sign in to comment.