mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-29 20:14:25 +01:00
Added options to the test script to allow: - all tests for a specific distro (`--distro $distro`). - all image tests (`--test-images-only`). - all initrd tests (`--test-initrds-only`). Any combination of the above is also permitted. By default, all tests will be run. Fixes #142. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>