rpkg-tests-containers

Created
Was maintained by cqi
Container matrix to run rpkg tests
git clone

Container matrix to run rpkg tests

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.

Usage

  1. Build images

    launch.py build-images
    
  2. Run tests

    launch.py run --path /path/to/rpkg/repo
    
  3. Select in which distribution to run tests, e.g. run tests in EL6

    launch.py --dist el6 run --path /path/to/rpkg/repo
    

Vagrant

Vagrant is used to test this tool, not for rpkg development.