test_list_servers_by_admin_with_all_tenants fails with 404 error

Bug #1269284 reported by Steven Hardy
26
This bug affects 6 people
Affects Status Importance Assigned to Milestone
tempest
New
Undecided
Unassigned

Bug Description

https://review.openstack.org/#/c/65725/
http://logs.openstack.org/25/65725/3/check/check-tempest-dsvm-postgres-full/c2eb104/console.html

2014-01-15 04:37:03.641 | ======================================================================
2014-01-15 04:37:03.641 | FAIL: tempest.api.compute.v3.admin.test_servers.ServersAdminV3TestXML.test_list_servers_by_admin_with_all_tenants[gate]
2014-01-15 04:37:03.642 | tempest.api.compute.v3.admin.test_servers.ServersAdminV3TestXML.test_list_servers_by_admin_with_all_tenants[gate]
2014-01-15 04:37:03.642 | ----------------------------------------------------------------------
2014-01-15 04:37:03.643 | _StringException: Empty attachments:
2014-01-15 04:37:03.643 | stderr
2014-01-15 04:37:03.643 | stdout
2014-01-15 04:37:03.643 |
2014-01-15 04:37:03.643 | pythonlogging:'': {{{
2014-01-15 04:37:03.643 | 2014-01-15 04:21:23,303 Request: GET http://127.0.0.1:8774/v3/servers/detail?all_tenants=
2014-01-15 04:37:03.643 | 2014-01-15 04:21:23,303 Request Headers: {'Content-Type': 'application/xml', 'Accept': 'application/xml', 'X-Auth-Token': '<Token omitted>'}
2014-01-15 04:37:03.643 | 2014-01-15 04:21:24,136 Response Status: 404
2014-01-15 04:37:03.644 | 2014-01-15 04:21:24,137 Nova request id: req-b4db6c5c-2292-4339-a38f-b63ffbb65506
2014-01-15 04:37:03.644 | 2014-01-15 04:21:24,137 Response Headers: {'content-length': '142', 'date': 'Wed, 15 Jan 2014 04:21:24 GMT', 'content-type': 'application/xml; charset=UTF-8', 'connection': 'close'}
2014-01-15 04:37:03.644 | 2014-01-15 04:21:24,137 Response Body: <itemNotFound code="404" xmlns="http://docs.openstack.org/compute/api/v1.1"><message>The resource could not be found.</message></itemNotFound>
2014-01-15 04:37:03.644 | }}}
2014-01-15 04:37:03.644 |
2014-01-15 04:37:03.644 | Traceback (most recent call last):
2014-01-15 04:37:03.644 | File "tempest/api/compute/v3/admin/test_servers.py", line 72, in test_list_servers_by_admin_with_all_tenants
2014-01-15 04:37:03.644 | resp, body = self.client.list_servers_with_detail(params)
2014-01-15 04:37:03.644 | File "tempest/services/compute/v3/xml/servers_client.py", line 261, in list_servers_with_detail
2014-01-15 04:37:03.644 | resp, body = self.get(url, self.headers)
2014-01-15 04:37:03.644 | File "tempest/common/rest_client.py", line 305, in get
2014-01-15 04:37:03.645 | return self.request('GET', url, headers)
2014-01-15 04:37:03.645 | File "tempest/common/rest_client.py", line 436, in request
2014-01-15 04:37:03.645 | resp, resp_body)
2014-01-15 04:37:03.645 | File "tempest/common/rest_client.py", line 481, in _error_checker
2014-01-15 04:37:03.645 | raise exceptions.NotFound(resp_body)
2014-01-15 04:37:03.645 | NotFound: Object not found
2014-01-15 04:37:03.645 | Details: <itemNotFound code="404" xmlns="http://docs.openstack.org/compute/api/v1.1"><message>The resource could not be found.</message></itemNotFound>
2014-01-15 04:37:03.645 |
2014-01-15 04:37:03.646 |
2014-01-15 04:37:03.672 | ======================================================================
2014-01-15 04:37:03.672 | FAIL: process-returncode
2014-01-15 04:37:03.673 | process-returncode

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.