mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-04 06:54:28 +01:00
Created a new README for the tests and updated the top-level README with brief details on how to run tests. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
27 lines
614 B
Markdown
27 lines
614 B
Markdown
* [Run the osbuilder tests](#run-the-osbuilder-tests)
|
|
* [Further information](#further-information)
|
|
|
|
## 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
|
|
```
|