From b79ef1680c1b33dcf0fc4cdfb9f3a1a9ce226f55 Mon Sep 17 00:00:00 2001 From: VakarisZ <36815064+VakarisZ@users.noreply.github.com> Date: Mon, 17 May 2021 14:39:30 +0300 Subject: [PATCH] Update envs/monkey_zoo/blackbox/README.md Co-authored-by: Shreya Malviya --- envs/monkey_zoo/blackbox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/monkey_zoo/blackbox/README.md b/envs/monkey_zoo/blackbox/README.md index f372244ce..b6a12333f 100644 --- a/envs/monkey_zoo/blackbox/README.md +++ b/envs/monkey_zoo/blackbox/README.md @@ -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).