forked from p15670423/monkey
45f2702403 | ||
---|---|---|
.. | ||
generated_configs | ||
README.md | ||
__init__.py | ||
config_generation_script.py | ||
gcp_machine_handlers.py | ||
json_encoder.py | ||
test_timer.py |
README.md
BlackBox utility scripts
Config generation script
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
.
- Reset the Island config to contain default configuration.
- Run
envs/monkey_zoo/blackbox/utils/config_generation_script.py island_ip:5000
to populateenvs/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 !!