Public bug reported: This is kind of a follow-up to neutron-tempest-plugin jobs failing in https://bugs.launchpad.net/neutron/+bug/1948804 as I see that designate jobs all fail on train branch.
Recent backport example and relevant logs: https://review.opendev.org/c/openstack/neutron/+/816518/ https://zuul.opendev.org/t/openstack/build/a6a1142368b742248be710f902f541f5 Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 171, in setUpClass cls.setup_clients() File "/opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/test_dns_integration.py", line 50, in setup_clients cls.dns_client = cls.os_tempest.zones_client AttributeError: 'Manager' object has no attribute 'zones_client' I did not see it when testing the fix for 1948804 as DNM patch to run it did not trigger designate job ** Affects: neutron Importance: Undecided Status: New ** Tags: dns gate-failure -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1950346 Title: [stable/train] neutron-tempest-plugin-designate-scenario-train fails with AttributeError: 'Manager' object has no attribute 'zones_client' Status in neutron: New Bug description: This is kind of a follow-up to neutron-tempest-plugin jobs failing in https://bugs.launchpad.net/neutron/+bug/1948804 as I see that designate jobs all fail on train branch. Recent backport example and relevant logs: https://review.opendev.org/c/openstack/neutron/+/816518/ https://zuul.opendev.org/t/openstack/build/a6a1142368b742248be710f902f541f5 Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 171, in setUpClass cls.setup_clients() File "/opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/test_dns_integration.py", line 50, in setup_clients cls.dns_client = cls.os_tempest.zones_client AttributeError: 'Manager' object has no attribute 'zones_client' I did not see it when testing the fix for 1948804 as DNM patch to run it did not trigger designate job To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1950346/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

