Package com.netflix.simianarmy.basic.chaos

Examples of com.netflix.simianarmy.basic.chaos.BasicChaosMonkey.stop()


        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();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.