On Mon, Jun 22, 2020 at 11:07 AM Code Review <[email protected]> wrote:
>
> From Jenkins CI <[email protected]>:
>
> Jenkins CI has posted comments on this change.
>
> Change subject: basic-suite: Run rename right after engine-setup
> ......................................................................
>
>
> Patch Set 3:
>
> Build Failed
>
> https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/9863/ : 
> FAILURE

This failed with:

https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/9863/testReport/junit/basic-suite-master.test-scenarios/098_ovirt_provider_ovn_pytest/Invoking_jobs___check_patch_basic_suite_master_el7_x86_64___test_use_ovn_provider/

prefix = <ovirtlago.prefix.OvirtPrefix object at 0x7fcdab3b1c50>
api_v4 = <ovirtsdk4.Connection object at 0x7fcdaa85c9d0>

    @versioning.require_version(4, 2)
    def test_use_ovn_provider(prefix, api_v4):
        engine = api_v4.system_service()
        engine_ip = prefix.virt_env.engine_vm().ip()
        provider_id = network_utils_v4.get_default_ovn_provider_id(engine)

>       token_id = _get_auth_token(engine_ip)

../basic-suite-master/test-scenarios/098_ovirt_provider_ovn_pytest.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

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/098_ovirt_provider_ovn_pytest.py:105:
KeyError

Is there a chance that it's due to my patch?

>
> --
> To view, visit https://gerrit.ovirt.org/109734

This patch runs initial setup with FQDN 'oldenginename', then runs
rename with fqdn 'engine'.

Above check-patch ran with whatever that was in the repos at the time.
I also ran it with the manual job, only basic-suite-master, and the
CI-built results of my then-pending patches, and it passed.

This was yesterday. I then merged all patches, and now rebased this
(OST) patch, to test again, still did not finish:

https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/9894/

That said, even if it passes, I am still not completely ok with my
patches. What needs to be done to comprehensively test OVN (with or
without rename)?

If network suite passes, is this enough?

Thanks,
-- 
Didi
_______________________________________________
Devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/7LMHRVLSSKPMHC7I2BLXPBTS23SY3WWF/

Reply via email to