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:
parent
4f86db8ea4
commit
9223036249
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue