Skip to content

Commit

Permalink
update README for testing submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Jun 8, 2017
1 parent afe1562 commit b898360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ When deploying to Triton the manifest expects that the `TRITON_CNS_SEARCH_DOMAIN

### Testing

The `tests/` directory includes integration tests for both the Triton and Compose example stacks described above. Running `make test/triton` will run the tests in a container locally but targeting Triton Cloud. To run those tests you'll need a Triton Cloud account with your Triton command line profile set up. The test rig will use the value of the `TRITON_PROFILE` environment variable to determine what data center to target.
The `tests/` directory includes integration tests for both the Triton and Compose example stacks described above. Build the test runner by making sure you've pulled down the submodule with `git submodule update --init` and then `make build/tester`.

Running `make test/triton` will run the tests in a container locally but targeting Triton Cloud. To run those tests you'll need a Triton Cloud account with your Triton command line profile set up. The test rig will use the value of the `TRITON_PROFILE` environment variable to determine what data center to target.

0 comments on commit b898360

Please sign in to comment.