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: 963
Build Status: Still Failing
Triggered By: Started by timer, Started by user Yedidyah Bar David, Rebuilds build #962
-------------------------------------
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
Changes for Build #958
[Michal Skrivanek] randomize /dev/shm logcollector tmp directory
Changes for Build #959
[Michal Skrivanek] randomize /dev/shm logcollector tmp directory
Changes for Build #960
[Andrej Cernek] pylint: Upgrade to 2.7
Changes for Build #961
[Andrej Cernek] pylint: Upgrade to 2.7
Changes for Build #962
[Andrej Cernek] pylint: Upgrade to 2.7
Changes for Build #963
[Yedidyah Bar David] check_repos: Try to force wide output
[Ehud Yonasi] slave-repos: updated all el7 mirrors.
-----------------
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 0x7fa2119c9c80>
@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