← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1406438] Re: Failures in test_create_list_show_delete_interfaces

 

Submitted change https://review.openstack.org/#/c/144434/

** Changed in: neutron
       Status: New => In Progress

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

** Changed in: tempest
     Assignee: (unassigned) => venkata anil (anil-venkata)

** Changed in: tempest
       Status: New => In Progress

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

Title:
  Failures in test_create_list_show_delete_interfaces

Status in OpenStack Neutron (virtual network service):
  In Progress
Status in Tempest:
  In Progress

Bug description:
  logstash showed several dozen examples of this in the last week,
  searching for

  "u'port_state': u'BUILD'"

  
  tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces[gate,network,smoke]
  2014-12-29 23:02:14.022 | ---------------------------------------------------------------------------------------------------------------------------------------
  2014-12-29 23:02:14.022 | 
  2014-12-29 23:02:14.022 | Captured traceback:
  2014-12-29 23:02:14.022 | ~~~~~~~~~~~~~~~~~~~
  2014-12-29 23:02:14.022 |     Traceback (most recent call last):
  2014-12-29 23:02:14.022 |       File "tempest/test.py", line 112, in wrapper
  2014-12-29 23:02:14.022 |         return f(self, *func_args, **func_kwargs)
  2014-12-29 23:02:14.022 |       File "tempest/api/compute/servers/test_attach_interfaces.py", line 128, in test_create_list_show_delete_interfaces
  2014-12-29 23:02:14.023 |         self._test_show_interface(server, ifs)
  2014-12-29 23:02:14.023 |       File "tempest/api/compute/servers/test_attach_interfaces.py", line 81, in _test_show_interface
  2014-12-29 23:02:14.023 |         self.assertEqual(iface, _iface)
  2014-12-29 23:02:14.023 |       File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 348, in assertEqual
  2014-12-29 23:02:14.023 |         self.assertThat(observed, matcher, message)
  2014-12-29 23:02:14.023 |       File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 433, in assertThat
  2014-12-29 23:02:14.023 |         raise mismatch_error
  2014-12-29 23:02:14.023 |     MismatchError: !=:
  2014-12-29 23:02:14.023 |     reference = {u'fixed_ips': [{u'ip_address': u'10.100.0.4',
  2014-12-29 23:02:14.023 |                      u'subnet_id': u'14eede71-3e7c-45d0-ba9a-1e862971e73a'}],
  2014-12-29 23:02:14.023 |      u'mac_addr': u'fa:16:3e:b4:a6:5a',
  2014-12-29 23:02:14.023 |      u'net_id': u'5820024b-ce9d-4175-a922-2fc197f425e9',
  2014-12-29 23:02:14.024 |      u'port_id': u'49bc5869-1716-49a6-812a-90a603e4f8f3',
  2014-12-29 23:02:14.024 |      u'port_state': u'ACTIVE'}
  2014-12-29 23:02:14.024 |     actual    = {u'fixed_ips': [{u'ip_address': u'10.100.0.4',
  2014-12-29 23:02:14.024 |                      u'subnet_id': u'14eede71-3e7c-45d0-ba9a-1e862971e73a'}],
  2014-12-29 23:02:14.024 |      u'mac_addr': u'fa:16:3e:b4:a6:5a',
  2014-12-29 23:02:14.024 |      u'net_id': u'5820024b-ce9d-4175-a922-2fc197f425e9',
  2014-12-29 23:02:14.024 |      u'port_id': u'49bc5869-1716-49a6-812a-90a603e4f8f3',
  2014-12-29 23:02:14.024 |      u'port_state': u'BUILD'}
  2014-12-29 23:02:14.024

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


References