
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_nightly/... Build Number: 961 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 ----------------- 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 2 required positional arguments: 'version' and 'repo'" Stack Trace: ansible_by_hostname = <function module_mapper_for at 0x7ff021014c80> @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:69: in _get_installed_packages Package(*line) for line in result _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .0 = <list_iterator object at 0x7ff01adfd860>
Package(*line) for line in result
] E TypeError: __new__() missing 2 required positional arguments: 'version' and 'repo' ost_utils/ost_utils/pytest/fixtures/check_repos.py:69: TypeError