mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Select a specific integration test to run
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -31,6 +31,12 @@ If you're building a version of RancherOS used for development and not for a rel
|
||||
|
||||
Run `make integration-tests` to run the all integration tests in a container, or `./scripts/integration-tests` to run them outside a container (they use QEMU to test the OS.)
|
||||
|
||||
To run just one integration test, or a group of them (using regex's like `.*Console.*`, you can set the `RUNTEST` environment variable:
|
||||
|
||||
```
|
||||
$ RUNTEST=TestPreload make integration-test
|
||||
```
|
||||
|
||||
### Running
|
||||
|
||||
Prerequisites: QEMU, coreutils, cdrtools/genisoimage/mkisofs.
|
||||
|
Reference in New Issue
Block a user