Add tests for mysql container#143
Conversation
mysql cannot be installed on F20, let's use fedora:latest in master always
|
Hi, thanks for this PR. I've been planning some general setup for CI for all Dockerfiles in this repo (which would involve only testing those that were modified in The discussion is going on at [2](originally, I just wanted to introduce myself as a maintainer of this repo :)) and the outcome may even be that this repo will be "dissolved" into dist-git repos and canceled altogether. (That also means that I'm not sure how the tests would be invoked during the build - please follow that conversation and contribute if you're interested). So I'll keep this commit unmerged for now until the situation gets clearer. [1] https://fedoraproject.org/wiki/Changes/Layered_Docker_Image_Build_Service |
|
Okay, agreed. I'll be writing some more tests for other Dockerfiles meanwhile, until CI/repo situation is resolved. |
Add minimal tests for MySQL container. This uses Travis CI to build a container and run ctf-cli-based tests on container.
Tests will help us check that new commits/PRs don't break functionality.