Skip to content

Commit

Permalink
e2e readme minor changes to command + env val templates and order
Browse files Browse the repository at this point in the history
  • Loading branch information
langmartin committed May 21, 2019
1 parent 6349327 commit dd9d9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You'll need AWS credentials (`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`) to

Running
===========
After completing the provisioning step above, you should see CLI output showing the IP addresses of Nomad client machines. To run the tests, set the NOMAD_ADDR variable to one of the client IPs.
After completing the provisioning step above, you should see CLI output showing the IP addresses of Nomad client machines. To run the tests, set the NOMAD_ADDR variable to `http://[client IP]:4646/`

```
$ NOMAD_ADDR=<> NOMAD_E2E=1 go test -v
Expand Down
2 changes: 1 addition & 1 deletion e2e/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use [envchain](https://github.com/sorah/envchain) to store your AWS credentials.

```
$ cd e2e/terraform/
$ envchain nomadaws TF_VAR_nomad_sha=<nomad_sha> terraform apply
$ TF_VAR_nomad_sha=<nomad_sha> envchain nomadaws terraform apply
```

After this step, you should have a nomad client address to point the end to end tests in the `e2e` folder to.
Expand Down

0 comments on commit dd9d9ee

Please sign in to comment.