Skip to content

Commit 8cf66bd

Browse files
author
Gabriel Monroy
committed
docs(readme): add ref to integration tests, reorder language
1 parent 198e550 commit 8cf66bd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ $ make run
7676
* Because of the DNS quandary, we don't start the deis-router component for you. You'll need to start this manually once DNS is setup: `systemctl start deis-router`.
7777

7878
## Testing the cluster
79-
Logging into one of the CoreOS machines and stopping a container service should cause the same component on another CoreOS
80-
host to take over as master
79+
Integration tests and corresponding documentation can be found under the `test/` folder.
8180

8281
These systemd services run the various containers which compose Deis, and can be stopped on a machine with `sudo systemctl stop servicename`.
8382
* deis-builder.service
@@ -89,7 +88,9 @@ These systemd services run the various containers which compose Deis, and can be
8988
* deis-registry.service
9089
* deis-router.service
9190

92-
Similarly, bringing down a VM should enable the services on another VM to take over as master
91+
Logging into one of the CoreOS machines and stopping a container service should cause the same component on another CoreOS
92+
host to take over as master.
93+
Similarly, bringing down a VM should enable the services on another VM to take over as master.
9394

9495
## Install the Deis Client
9596
If you're using the latest Deis release, use `pip install deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/) or download [pre-compiled binaries](https://github.com/deis/deis/tree/master/client#get-started).

0 commit comments

Comments
 (0)