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: 966
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
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.
Changes for Build #964
[Yedidyah Bar David] check_repos: Try to force wide output
Changes for Build #965
[Yedidyah Bar David] check_repos: Try to force wide output
Changes for Build #966
[Yedidyah Bar David] check_repos: Try to force wide output
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames
Error Message:
failed on setup with "TypeError: __new__() missing 1 required positional argument:
'repo'"
Stack Trace:
ansible_by_hostname = <function module_mapper_for at 0x7fb2a1536c80>
@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))
ost_utils/ost_utils/pytest/fixtures/check_repos.py:39:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
ost_utils/ost_utils/pytest/fixtures/check_repos.py:55: in _get_custom_repos_packages
repo_name)
ost_utils/ost_utils/pytest/fixtures/check_repos.py:79: in _get_installed_packages
Package(*line) for line in result
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <list_iterator object at 0x7fb29b320860>
Package(*line) for line in result
]
E TypeError: __new__() missing 1 required positional argument: 'repo'
ost_utils/ost_utils/pytest/fixtures/check_repos.py:79: TypeError