yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11842
[Bug 1294773] [NEW] tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern - HTTP 500
Public bug reported:
Example: http://logs.openstack.org/16/79816/3/check/check-tempest-dsvm-
neutron/7a4eef5/console.html
2014-03-19 16:48:18.200 | ======================================================================
2014-03-19 16:48:18.200 | FAIL: tearDownClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2)
2014-03-19 16:48:18.201 | tearDownClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2)
2014-03-19 16:48:18.201 | ----------------------------------------------------------------------
2014-03-19 16:48:18.201 | _StringException: Traceback (most recent call last):
2014-03-19 16:48:18.201 | File "tempest/scenario/manager.py", line 149, in tearDownClass
2014-03-19 16:48:18.201 | cls.cleanup_resource(thing, cls.__name__)
2014-03-19 16:48:18.201 | File "tempest/scenario/manager.py", line 113, in cleanup_resource
2014-03-19 16:48:18.202 | resource.delete()
2014-03-19 16:48:18.202 | File "/opt/stack/new/python-novaclient/novaclient/v1_1/floating_ips.py", line 25, in delete
2014-03-19 16:48:18.202 | self.manager.delete(self)
2014-03-19 16:48:18.202 | File "/opt/stack/new/python-novaclient/novaclient/v1_1/floating_ips.py", line 49, in delete
2014-03-19 16:48:18.202 | self._delete("/os-floating-ips/%s" % base.getid(floating_ip))
2014-03-19 16:48:18.202 | File "/opt/stack/new/python-novaclient/novaclient/base.py", line 161, in _delete
2014-03-19 16:48:18.202 | _resp, _body = self.api.client.delete(url)
2014-03-19 16:48:18.203 | File "/opt/stack/new/python-novaclient/novaclient/client.py", line 292, in delete
2014-03-19 16:48:18.203 | return self._cs_request(url, 'DELETE', **kwargs)
2014-03-19 16:48:18.203 | File "/opt/stack/new/python-novaclient/novaclient/client.py", line 260, in _cs_request
2014-03-19 16:48:18.203 | **kwargs)
2014-03-19 16:48:18.203 | File "/opt/stack/new/python-novaclient/novaclient/client.py", line 242, in _time_request
2014-03-19 16:48:18.203 | resp, body = self.request(url, method, **kwargs)
2014-03-19 16:48:18.203 | File "/opt/stack/new/python-novaclient/novaclient/client.py", line 236, in request
2014-03-19 16:48:18.204 | raise exceptions.from_response(resp, body, url, method)
2014-03-19 16:48:18.204 | ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-7d345883-b8db-4081-a643-7aa9169a95b6)
** Affects: neutron
Importance: Undecided
Status: New
** Affects: tempest
Importance: Undecided
Status: New
** Also 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/1294773
Title:
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern
- HTTP 500
Status in OpenStack Neutron (virtual network service):
New
Status in Tempest:
New
Bug description:
Example: http://logs.openstack.org/16/79816/3/check/check-tempest-
dsvm-neutron/7a4eef5/console.html
2014-03-19 16:48:18.200 | ======================================================================
2014-03-19 16:48:18.200 | FAIL: tearDownClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2)
2014-03-19 16:48:18.201 | tearDownClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2)
2014-03-19 16:48:18.201 | ----------------------------------------------------------------------
2014-03-19 16:48:18.201 | _StringException: Traceback (most recent call last):
2014-03-19 16:48:18.201 | File "tempest/scenario/manager.py", line 149, in tearDownClass
2014-03-19 16:48:18.201 | cls.cleanup_resource(thing, cls.__name__)
2014-03-19 16:48:18.201 | File "tempest/scenario/manager.py", line 113, in cleanup_resource
2014-03-19 16:48:18.202 | resource.delete()
2014-03-19 16:48:18.202 | File "/opt/stack/new/python-novaclient/novaclient/v1_1/floating_ips.py", line 25, in delete
2014-03-19 16:48:18.202 | self.manager.delete(self)
2014-03-19 16:48:18.202 | File "/opt/stack/new/python-novaclient/novaclient/v1_1/floating_ips.py", line 49, in delete
2014-03-19 16:48:18.202 | self._delete("/os-floating-ips/%s" % base.getid(floating_ip))
2014-03-19 16:48:18.202 | File "/opt/stack/new/python-novaclient/novaclient/base.py", line 161, in _delete
2014-03-19 16:48:18.202 | _resp, _body = self.api.client.delete(url)
2014-03-19 16:48:18.203 | File "/opt/stack/new/python-novaclient/novaclient/client.py", line 292, in delete
2014-03-19 16:48:18.203 | return self._cs_request(url, 'DELETE', **kwargs)
2014-03-19 16:48:18.203 | File "/opt/stack/new/python-novaclient/novaclient/client.py", line 260, in _cs_request
2014-03-19 16:48:18.203 | **kwargs)
2014-03-19 16:48:18.203 | File "/opt/stack/new/python-novaclient/novaclient/client.py", line 242, in _time_request
2014-03-19 16:48:18.203 | resp, body = self.request(url, method, **kwargs)
2014-03-19 16:48:18.203 | File "/opt/stack/new/python-novaclient/novaclient/client.py", line 236, in request
2014-03-19 16:48:18.204 | raise exceptions.from_response(resp, body, url, method)
2014-03-19 16:48:18.204 | ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-7d345883-b8db-4081-a643-7aa9169a95b6)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1294773/+subscriptions
Follow ups
References