Update README.md

This commit is contained in:
Bryan P. Arant 2016-11-28 22:03:06 -08:00 committed by GitHub
parent 927a249464
commit 0f3715400d

View file

@ -12,20 +12,9 @@ Running all test cases in all containers,
```
./cases.py run
```
Running specific testcase in all containers,
```
./cases.py run e2e
```
Running specific testcase in specific container,
```
./cases.py run e2e -in debian8
```
## Environments
Docker containers are used as the 'unit of environment.'
```
./containers.py list
```
```