TestChaosMonkeyContext ctx = new TestChaosMonkeyContext(properties);
ChaosMonkey chaos = new BasicChaosMonkey(ctx);
chaos.start();
chaos.stop();
return ctx;
}
private void checkSelected(TestChaosMonkeyContext ctx) {
List<InstanceGroup> selectedOn = ctx.selectedOn();