Pass all of the image test cases directly to the test runner to speed up the image test process. Signed-off-by: Major Hayden <major@redhat.com>
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
## Global test variables
|
|
# Tests should use this as their working directory. This part is critical
|
|
# since dnf-json must be in $PATH.
|
|
tests_working_directory: /usr/libexec/osbuild-composer
|
|
|
|
# The test executables are here.
|
|
tests_path: /usr/libexec/tests/osbuild-composer
|
|
|
|
# Frequency to check for completed tests.
|
|
polling_interval: 15
|
|
|
|
## Non-image test variables.
|
|
# List of base tests and their timeouts (in minutes)
|
|
osbuild_composer_base_tests:
|
|
- name: osbuild-rcm-tests
|
|
timeout: 5
|
|
- name: osbuild-weldr-tests
|
|
timeout: 5
|
|
- name: osbuild-dnf-json-tests
|
|
timeout: 15
|
|
- name: osbuild-tests
|
|
timeout: 30
|
|
|
|
## Image test variables.
|
|
# Executable that runs image tests.
|
|
image_test_executable: "{{ tests_path }}/osbuild-image-tests"
|
|
|
|
# Timeout for image tests (in minutes).
|
|
image_test_timeout: 15
|
|
|
|
# Location of image test case files.
|
|
image_test_case_path: /usr/share/tests/osbuild-composer/cases
|
|
|
|
# List of image tests and their timeouts (in minutes).
|
|
osbuild_composer_image_test_cases:
|
|
- fedora_31-x86_64-ext4_filesystem-boot.json
|
|
- fedora_31-x86_64-tar-boot.json
|