Improved README.md of config file generation script

This commit is contained in:
VakarisZ 2021-03-09 14:51:56 +02:00
parent 92d9226edf
commit 6a7d08c93e
1 changed files with 5 additions and 1 deletions

View File

@ -5,5 +5,9 @@
This script is used to generate config files for manual tests. This script is used to generate config files for manual tests.
Config file will be generated according to the templates in `envs/monkey_zoo/blackbox/config_templates`. Config file will be generated according to the templates in `envs/monkey_zoo/blackbox/config_templates`.
Run `envs/monkey_zoo/blackbox/utils/config_generation_script.py island_ip:5000` to populate 1. Reset the Island config to contain default configuration.
2. Run `envs/monkey_zoo/blackbox/utils/config_generation_script.py island_ip:5000` to populate
`envs/monkey_zoo/blackbox/utils/generated_configs` directory with configuration files. `envs/monkey_zoo/blackbox/utils/generated_configs` directory with configuration files.
!! It's important to target the Island you'll be testing, because configs contain Island's IPs
in the configuration !!