[openstack-dev] Tempest test failing for neutron

Rajdeep Dua dua_rajdeep at yahoo.com
Mon Aug 19 11:34:56 UTC 2013


On submitted a Patch for neutron test case
https://review.openstack.org/#/c/42598/


 unrelated tests from tempest seem to be failing.
http://logs.openstack.org/98/42598/2/check/gate-tempest-devstack-vm-neutron-full/4388bc6/console.html

One of the test failure is listed below.

Any idea why this is happening and how to fix this?

======================================================================
2013-08-19 11:11:47.424 | FAIL: tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson.test_set_reserve[gate]
2013-08-19 11:11:47.425 | tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson.test_set_reserve[gate]
2013-08-19 11:11:47.425 | ----------------------------------------------------------------------
2013-08-19 11:11:47.425 | _StringException: Empty attachments:
2013-08-19 11:11:47.425 |   stderr
2013-08-19 11:11:47.426 |   stdout
2013-08-19 11:11:47.426 | 
2013-08-19 11:11:47.426 | Traceback (most recent call last):
2013-08-19 11:11:47.427 |   File "tempest/api/compute/admin/test_fixed_ips.py", line 74, in test_set_reserve
2013-08-19 11:11:47.427 |     resp, body = self.client.reserve_fixed_ip(self.ip, body)
2013-08-19 11:11:47.427 |   File "tempest/services/compute/json/fixed_ips_client.py", line 39, in reserve_fixed_ip
2013-08-19 11:11:47.428 |     resp, body = self.post(url, json.dumps(body), self.headers)
2013-08-19 11:11:47.428 |   File "tempest/common/rest_client.py", line 259, in post
2013-08-19 11:11:47.428 |     return self.request('POST', url, headers, body)
2013-08-19 11:11:47.428 |   File "tempest/common/rest_client.py", line 387, in request
2013-08-19 11:11:47.429 |     resp, resp_body)
2013-08-19 11:11:47.429 |   File "tempest/common/rest_client.py", line 432, in _error_checker
2013-08-19 11:11:47.429 |     raise exceptions.NotFound(resp_body)
2013-08-19 11:11:47.430 | NotFound: Object not found
2013-08-19 11:11:47.430 | Details: {"itemNotFound": {"message": "Fixed IP 10.1.0.4 not found", "code": 404}}
2013-08-19 11:11:47.430 | 
2013-08-19 11:11:47.431 | 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130819/c2f5edcb/attachment.html>


More information about the OpenStack-dev mailing list