b8cf212 tests: Replaced unused setUp method with install

1 file Authored by Oleg Fayans 7 years ago, Committed by dkupka 7 years ago,
    tests: Replaced unused setUp method with install
    
    setUp method does not get executed in recent versions of pytest
    Replaced with the install method derived from the parent IntegrationTest class
    
    Reviewed-By: David Kupka <dkupka@redhat.com>