Commit Graph

19 Commits

Author SHA1 Message Date
Sameer Naik 7464b07894 raising `SLEEP_TIME` to `10` to fix tests on jenkins 2016-01-19 19:06:27 +05:30
Sameer Naik 225733d7a2 tests: make `sed` a little resilient to whitespaces 2015-11-28 11:32:34 +05:30
Sameer Naik 4d17f517a7 tests: Configuration changes are preserved after deletion 2015-11-27 22:56:13 +05:30
Sameer Naik cd689f4bb3 tests: rewrite tests for better maintenance and readability
- Reuse docker_helper.bash script in tests
 - Speed up of tests
 - Better readability
2015-11-09 23:15:00 +05:30
Sameer Naik 31c9762fa0 removed `/app` volume from dockerfile
Specifying a volume at `/app` (in the Dockerfile) makes it difficult to
use this image as a base image for derived images. Due to this, we have
removed the `VOLUME` instruction that mounts `/app` as a volume.

The `/app` path continues to function like it did before. As a result if
you want to mount your php application into the container, mount your
application source at `/app` using `-v
/path/on/application/source:/app`.

One advantage of mounting/installing your application at `/app` is that
the image will automatically update the ownership of the
files/directories in `/app` so that it is accessible by the tomcat
server.
2015-10-06 23:53:43 +05:30
Sameer Naik 660f8c9aea tests: added `curl_client` function 2015-10-04 15:39:26 +05:30
Sameer Naik 2e5c1b5a06 tests: added `--retry 5` to curl args 2015-10-04 14:36:23 +05:30
Sameer Naik f85c667cb5 tests: removed `create_full_container` function 2015-09-01 19:25:15 +05:30
Sameer Naik b3700d17d9 tests: add `--noproxy tomcat` argument to `curl` 2015-09-01 18:49:55 +05:30
Adnan Abdulhussein 8a029f9407 Small changes in README and tests 2015-08-14 15:53:34 -07:00
Sameer Naik 53c8959480 Deploy sample application 2015-08-13 22:53:22 +05:30
Sameer Naik a612a57140 tests: If host mounted, password and settings are preserved after deletion 2015-08-13 22:27:15 +05:30
Sameer Naik ae135e0684 tests: Data gets generated in conf if bind mounted in the host 2015-08-13 22:26:36 +05:30
Sameer Naik 6fd79affe4 tests: All the volumes exposed 2015-08-13 22:08:39 +05:30
Sameer Naik 8bd8ee426f tests: Password is preserved after restart 2015-08-13 22:05:00 +05:30
Sameer Naik 1d02956986 tests: Can't access management area without password 2015-08-13 21:33:01 +05:30
Sameer Naik 263481a2e7 tests: User manager created with password 2015-08-13 21:11:40 +05:30
Sameer Naik d32f4fe9d3 tests: Manager has access to management area 2015-08-13 21:11:34 +05:30
Sameer Naik ac56239710 tests: `Port 8080 exposed and accepting external connections` 2015-08-13 20:38:40 +05:30