Make it easier to run rpkg tests in Fedora 24, EL6 and EL7. If you are interested in rpkg developmet, feel free to have a try with this tool. I'm happy to see it is useful for you.
Build images
launch.py build-images
Run tests
launch.py run --path /path/to/rpkg/repo
Select in which distribution to run tests, e.g. run tests in EL6
launch.py --dist el6 run --path /path/to/rpkg/repo
Vagrant is used to test this tool, not for rpkg development.