<div dir="ltr">The full suite of neutron tests is non voting; your jenkins job is failing because of unit tests.<div>The reason for this failure, I believe, is the inability of querying neutron ports by IP using a regex.</div>
<div><br></div><div>There is a blueprint for that already registered: <a href="https://blueprints.launchpad.net/neutron/+spec/like-op-list" title="currently, the get_xxxs use the in_ to query the resources in filters parameter. It cannot deal with the requirement like ' to list all of the ports which have the ip address like this '10.0.%', or to list all of the network the name of which is like 'test_network%'.
This BP will add an way to deal with it.
for top field:
quantum net-list --name test_network% x_query=like
query = query.filter(N..." style="color:rgb(0,51,170);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px">allow filters to use 'like' operation of sqlalchemy</a></div>
<div><br></div><div>Salvatore<br><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 19 August 2013 13:34, Rajdeep Dua <span dir="ltr"><<a href="mailto:dua_rajdeep@yahoo.com" target="_blank">dua_rajdeep@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif"><div style="font-family:arial,helvetica,sans-serif;font-size:12pt">
On submitted a Patch for neutron test case</div><div><span style="font-family:arial,helvetica,sans-serif"><a href="https://review.openstack.org/#/c/42598/" target="_blank">https://review.openstack.org/#/c/42598/</a></span><br>
</div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:arial,helvetica,sans-serif"> unrelated tests from tempest seem to be failing.</div>
<div style="font-family:arial,helvetica,sans-serif;font-size:12pt"><a href="mailto:openstack-dev@lists.openstack.org" style="margin:0px;padding:0px;border:0px;font-size:12px;font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;vertical-align:baseline;color:rgb(188,21,24);text-decoration:none" target="_blank">http://logs.openstack.org/98/42598/2/check/gate-tempest-devstack-vm-neutron-full/4388bc6/console.html</a><br>
</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:arial,helvetica,sans-serif">One of the test failure is listed below.</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:arial,helvetica,sans-serif">
<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:arial,helvetica,sans-serif">Any idea why this is happening and how to fix this?</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:arial,helvetica,sans-serif">
<br></div><pre style="font-family:arial,helvetica,sans-serif"><span style="font-size:10px">
 ======================================================================
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 | </span></pre></div></div><br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>