From c31792d0e9031a10f9c47a9c4bfe10e823023b5b Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Jun 03 2021 08:06:50 +0000 Subject: Enable the minimal install plan --- diff --git a/plans/minimal.fmf b/plans/minimal.fmf new file mode 100644 index 0000000..e2570c7 --- /dev/null +++ b/plans/minimal.fmf @@ -0,0 +1,12 @@ +summary: Verify that the minimal package works +discover: + tests: + - name: /install/minimal + test: cd $(mktemp -d) && tmt init -t full && tmt +prepare: + summary: Ensure that only 'tmt' is installed + name: minimal + order: 90 + script: dnf remove -y 'tmt-*' --exclude tmt +execute: + how: tmt