Files
HoralOS/tmt/tests/build-image.fmf
T
Neal Gompa c4d19f7f8e 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.
2024-08-09 11:17:35 -04:00

15 lines
431 B
Plaintext

summary: Build image
require:
- distribution-gpg-keys
- git-core
- kiwi
- kiwi-systemdeps-containers
- kiwi-systemdeps-disk-images
- libselinux-utils
framework: shell
path: /
test: |
./kiwi-build --debug --image-type="$image_type" --image-profile="$image_profile" --kiwi-description-dir="${TMT_TREE}" --kiwi-file="$kiwi_file" --output-dir="${TMT_TEST_DATA}"
rm -rf "${TMT_TEST_DATA}/build/image-root"
duration: 60m