monkey/envs/monkey_zoo/blackbox/utils
Shreya Malviya 54f80df1f4 bb: Remove extra line from end of file 2021-08-30 15:12:35 +05:30
..
generated_configs Fixed gitignores to exclude some irrelevant files 2021-04-09 14:54:02 +03:00
README.md Improved README.md of config file generation script 2021-03-09 14:51:56 +02:00
__init__.py Refactored to run series of tests, improved configurations, file structure 2019-09-11 12:39:28 +03:00
config_generation_script.py Zoo: Add PowerShell config and bb test 2021-08-24 10:32:54 +02:00
gcp_machine_handlers.py bb: Remove extra line from end of file 2021-08-30 15:12:35 +05:30
json_encoder.py Added progress bars, optimized imports, fixed bug that happened on big numbers of telems 2020-04-24 13:19:07 +03:00
test_timer.py CR comments fixed 2019-10-01 10:42:51 +03:00

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.

  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.

!! It's important to target the Island you'll be testing, because configs contain Island's IPs in the configuration !!