[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 917 - Failure!

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: 917 Build Status: Failure Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_all_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-0: reboot Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f20240af6d8> @order_by(_TEST_LIST) def test_verify_add_all_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() total_hosts = len(hosts_service.list(search='datacenter={}'.format(DC_NAME))) assertions.assert_true_within( lambda: _all_hosts_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:472: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:86: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:40: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:471: in <lambda> lambda: _all_hosts_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:223: in _all_hosts_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f2022fadb38> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-0: reboot ../basic-suite-master/test-scenarios/test_002_bootstrap.py:246: RuntimeError

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: 918 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_004_basic_sanity.test_verify_template_disk_copied_and_removed Error Message: AttributeError: 'NoneType' object has no attribute 'get' Stack Trace: system_service = <ovirtsdk4.services.SystemService object at 0x7f876eaa7c50> cirros_image_glance_disk_name = 'CirrOS_0.5.1_glance_disk' @order_by(_TEST_LIST) def test_verify_template_disk_copied_and_removed(system_service, cirros_image_glance_disk_name): iscsi_sd_service = test_utils.get_storage_domain_service( system_service, SD_ISCSI_NAME) glance_sd_disk_service = test_utils.get_storage_domain_disk_service_by_name( iscsi_sd_service, cirros_image_glance_disk_name) assertions.assert_true_within_short(
lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK ) ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:495: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:92: in assert_true_within_short error_message=error_message) ../ost_utils/ost_utils/assertions.py:74: in assert_equals_within_short error_message=error_message ../ost_utils/ost_utils/assertions.py:40: in assert_equals_within res = func() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK
) E AttributeError: 'NoneType' object has no attribute 'get' ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:496: AttributeError

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: 919 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_004_basic_sanity.test_verify_template_disk_copied_and_removed Error Message: AttributeError: 'NoneType' object has no attribute 'get' Stack Trace: system_service = <ovirtsdk4.services.SystemService object at 0x7feb76cb0e10> cirros_image_glance_disk_name = 'CirrOS_0.5.1_glance_disk' @order_by(_TEST_LIST) def test_verify_template_disk_copied_and_removed(system_service, cirros_image_glance_disk_name): iscsi_sd_service = test_utils.get_storage_domain_service( system_service, SD_ISCSI_NAME) glance_sd_disk_service = test_utils.get_storage_domain_disk_service_by_name( iscsi_sd_service, cirros_image_glance_disk_name) assertions.assert_true_within_short(
lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK ) ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:495: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:92: in assert_true_within_short error_message=error_message) ../ost_utils/ost_utils/assertions.py:74: in assert_equals_within_short error_message=error_message ../ost_utils/ost_utils/assertions.py:40: in assert_equals_within res = func() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK
) E AttributeError: 'NoneType' object has no attribute 'get' ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:496: AttributeError

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: 920 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_004_basic_sanity.test_verify_template_disk_copied_and_removed Error Message: AttributeError: 'NoneType' object has no attribute 'get' Stack Trace: system_service = <ovirtsdk4.services.SystemService object at 0x7f9ad93df128> cirros_image_glance_disk_name = 'CirrOS_0.5.1_glance_disk' @order_by(_TEST_LIST) def test_verify_template_disk_copied_and_removed(system_service, cirros_image_glance_disk_name): iscsi_sd_service = test_utils.get_storage_domain_service( system_service, SD_ISCSI_NAME) glance_sd_disk_service = test_utils.get_storage_domain_disk_service_by_name( iscsi_sd_service, cirros_image_glance_disk_name) assertions.assert_true_within_short(
lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK ) ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:495: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:92: in assert_true_within_short error_message=error_message) ../ost_utils/ost_utils/assertions.py:74: in assert_equals_within_short error_message=error_message ../ost_utils/ost_utils/assertions.py:40: in assert_equals_within res = func() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK
) E AttributeError: 'NoneType' object has no attribute 'get' ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:496: AttributeError

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: 921 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: .basic-suite-master.test-scenarios.test_098_ovirt_provider_ovn Error Message: collection failure Stack Trace: ImportError while importing test module '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.6/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) ../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:26: in <module> import requests E ModuleNotFoundError: No module named 'requests'

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: 922 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: .basic-suite-master.test-scenarios.test_098_ovirt_provider_ovn Error Message: collection failure Stack Trace: ImportError while importing test module '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.6/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) ../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:26: in <module> import requests E ModuleNotFoundError: No module named 'requests'

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: 923 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #923 [hbraha] ost: Check if user custom repos are used on VM ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: .basic-suite-master.test-scenarios.test_098_ovirt_provider_ovn Error Message: collection failure Stack Trace: ImportError while importing test module '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.6/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) ../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:26: in <module> import requests E ModuleNotFoundError: No module named 'requests'

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: 924 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #923 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #924 [hbraha] network: add check_repos fixture ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: .basic-suite-master.test-scenarios.test_098_ovirt_provider_ovn Error Message: collection failure Stack Trace: ImportError while importing test module '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.6/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) ../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:26: in <module> import requests E ModuleNotFoundError: No module named 'requests'

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: 925 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #923 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #924 [hbraha] network: add check_repos fixture Changes for Build #925 [hbraha] network: add check_repos fixture ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: .basic-suite-master.test-scenarios.test_098_ovirt_provider_ovn Error Message: collection failure Stack Trace: ImportError while importing test module '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.6/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) ../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:26: in <module> import requests E ModuleNotFoundError: No module named 'requests'

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: 926 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #923 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #924 [hbraha] network: add check_repos fixture Changes for Build #925 [hbraha] network: add check_repos fixture Changes for Build #926 [hbraha] network: add check_repos fixture ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: .basic-suite-master.test-scenarios.test_098_ovirt_provider_ovn Error Message: collection failure Stack Trace: ImportError while importing test module '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.6/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) ../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:26: in <module> import requests E ModuleNotFoundError: No module named 'requests'

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: 927 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #923 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #924 [hbraha] network: add check_repos fixture Changes for Build #925 [hbraha] network: add check_repos fixture Changes for Build #926 [hbraha] network: add check_repos fixture Changes for Build #927 [Andrej Cernek] network, pylint: Simplify pylintrc file ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_004_basic_sanity.test_verify_template_disk_copied_and_removed Error Message: AttributeError: 'NoneType' object has no attribute 'get' Stack Trace: system_service = <ovirtsdk4.services.SystemService object at 0x7f25ae0ee940> cirros_image_glance_disk_name = 'CirrOS_0.5.1_glance_disk' @order_by(_TEST_LIST) def test_verify_template_disk_copied_and_removed(system_service, cirros_image_glance_disk_name): iscsi_sd_service = test_utils.get_storage_domain_service( system_service, SD_ISCSI_NAME) glance_sd_disk_service = test_utils.get_storage_domain_disk_service_by_name( iscsi_sd_service, cirros_image_glance_disk_name) assertions.assert_true_within_short(
lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK ) ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:495: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:92: in assert_true_within_short error_message=error_message) ../ost_utils/ost_utils/assertions.py:74: in assert_equals_within_short error_message=error_message ../ost_utils/ost_utils/assertions.py:40: in assert_equals_within res = func() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK
) E AttributeError: 'NoneType' object has no attribute 'get' ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:496: AttributeError

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: 928 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #923 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #924 [hbraha] network: add check_repos fixture Changes for Build #925 [hbraha] network: add check_repos fixture Changes for Build #926 [hbraha] network: add check_repos fixture Changes for Build #927 [Andrej Cernek] network, pylint: Simplify pylintrc file Changes for Build #928 [Andrej Cernek] network, pylint: Simplify pylintrc file ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_004_basic_sanity.test_verify_template_disk_copied_and_removed Error Message: AttributeError: 'NoneType' object has no attribute 'get' Stack Trace: system_service = <ovirtsdk4.services.SystemService object at 0x7f6dfed7d630> cirros_image_glance_disk_name = 'CirrOS_0.5.1_glance_disk' @order_by(_TEST_LIST) def test_verify_template_disk_copied_and_removed(system_service, cirros_image_glance_disk_name): iscsi_sd_service = test_utils.get_storage_domain_service( system_service, SD_ISCSI_NAME) glance_sd_disk_service = test_utils.get_storage_domain_disk_service_by_name( iscsi_sd_service, cirros_image_glance_disk_name) assertions.assert_true_within_short(
lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK ) ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:495: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:92: in assert_true_within_short error_message=error_message) ../ost_utils/ost_utils/assertions.py:74: in assert_equals_within_short error_message=error_message ../ost_utils/ost_utils/assertions.py:40: in assert_equals_within res = func() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK
) E AttributeError: 'NoneType' object has no attribute 'get' ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:496: AttributeError

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: 929 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #923 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #924 [hbraha] network: add check_repos fixture Changes for Build #925 [hbraha] network: add check_repos fixture Changes for Build #926 [hbraha] network: add check_repos fixture Changes for Build #927 [Andrej Cernek] network, pylint: Simplify pylintrc file Changes for Build #928 [Andrej Cernek] network, pylint: Simplify pylintrc file Changes for Build #929 [Andrej Cernek] network, pylint: Simplify pylintrc file ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_004_basic_sanity.test_verify_template_disk_copied_and_removed Error Message: AttributeError: 'NoneType' object has no attribute 'get' Stack Trace: system_service = <ovirtsdk4.services.SystemService object at 0x7f0ad5e90828> cirros_image_glance_disk_name = 'CirrOS_0.5.1_glance_disk' @order_by(_TEST_LIST) def test_verify_template_disk_copied_and_removed(system_service, cirros_image_glance_disk_name): iscsi_sd_service = test_utils.get_storage_domain_service( system_service, SD_ISCSI_NAME) glance_sd_disk_service = test_utils.get_storage_domain_disk_service_by_name( iscsi_sd_service, cirros_image_glance_disk_name) assertions.assert_true_within_short(
lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK ) ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:495: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:92: in assert_true_within_short error_message=error_message) ../ost_utils/ost_utils/assertions.py:74: in assert_equals_within_short error_message=error_message ../ost_utils/ost_utils/assertions.py:40: in assert_equals_within res = func() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ lambda:
glance_sd_disk_service.get().status == types.DiskStatus.OK
) E AttributeError: 'NoneType' object has no attribute 'get' ../basic-suite-master/test-scenarios/test_004_basic_sanity.py:496: AttributeError

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: 930 Build Status: Fixed Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #917 [Andrej Cernek] Remove old vdsm coverage code Changes for Build #918 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible [Evgheni Dereveanchin] Lago: remove non-pipeline check-patch definition Changes for Build #919 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #920 [Yedidyah Bar David] he: Port 002_bootstrap and 004_basic_sanity to pytest and ansible Changes for Build #921 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #922 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #923 [hbraha] ost: Check if user custom repos are used on VM Changes for Build #924 [hbraha] network: add check_repos fixture Changes for Build #925 [hbraha] network: add check_repos fixture Changes for Build #926 [hbraha] network: add check_repos fixture Changes for Build #927 [Andrej Cernek] network, pylint: Simplify pylintrc file Changes for Build #928 [Andrej Cernek] network, pylint: Simplify pylintrc file Changes for Build #929 [Andrej Cernek] network, pylint: Simplify pylintrc file Changes for Build #930 [Andrej Cernek] network, pylint: Simplify pylintrc file ----------------- Failed Tests: ----------------- All tests passed
participants (1)
-
jenkins@jenkins.phx.ovirt.org