diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..eb110c7 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,6 @@ +jobs: + - job: tests + trigger: pull_request + metadata: + targets: [fedora-all] + skip_build: true diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..983812c --- /dev/null +++ b/plan.fmf @@ -0,0 +1,8 @@ +discover: + how: fmf +prepare: + how: install + copr: frantisekz/testcloud-wip + package: python3-testcloud-0.8.2 +execute: + how: tmt diff --git a/test.fmf b/test.fmf new file mode 100644 index 0000000..83cbd8a --- /dev/null +++ b/test.fmf @@ -0,0 +1,6 @@ +test: | + cd /tmp + systemctl start libvirtd + tmt run -avvvddd execute --how tmt --script "bash --version" +require: tmt-provision-virtual +duration: 1h