Small improvements in readme of blackbox tests.

This commit is contained in:
VakarisZ 2021-05-13 09:14:50 +03:00
parent 45f2702403
commit fbbce0cd99
1 changed files with 11 additions and 9 deletions

View File

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