forked from p15670423/monkey
Update envs/monkey_zoo/blackbox/README.md
Co-authored-by: Shreya Malviya <shreya.malviya@gmail.com>
This commit is contained in:
parent
2e2fd0a53c
commit
b79ef1680c
|
@ -12,7 +12,7 @@ this information in the GCP Console `Compute Engine/VM Instances` under _Externa
|
||||||
|
|
||||||
#### Running in command line
|
#### Running in command line
|
||||||
Either run pytest from `/monkey` directory or set `PYTHONPATH` environment variable to
|
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:
|
Blackbox tests have following parameters:
|
||||||
- `--island=IP` Sets island's IP
|
- `--island=IP` Sets island's IP
|
||||||
- `--no-gcp` (Optional) Use for no interaction with the cloud (local test).
|
- `--no-gcp` (Optional) Use for no interaction with the cloud (local test).
|
||||||
|
|
Loading…
Reference in New Issue