github.com/smartcontractkit/chainlink-terra@v0.1.4/tests/e2e/chaos/README.md (about) 1 ### Persistent K8s env chaos test run 2 In order to deploy contracts and env only once and then run chaos suite: 3 1. Paste version of image you want to run in `chainlink-relay-terra.yaml` 4 2. Spin up an environment 5 ```shell 6 envcli new --preset chainlink-relay-terra.yaml 7 ``` 8 3. Run initial test 9 ```shell 10 SELECTED_NETWORKS="localterra" NETWORK_SETTINGS="${YOUR_NETWORKS_FILE}" ENVIRONMENT_FILE="${YOUR_ENV_YAML}" ginkgo tests/e2e/chaos 11 ``` 12 4. Set `contracts_deployed: true` in `networks.yaml` 13 5. Run tests again