All Projects → intuit → CloudRaider

intuit / CloudRaider

Licence: Apache-2.0 license
A resiliency tool that automates Failure mode effect analysis tests, simplifying complex testing with a behavior-driven development and testing approach. Provides a programmatic way to execute controlled failures in AWS and a BDD way to write test cases, allowing test plans themselves to become test cases that can be executed as is.

Programming Languages

java
68154 projects - #9 most used programming language
Gherkin
971 projects
shell
77523 projects

Projects that are alternatives of or similar to CloudRaider

TorXakis
A tool for Model Based Testing
Stars: ✭ 40 (+53.85%)
Mutual labels:  testing-framework
lemoncheesecake
Python framework for end-to-end / QA testing
Stars: ✭ 37 (+42.31%)
Mutual labels:  testing-framework
rtf
Regression testing framework
Stars: ✭ 35 (+34.62%)
Mutual labels:  testing-framework
Hallstatt
Low-ceremony testing framework optimized for modern C#
Stars: ✭ 24 (-7.69%)
Mutual labels:  testing-framework
aws-chaos-scripts
DEPRECATED Collection of python scripts to run failure injection on AWS infrastructure
Stars: ✭ 91 (+250%)
Mutual labels:  chaos-engineering
ReCapProject
Rent A Car Service
Stars: ✭ 40 (+53.85%)
Mutual labels:  automation-test
pysys-test
PySys System Test Framework
Stars: ✭ 14 (-46.15%)
Mutual labels:  testing-framework
chaostoolkit-spring
Spring Chaos Monkey driver for the Chaos Toolkit
Stars: ✭ 12 (-53.85%)
Mutual labels:  chaos-engineering
eaf-linter
🤪 A linter, prettier, and test suite that does everything as-simple-as-possible.
Stars: ✭ 17 (-34.62%)
Mutual labels:  testing-framework
IO-TESTER
A functional test framework
Stars: ✭ 32 (+23.08%)
Mutual labels:  testing-framework
mirage
All BigTest development has moved to https://github.com/thefrontside/bigtest
Stars: ✭ 19 (-26.92%)
Mutual labels:  testing-framework
AutoMeter-API
AutoMeter-API是一款针对分布式服务,微服务API功能和性能一体的自动化测试平台,一站式解决应用,服务,API,环境管理,用例,条件,测试场景,计划,测试报告,功能/性能测试兼容支持的一体化工作平台
Stars: ✭ 105 (+303.85%)
Mutual labels:  testing-framework
extensiveautomation-server
Extensive Automation server
Stars: ✭ 19 (-26.92%)
Mutual labels:  testing-framework
botium-cli
Botium CLI - The Selenium for Chatbots
Stars: ✭ 27 (+3.85%)
Mutual labels:  automation-test
xk6-chaos
xk6 extension for running chaos experiments with k6 💣
Stars: ✭ 18 (-30.77%)
Mutual labels:  chaos-engineering
kuickcheck
A property based testing framework for Kotlin
Stars: ✭ 23 (-11.54%)
Mutual labels:  testing-framework
api-test
🌿 A simple bash script to test JSON API from terminal in a structured and organized way.
Stars: ✭ 53 (+103.85%)
Mutual labels:  testing-framework
bounded-disturbances
A k6/.NET red/green load testing workshop
Stars: ✭ 39 (+50%)
Mutual labels:  chaos-engineering
kaos
Kinda Chaos Monkey for Kubernetes
Stars: ✭ 18 (-30.77%)
Mutual labels:  chaos-engineering
common-disaster-recovery-scenarios
A list of common Disaster Recovery (DR) scenarios for software companies
Stars: ✭ 29 (+11.54%)
Mutual labels:  chaos-engineering



Support Build Status GitHub release Apache 2

Introduction to Cloud-Raider

CloudRaider is a new Testing Framework to perform "Failure Mode Effect Analysis" (FMEA) testing in AWS. Cloud Raider also provide behavior driven testing approach via Cucumber framework. Cloud Raider provides a programmatic way to execute controlled failures, and also recover quickly back to normal. As it provides BDD way to write test cases, your FMEA test plan can itself become your test cases that can be executed as is.

Chaos Engineering

The Cucumber Client also provides functionality for running automated FMEA tests through the principles of Chaos Engineering. To learn more, Please review here

Getting Started

Install JDK

Install Java 8 JDK JDK 8 Doc: http://docs.oracle.com/javase/8/docs/ JDK 8 Download: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Java Version: JDK 1.8.0_51 You can check this by typing in the command line: java –version (Java 8 is required for the build) Set the JAVA_HOME system environment variable to /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home Add $JAVA_HOME to the PATH system environment variable

Install Maven

Maven 3.0.x is available by default in Mac OS X(3.0.3 in Lion,3.0.2 in Snow Leopard after Java for Mac OS X 10.6 update 4) Verify this using mvn –version from the command line To upgrade to Maven 3.2.1, do the following Download the Maven 3.2.1 binary zip from http://maven.apache.org/download.html. Unzip the downloaded file (apache-maven-3.2.1-bin.zip) to the desired location (e.g., /Applications). Set the M2_HOME system environment variable to the installation directory (e.g., /Applications/apache-maven-3.2.1). Prepend $M2_HOME/bin to the PATH system environment variable. From the command line, verify that Maven has been installed correctly: mvn --version

AWS Credentials

A prerequisite to running any of the test cases above is, setting up AWS credentials. For details on how to setup credentials please follow http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html For testing with credentials profile files, update ~/.aws/credentials and ~/.aws/config files. The validator uses the standard as credentials resolving chain. This means that we can use environment variables such as AWS_DEFAULT_PROFILE or command line such as aws.profile. see aws docs for all options and syntax

Test Client

Please use the example test module to get familiar about how to create and execute test cases

Credentials can be provided in config, Environment variables or the standard .aws/config file

Cucumber Example

Please review here

Java Example

Please review here

Installing Cucumber Plugin

IntelliJ
https://www.jetbrains.com/help/idea/cucumber.html
Eclipse
https://shankargarg.wordpress.com/2016/05/15/integrating-eclipse-with-cucumber-natural-plugin/
AWS Simple System Manager

CloudRaider supports execution of commands on EC2 hosts via AWS Simple System Manager (SSM) You can find more information about SSM here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].