OpenConext / OpenConext-deploy

Ansible-based deployment automation for the OpenConext platform
Apache License 2.0
12 stars 21 forks source link

Improve Travis tests by adding a build of the development VM to the tests #249

Closed MKodde closed 2 years ago

MKodde commented 5 years ago

Would it be possible to include the development specific roles to the existing OpenConext deploy tests? We often experience issues during the provisioning of our dev vm while the build for that revision is green on Travis.

dj-wasabi commented 3 years ago

Is Molecule something that could help with this? With Molecule you are easily able to spin up 1 or more Docker containrs and execute Ansible to it, run (idempotency|testinfra) tests to verify correct installation. See: https://molecule.readthedocs.io/en/latest/