monkey/envs/os_compatibility
VakarisZ 65aff1df52 Fixed a bug that caused some machines not to launch the latest binary,
removed unused ubuntu machine
2020-01-10 17:48:27 +02:00
..
aws_keys Added a pytest to test compatibility, fixed typo in folder name 2019-12-17 12:01:58 +02:00
terraform Fixed a bug that caused some machines not to launch the latest binary, 2020-01-10 17:48:27 +02:00
README.md Added purpose tag, but not tested 2019-12-19 13:54:22 +02:00
conftest.py Added a pytest to test compatibility, fixed typo in folder name 2019-12-17 12:01:58 +02:00
test_compatibility.py Fixed a bug that caused some machines not to launch the latest binary, 2020-01-10 17:48:27 +02:00

README.md

OS compatibility

About

OS compatibility is an environment on AWS that is designed to test monkey binary compatibility on different operating systems. This environment is deployed using terraform scripts located in this directory.

Setup

To setup you need to put accessKeys file into ./aws_keys directory.

Contents of accessKeys file should be as follows:

[default]
aws_access_key_id = <...>
aws_secret_access_key = <...>

Also review ./terraform/config.tf file.

Launch the environment by going into terraform folder and running

terraform init
terraform apply

Usage

  1. Launch os_compat_ISLAND machine and upload your binaries/update island. Reset island environment.
  2. Launch/Reboot all other os_compat test machines (Can be filtered with tag "Puropose: os_compat_instance")
  3. Wait until machines boot and run monkey
  4. Launch test_compatibility.py pytest script with island ip parameter (e.g. test_compatibility.py --island 111.111.111.111:5000)