AnsibleShipyard/ansible-mesos

Add Test Cases & Execute via Docker

JasonGiedymin opened this issue · 7 comments

Use my other repo: ansible-nodejs as inspiration.

  • Add /tests/ with integration-tests.yml file which describes a (perhaps a simple) test to verify the application is running.
  • Add inventory.yml, and playbook.yml which is used to install this role in a dockerfile.
  • Add Dockerfile referencing AnsibleShipyard/base-ubuntu-java
  • Add build.sh which is a friendly command to build the dockerfile.

Reaching out to @antonlindstrom.

Thanks, I'll see if I can take a stab at it.

I have a complete tool that will run this. It only expects that tests/main.yml exist so that it can be run with the tool.

@JasonGiedymin I added basic test case via this commit:
3836eee

Thanks, the tool should be open sourced any day now to effectively run these tests.

-Jason

On Sep 4, 2014, at 2:55 AM, Kien Pham notifications@github.com wrote:

@JasonGiedymin I added basic test case via this commit:
3836eee


Reply to this email directly or view it on GitHub.

Closing this. Will get back to it in another milestone.