diff options
author | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2017-05-18 18:02:21 +0530 |
---|---|---|
committer | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2017-05-24 22:11:04 +0530 |
commit | e494a047a02e043e5143db13a3531a366f53ea0a (patch) | |
tree | fc0ce97b17d731155bdeb2b1b483553d5a4631b2 /tests/README.md | |
parent | e0743a5e4d81b425cd289c685ffff5b3124d4252 (diff) | |
download | gluster-e494a047a02e043e5143db13a3531a366f53ea0a.tar.gz gluster-e494a047a02e043e5143db13a3531a366f53ea0a.tar.bz2 gluster-e494a047a02e043e5143db13a3531a366f53ea0a.tar.xz gluster-e494a047a02e043e5143db13a3531a366f53ea0a.zip |
Travis CI update and disabling dockerfile_lint
Travis now runs the test where it:
* Builds the Dockerfile
* Runs Docker image with required parameters
* Verifies the state of the container
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md index 501af35..2d825d4 100644 --- a/tests/README.md +++ b/tests/README.md @@ -22,10 +22,14 @@ Install with * `dnf install ShellCheck`, or * `apt-get install shellcheck` +## Travis CI +* dockerfile_lint has dependency problem, hence disabling it. +* Builds the docker image and does a basic test. +* Tests the shell script. + ## TODOs * Write more tests -* More elaborate basic tests - docker build, docker run of basic commands. * Write full functional tests to be run in vms. (like the atomic vagrant environment) |