zoo: update command to run blackbox tests

Commit 3f687f6ae introduced a dependency on `common/`. Update the
instructions in blackbox/README.md to reflect this change.
This commit is contained in:
Mike Salvatore 2021-03-08 09:47:16 -05:00
parent 34b0830c77
commit 551928369a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ instead will just test performance of endpoints in already present island state.
Example run command: Example run command:
`monkey\envs\monkey_zoo\blackbox>python -m pytest -s --island=35.207.152.72:5000 test_blackbox.py` `monkey\monkey>python -m pytest -s --island=35.207.152.72:5000 ..\envs\monkey_zoo\blackbox\test_blackbox.py`
#### Running in PyCharm #### Running in PyCharm
Configure a PyTest configuration with the additional arguments `-s --island=35.207.152.72:5000`, and to run from Configure a PyTest configuration with the additional arguments `-s --island=35.207.152.72:5000`, and to run from