We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbc2e7 commit 72391b1Copy full SHA for 72391b1
.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
+test: |
+ free -m
+ cd $(mktemp -d)
+ tmt init -t mini
+ tmt run -vvvddd
+require: tmt-provision-virtual
0 commit comments