← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1966121] [NEW] [neutron-tempest-plugin] Test fails with AttributeError: type object 'DNSIntegrationTests' has no attribute 'query_client'

 

Public bug reported:

Tempest test:
neutron_tempest_plugin.scenario.test_dns_integration.DNSIntegrationTests.test_server_with_fip

Fails with:

Traceback (most recent call last):
  File "/home/ubuntu/snap/fcbtest/29/.rally/verification/verifier-b67042cd-b3a9-4bbe-92bd-ea5fced2d9df/repo/tempest/test.py", line 181, in setUpClass
    raise value.with_traceback(trace)
  File "/home/ubuntu/snap/fcbtest/29/.rally/verification/verifier-b67042cd-b3a9-4bbe-92bd-ea5fced2d9df/repo/tempest/test.py", line 171, in setUpClass
    cls.setup_clients()
  File "/snap/fcbtest/29/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/test_dns_integration.py", line 51, in setup_clients
    cls.query_client.build_timeout = 30
AttributeError: type object 'DNSIntegrationTests' has no attribute 'query_client'

We use neutron-tempest-plugin tag 1.8.0, it doesn't look like this is
fixed in 1.9.0.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1966121

Title:
  [neutron-tempest-plugin] Test fails with AttributeError: type object
  'DNSIntegrationTests' has no attribute 'query_client'

Status in neutron:
  New

Bug description:
  Tempest test:
  neutron_tempest_plugin.scenario.test_dns_integration.DNSIntegrationTests.test_server_with_fip

  Fails with:

  Traceback (most recent call last):
    File "/home/ubuntu/snap/fcbtest/29/.rally/verification/verifier-b67042cd-b3a9-4bbe-92bd-ea5fced2d9df/repo/tempest/test.py", line 181, in setUpClass
      raise value.with_traceback(trace)
    File "/home/ubuntu/snap/fcbtest/29/.rally/verification/verifier-b67042cd-b3a9-4bbe-92bd-ea5fced2d9df/repo/tempest/test.py", line 171, in setUpClass
      cls.setup_clients()
    File "/snap/fcbtest/29/lib/python3.6/site-packages/neutron_tempest_plugin/scenario/test_dns_integration.py", line 51, in setup_clients
      cls.query_client.build_timeout = 30
  AttributeError: type object 'DNSIntegrationTests' has no attribute 'query_client'

  We use neutron-tempest-plugin tag 1.8.0, it doesn't look like this is
  fixed in 1.9.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1966121/+subscriptions



Follow ups