fedora-kiwi-descriptions/tmt/tests/build-image.fmf
Neal Gompa 4f5bafccf3 tmt: Install kiwi-systemdeps for containers and disk images
These are needed for the images currently being validated in CI.
2024-02-24 14:57:26 -05:00

15 lines
406 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}" --output-dir="${TMT_TEST_DATA}"
rm -rf "${TMT_TEST_DATA}/build/image-root"
duration: 60m