Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(testing): note that some containers don't rebuild automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 20, 2015
1 parent 1e5954c commit 4701cd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/contributing/testing.rst
Expand Up @@ -56,6 +56,14 @@ continuous deployment, start one locally:
To use local boot2docker registry for Deis development:
export DEV_REGISTRY=192.168.59.103:5000
.. important::

The functional tests also use several mock or example containers:
**deis/test-etcd**, **deis/test-postgresql**, and **deis/mock-store**.
These are referenced by the ``:latest`` tag, so in the rare case that one
of these test containers needs to change, ``docker rmi`` its image and
the tests will pull it from Docker Hub or rebuild it.


Run the Tests
-------------
Expand Down
3 changes: 3 additions & 0 deletions tests/fixtures/mock-store/README.md
Expand Up @@ -27,6 +27,9 @@ offering a S3-compatible bucket APIs using the local filesystem as storage.
Please consult the [Makefile](Makefile) for current instructions on how to build, test, push,
install, and start **deis/mock-store**.

Note that changes to **deis/mock-store** will *not* be built automatically by the test suite.
Run `make mock-store` from the tests/ directory to update the Docker image used by tests.

## License

© 2015 OpDemand LLC
Expand Down

0 comments on commit 4701cd2

Please sign in to comment.