We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbc2e7 commit ab16a57Copy full SHA for ab16a57
.fmf/version
@@ -0,0 +1 @@
1
+1
.packit.yaml
@@ -0,0 +1,6 @@
+jobs:
2
+ - job: tests
3
+ trigger: pull_request
4
+ metadata:
5
+ targets: [fedora-all]
6
+ skip_build: true
plan.fmf
@@ -0,0 +1,4 @@
+discover:
+ how: fmf
+execute:
+ how: tmt
test.fmf
@@ -0,0 +1,5 @@
+test: |
+ cd /tmp
+ systemctl start libvirtd
+ tmt run -avvvddd execute --how tmt --script "bash --version"
+require: tmt-provision-virtual
0 commit comments