Add remaining local image tests

Test the full set of locally-bootable image tests. Cloud based tests
are excluded for now until the infrastructure to boot them is ready.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2020-04-27 14:35:01 -05:00 committed by Ondřej Budai
parent 4f86db8ea4
commit 9223036249

View file

@ -26,7 +26,7 @@ osbuild_composer_base_tests:
image_test_executable: "{{ tests_path }}/osbuild-image-tests"
# Timeout for image tests (in minutes).
image_test_timeout: 15
image_test_timeout: 45
# Location of image test case files.
image_test_case_path: /usr/share/tests/osbuild-composer/cases
@ -34,4 +34,8 @@ image_test_case_path: /usr/share/tests/osbuild-composer/cases
# List of image tests and their timeouts (in minutes).
osbuild_composer_image_test_cases:
- ext4_filesystem-boot.json
- partitioned_disk-boot.json
- qcow2-boot.json
- tar-boot.json
- vhd-boot.json
- vmdk-boot.json