Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing for docker changes #6

Open
darless opened this issue Mar 5, 2017 · 1 comment
Open

Testing for docker changes #6

darless opened this issue Mar 5, 2017 · 1 comment

Comments

@darless
Copy link
Contributor

darless commented Mar 5, 2017

Have there been thoughts on how best to test changes that are done for the Dockerfile?
So far I would guess its a manual process, it would be nice to test these changes automatically. I'm interested on hearing people's thoughts.

My thought would be as follows:

  • Use Travis CI. Travis CI does support dockerfiles but for how this works we might need to have access to more than just the docker but to multiple local IPs so we can start up 2 docker instances of freeswitch so we can test calls.
  • We could potentially use AWS which would spin up AMIs that are already configured with support for docker/git/.
  • Then travis would run a test program to go through our tests and do the various tests via a python interaction with the docker instances via the event socket 8021.
@thomasquintana
Copy link
Contributor

@Madrussian I think that sounds good. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants