Skip to content

Commit 72391b1

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

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test: |
2+
free -m
3+
cd $(mktemp -d)
4+
tmt init -t mini
5+
tmt run -vvvddd
6+
require: tmt-provision-virtual

0 commit comments

Comments
 (0)