
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: 655 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #650 [Eitan Raviv] network: host de/activate - add retry Changes for Build #651 [Eitan Raviv] network: host de/activate - add retry Changes for Build #652 [Eitan Raviv] network: host de/activate - add retry Changes for Build #653 [Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible Changes for Build #654 [Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible Changes for Build #655 [Andrej Cernek] he: Port '012_local_maintenance_sdk' to pytest and ansible ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_098_ovirt_provider_ovn.test_use_ovn_provider Error Message: KeyError: 'access' Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f6c86ff40d0> engine_ip = '192.168.201.4' @versioning.require_version(4, 2) def test_use_ovn_provider(engine_api, engine_ip): engine = engine_api.system_service() provider_id = network_utils_v4.get_default_ovn_provider_id(engine)
token_id = _get_auth_token(engine_ip)
../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:421: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ engine_name = '192.168.201.4' def _get_auth_token(engine_name): response_json = _request_auth_token(engine_name)
token_id = response_json['access']['token']['id']
E KeyError: 'access' ../basic-suite-master/test-scenarios/test_098_ovirt_provider_ovn.py:105: KeyError