Skip to content

Commit ca66400

Browse files
committed
Merge pull request #3345 from mboersma/doc-test-artifacts
docs(testing): note that some containers don't rebuild automatically
2 parents d820490 + 4701cd2 commit ca66400

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/contributing/testing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ continuous deployment, start one locally:
5656
To use local boot2docker registry for Deis development:
5757
export DEV_REGISTRY=192.168.59.103:5000
5858
59+
.. important::
60+
61+
The functional tests also use several mock or example containers:
62+
**deis/test-etcd**, **deis/test-postgresql**, and **deis/mock-store**.
63+
These are referenced by the ``:latest`` tag, so in the rare case that one
64+
of these test containers needs to change, ``docker rmi`` its image and
65+
the tests will pull it from Docker Hub or rebuild it.
66+
5967

6068
Run the Tests
6169
-------------

tests/fixtures/mock-store/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ offering a S3-compatible bucket APIs using the local filesystem as storage.
2727
Please consult the [Makefile](Makefile) for current instructions on how to build, test, push,
2828
install, and start **deis/mock-store**.
2929

30+
Note that changes to **deis/mock-store** will *not* be built automatically by the test suite.
31+
Run `make mock-store` from the tests/ directory to update the Docker image used by tests.
32+
3033
## License
3134

3235
© 2015 OpDemand LLC

0 commit comments

Comments
 (0)