← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1523638] Re: tempest fails with No IPv4 addresses found

 

Adding tempest to the list of affected projects. It's possible that the
tempest code is holding onto a reference to an instance after it has
been deleted and attempts to use it again.

** Also affects: tempest
   Importance: Undecided
       Status: New

** Changed in: neutron
     Assignee: (unassigned) => Sean M. Collins (scollins)

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

Title:
  tempest fails with  No IPv4 addresses found

Status in neutron:
  Confirmed
Status in tempest:
  New

Bug description:
  http://logs.openstack.org/42/250542/7/check/gate-tempest-dsvm-neutron-
  linuxbridge/3a00f8b/logs/testr_results.html.gz

  Traceback (most recent call last):
    File "tempest/test.py", line 113, in wrapper
      return f(self, *func_args, **func_kwargs)
    File "tempest/scenario/test_network_basic_ops.py", line 550, in test_subnet_details
      self._setup_network_and_servers(dns_nameservers=[initial_dns_server])
    File "tempest/scenario/test_network_basic_ops.py", line 123, in _setup_network_and_servers
      floating_ip = self.create_floating_ip(server)
    File "tempest/scenario/manager.py", line 842, in create_floating_ip
      port_id, ip4 = self._get_server_port_id_and_ip4(thing)
    File "tempest/scenario/manager.py", line 821, in _get_server_port_id_and_ip4
      "No IPv4 addresses found in: %s" % ports)
    File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/unittest2/case.py", line 845, in assertNotEqual
      raise self.failureException(msg)
  AssertionError: 0 == 0 : No IPv4 addresses found in: []

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


References