Skip to content

Commit b898360

Browse files
committed
update README for testing submodule
1 parent afe1562 commit b898360

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ When deploying to Triton the manifest expects that the `TRITON_CNS_SEARCH_DOMAIN
5252

5353
### Testing
5454

55-
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.
55+
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`.
56+
57+
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 commit comments

Comments
 (0)