def test_13_inst_rpm_rh_repo(self):
     '''
        install an RPM from the RH repo
     '''
     Expect.expect_retval(CLI,
                          "yum install -y %s" % self.test_package,
                          timeout=20)
     # but make sure the RPM is taken from the RHUI
     Util.check_package_url(CLI, self.test_package, self.yum_repo_path)
 def test_11_check_package_url(self):
     '''
     check if Yum is now working with the EUS URL
     '''
     Util.check_package_url(CLI, self.test_package, self.repo_path)