6d6fbc0 Use ipa-docker-test-runner to run tests in Travis CI

1 file Authored by mbabinsk 7 years ago, Committed by mbasti 7 years ago,
1 file changed. 32 lines added. 4 lines removed.
    Use ipa-docker-test-runner to run tests in Travis CI
    
    https://github.com/martbab/ipa-docker-test-runner is now used to run the
    following tasks in Travis CI:
    
    * pull in a FreeIPA test runner Docker image
    * configure/make lint/make rpms
    * install rpms
    * install FreeIPA server and KRA
    * run out-of-tree tests
    
    For performance reasons (last two steps are very time-consuming) the available
    tests were split roughly in half and are run as two separate jobs to speed up
    the process.
    
    AD trust is not installed as part of tests since the enabled compat plugin
    causes false negative errors.
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+32 -4