()
| 42 | type UnleashedInTestEnv struct{} |
| 43 | |
| 44 | func (err UnleashedInTestEnv) Error() string { |
| 45 | return "not terminating: Chaos Monkey may not run unleashed in the test environment" |
| 46 | } |
| 47 | |
| 48 | // Terminate executes the "terminate" command. This selects an instance |
| 49 | // based on the app, account, region, stack, cluster passed |
no outgoing calls