yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61261
[Bug 1661420] Re: neutron-fwaas tempest v2 job on stable/newton fails with "extension could not be found"
** Changed in: neutron
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1661420
Title:
neutron-fwaas tempest v2 job on stable/newton fails with "extension
could not be found"
Status in neutron:
Fix Released
Bug description:
The gate-neutron-fwaas-v2-dsvm-tempest is failing for stable/newton
jobs in neutron-fwaas. The errors look like:
ft1.3: neutron_fwaas.tests.tempest_plugin.tests.api.test_fwaas_extensions.FWaaSExtensionTestJSON.test_create_update_delete_firewall_rule[id-563564f7-7077-4f5e-8cdc-51f37ae5a2b9]_StringException: Empty attachments:
stderr
stdout
pythonlogging:'': {{{
2017-02-02 21:56:08,309 22180 INFO [tempest.lib.common.rest_client] Request (FWaaSExtensionTestJSON:setUp): 404 POST http://198.61.190.237:9696/v2.0/fw/firewall_rules 0.025s
2017-02-02 21:56:08,310 22180 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>', 'Accept': 'application/json', 'Content-Type': 'application/json'}
Body: {"firewall_rule": {"name": "fw-rule-1600127867", "protocol": "tcp", "action": "allow"}}
Response - Headers: {u'x-openstack-request-id': 'req-267c7949-c777-4f3f-a63e-55ecf98338aa', u'content-type': 'application/json; charset=UTF-8', u'date': 'Thu, 02 Feb 2017 21:56:08 GMT', 'content-location': 'http://198.61.190.237:9696/v2.0/fw/firewall_rules', 'status': '404', u'connection': 'close', u'content-length': '112'}
Body: {"message": "The resource could not be found.<br /><br />\n\n\n", "code": "404 Not Found", "title": "Not Found"}
}}}
Traceback (most recent call last):
File "/opt/stack/new/neutron-fwaas/neutron_fwaas/tests/tempest_plugin/tests/api/test_fwaas_extensions.py", line 65, in setUp
protocol="tcp")
File "/opt/stack/new/neutron-fwaas/neutron_fwaas/tests/tempest_plugin/tests/fwaas_client.py", line 65, in create_firewall_rule
**kwargs)
File "/opt/stack/new/neutron-fwaas/neutron_fwaas/tests/tempest_plugin/services/client.py", line 62, in create_firewall_rule
return self.create_resource(uri, post_data)
File "tempest/lib/services/network/base.py", line 60, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "tempest/lib/common/rest_client.py", line 276, in post
return self.request('POST', url, extra_headers, headers, body, chunked)
File "tempest/lib/common/rest_client.py", line 664, in request
self._error_checker(resp, resp_body)
File "tempest/lib/common/rest_client.py", line 761, in _error_checker
raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {u'title': u'Not Found', u'code': u'404 Not Found', u'message': u'The resource could not be found.<br /><br />\n\n\n'}
Example: http://logs.openstack.org/08/427508/1/check/gate-neutron-
fwaas-v2-dsvm-tempest/7ca2bc0/testr_results.html.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1661420/+subscriptions
References