[openstack-dev] Tempest test failing for neutron

Salvatore Orlando sorlando at nicira.com
Wed Aug 21 12:49:14 UTC 2013


The full suite of neutron tests is non voting; your jenkins job is failing
because of unit tests.
The reason for this failure, I believe, is the inability of querying
neutron ports by IP using a regex.

There is a blueprint for that already registered: allow filters to use
'like' operation of
sqlalchemy<https://blueprints.launchpad.net/neutron/+spec/like-op-list>

Salvatore



On 19 August 2013 13:34, Rajdeep Dua <dua_rajdeep at yahoo.com> wrote:

> 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<openstack-dev@lists.openstack.org>
> 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 |
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130821/25518572/attachment.html>


More information about the OpenStack-dev mailing list