The osbuild-composer-rcm package was never finished, not in use and will be replaced by osbulid-composer-koji. Signed-off-by: Tom Gundersen <teg@jklm.no>
36 lines
974 B
YAML
36 lines
974 B
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
|
|
osbuild_composer_base_tests:
|
|
- osbuild-weldr-tests
|
|
- osbuild-dnf-json-tests
|
|
- osbuild-tests
|
|
|
|
## Image test variables.
|
|
# Executable that runs image tests.
|
|
image_test_executable: "{{ tests_path }}/osbuild-image-tests"
|
|
|
|
# Location of image test case files.
|
|
image_test_case_path: /usr/share/tests/osbuild-composer/cases
|
|
|
|
# List of image tests
|
|
osbuild_composer_image_test_cases:
|
|
- openstack-boot.json
|
|
- qcow2-boot.json
|
|
- rhel_edge_commit-boot.json
|
|
- tar-boot.json
|
|
- vhd-boot.json
|
|
- vmdk-boot.json
|
|
|
|
# Environment variables for image tests.
|
|
osbuild_composer_image_env_vars: {}
|