mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 02:32:26 +00: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>