Update envs/monkey_zoo/blackbox/README.md

Co-authored-by: Shreya Malviya <shreya.malviya@gmail.com>
This commit is contained in:
VakarisZ 2021-05-17 14:39:30 +03:00 committed by GitHub
parent 2e2fd0a53c
commit b79ef1680c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ this information in the GCP Console `Compute Engine/VM Instances` under _Externa
#### 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.
`/monkey` directory so that blackbox tests can 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).