forked from p15670423/monkey
Small improvements in readme of blackbox tests.
This commit is contained in:
parent
45f2702403
commit
fbbce0cd99
|
@ -11,6 +11,8 @@ In order to execute the entire test suite, you must know the external IP of the
|
|||
this information in the GCP Console `Compute Engine/VM Instances` under _External IP_.
|
||||
|
||||
#### Running in command line
|
||||
Either run pytest from `/monkey` directory or set `PYTHONPATH` environment variable to
|
||||
`/monkey` directory so that blackbox tests could import other monkey code.
|
||||
Blackbox tests have following parameters:
|
||||
- `--island=IP` Sets island's IP
|
||||
- `--no-gcp` (Optional) Use for no interaction with the cloud (local test).
|
||||
|
|
Loading…
Reference in New Issue