[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly -
Build # 939 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/
Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_night...
Build Number: 939
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #939
[Marcin Sobczyk] basic: Make 'test_set_hostnames' more dynamic
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames
Error Message:
failed on setup with "RuntimeError: None of user custom repos has been used"
Stack Trace:
ansible_by_hostname = <function module_mapper_for at 0x7fbcf0af9b70>
@pytest.fixture(scope="session", autouse=True)
def check_installed_packages(ansible_by_hostname):
vms_pckgs_dict_list = []
for hostname in backend.default_backend().hostnames():
vm_pckgs_dict = _get_custom_repos_packages(
ansible_by_hostname(hostname))
LOGGER.info(f'packages installed on {hostname}: \n{vm_pckgs_dict}\n')
vms_pckgs_dict_list.append(vm_pckgs_dict)
if all(_check_if_user_specified_repos(pckgs_dict) and
_check_if_no_packages_used(pckgs_dict) for pckgs_dict in
vms_pckgs_dict_list):
> raise RuntimeError('None of user custom repos has been used')
E RuntimeError: None of user custom repos has been used
../ost_utils/ost_utils/pytest/fixtures/check_repos.py:45: RuntimeError