1
0
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:
Sven Dowideit
2016-11-10 11:41:52 +10:00
parent c1abc67fa8
commit 1d289143fe
3 changed files with 22 additions and 10 deletions

View File

@@ -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.