mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-30 12:34:22 +01:00
Move the test configuration in the distro-specific config.sh file, for better control of what to include/exclude from testing based on the test environment. test_config.sh is still used to exclude specific distros from being tested, when running tests in bulk. Fixes: #182 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
Run the osbuilder tests
osbuilder provides a test script that creates all images and initrds for all supported distributions and then tests them to ensure a Kata Container can be created with each.
The test script installs all required Kata components on the host system before creating the images.
To run all available osbuilder tests:
$ ./test_images.sh
Further information
The test script provides various options to modify the way it runs. For full details:
$ ./test_images.sh -h