Skip to content

Commit ab16a57

Browse files
committed
Let's try if the virtual provision would work
1 parent 6fbc2e7 commit ab16a57

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.fmf/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

.packit.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
jobs:
2+
- job: tests
3+
trigger: pull_request
4+
metadata:
5+
targets: [fedora-all]
6+
skip_build: true

plan.fmf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
discover:
2+
how: fmf
3+
execute:
4+
how: tmt

test.fmf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test: |
2+
cd /tmp
3+
systemctl start libvirtd
4+
tmt run -avvvddd execute --how tmt --script "bash --version"
5+
require: tmt-provision-virtual

0 commit comments

Comments
 (0)