From c4d19f7f8e4f725ca9ce8774c00b40549138fef8 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 9 Aug 2024 10:49:58 -0400 Subject: kiwi-build, tmt: Require setting the kiwi filename for the build In preparation for having multiple top-level kiwi description files, expose the ability to define which file to read. Additionally, tests are updated to use this new flag. --- tmt/plans/container/base/build-generic-init.fmf | 1 + tmt/plans/container/base/build-generic-minimal.fmf | 1 + tmt/plans/container/base/build-generic.fmf | 1 + 3 files changed, 3 insertions(+) (limited to 'tmt/plans/container/base') diff --git a/tmt/plans/container/base/build-generic-init.fmf b/tmt/plans/container/base/build-generic-init.fmf index 6f17366..3a0e82a 100644 --- a/tmt/plans/container/base/build-generic-init.fmf +++ b/tmt/plans/container/base/build-generic-init.fmf @@ -4,5 +4,6 @@ discover: environment: image_type: oci image_profile: Container-Base-Generic-Init + kiwi_file: Fedora.kiwi execute: how: tmt diff --git a/tmt/plans/container/base/build-generic-minimal.fmf b/tmt/plans/container/base/build-generic-minimal.fmf index ac82294..9c192da 100644 --- a/tmt/plans/container/base/build-generic-minimal.fmf +++ b/tmt/plans/container/base/build-generic-minimal.fmf @@ -4,5 +4,6 @@ discover: environment: image_type: oci image_profile: Container-Base-Generic-Minimal + kiwi_file: Fedora.kiwi execute: how: tmt diff --git a/tmt/plans/container/base/build-generic.fmf b/tmt/plans/container/base/build-generic.fmf index 07b4eb5..c6c71db 100644 --- a/tmt/plans/container/base/build-generic.fmf +++ b/tmt/plans/container/base/build-generic.fmf @@ -4,5 +4,6 @@ discover: environment: image_type: oci image_profile: Container-Base-Generic + kiwi_file: Fedora.kiwi execute: how: tmt -- cgit v1.3.1+13