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: 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