VictorMorenoJimenez / tfg2020

Final Degree Project ETSIIT Granada
GNU General Public License v3.0
2 stars 0 forks source link

Add QA #19

Closed JJ closed 4 years ago

JJ commented 4 years ago

Infrastructure is code, and code needs to be tested. You need to create clear and straightforward user stories, but most important, you should test them. You can unit test ansible modules, but you might want to add other kind of integration tests by running scripts or any other kind of things in instances once they've been provisioned. Also, add CI to this repository.