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: 957
Build Status: Still Failing
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #953
[Michal Skrivanek] randomize /dev/shm logcollector tmp directory
Changes for Build #954
[Michal Skrivanek] randomize /dev/shm logcollector tmp directory
Changes for Build #955
[Michal Skrivanek] randomize /dev/shm logcollector tmp directory
Changes for Build #956
[Michal Skrivanek] randomize /dev/shm logcollector tmp directory
Changes for Build #957
[Michal Skrivanek] randomize /dev/shm logcollector tmp directory
-----------------
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 0x7faf2bed4c80>
@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