Skip to content

Commit

Permalink
Merge pull request #331 from vdice/update-readme
Browse files Browse the repository at this point in the history
docs(README): update e2e chart name/installation
  • Loading branch information
Vaughn Dice authored Oct 10, 2016
2 parents b0f0e69 + 723cbae commit c6c316f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,18 @@ $ make docker-build docker-test-integration

A third option is to run the test suite from within the very cluster that is under test.

To install and start the tests:
To install the [helm-classic](https://github.com/helm/helm-classic) chart and start the tests:

```console
helm install workflow-beta2-e2e
helmc fetch deis/workflow-dev-e2e
helmc generate workflow-dev-e2e
helmc install workflow-dev-e2e
```

To monitor tests as they execute:

```console
$ kubectl --namespace=deis logs -f workflow-beta2-e2e tests
$ kubectl --namespace=deis logs -f workflow-dev-e2e tests
```

## Special Note on Resetting Cluster State
Expand Down

0 comments on commit c6c316f

Please sign in to comment.