Navigation Menu

Skip to content

Commit

Permalink
Reorder the Build Status tag to the top of the readme file.
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Kiran Y <uday.kiran@openebs.io>
  • Loading branch information
Uday Kiran Y committed Jun 20, 2018
1 parent bd80341 commit 823c3f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
@@ -1,11 +1,13 @@
# Litmus

[![Build Status](https://travis-ci.org/openebs/litmus.svg?branch=master)](https://travis-ci.org/openebs/litmus)

Litmus is chaos engineering for stateful workloads on Kubernetes -> hopefully without learning curves. Our vision includes enabling end users to quickly specify needed scenarios using English descriptions.

https://www.openebs.io/litmus

## Overview

[![Build Status](https://travis-ci.org/openebs/litmus.svg?branch=master)](https://travis-ci.org/openebs/litmus)

The primary objective of Litmus is to ensure a consistent and reliable behavior of workloads running in Kubernetes. It also aims to catch hard-to-test bugs and unacceptable behaviors before users do. Litmus strives to detect real-world issues which escape during unit and integration tests.

While Litmus tests and metrics were developed initially to test if a given Kubernetes deployment is suitable for running on OpenEBS (_a kubernetes dynamic storage provisioner_); the use cases are broader and overall system resilience can be characterized before and during operations. To learn more about OpenEBS please visit: www.openEBS.io
Expand Down Expand Up @@ -79,6 +81,10 @@ Feature: MySQL services are not affected due to node failures.
And verify MySQL-client can still access data.
```

<p align="center">
<img width="100%" height="500" src="images/litmus.svg">
</p>

For more details on contributing, please refer to [CONTRIBUTING.md](./CONTRIBUTING.md)

# Reference Projects
Expand Down
1 change: 1 addition & 0 deletions images/litmus.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 823c3f2

Please sign in to comment.