aboutsummaryrefslogtreecommitdiffci
path: root/tmt/tests
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'tmt/tests')
-rw-r--r--tmt/tests/build-image.fmf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tmt/tests/build-image.fmf b/tmt/tests/build-image.fmf
new file mode 100644
index 0000000..4bbfac6
--- /dev/null
+++ b/tmt/tests/build-image.fmf
@@ -0,0 +1,11 @@
+summary: Build image
+require:
+ - distribution-gpg-keys
+ - git-core
+ - kiwi
+ - 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}"
+duration: 60m