tempest failure on tempest.api.compute.admin.test_fixed_ips

Bug #1186049 reported by Walt Boring
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Unassigned

Bug Description

I'm getting a sporadic failure on my review that has nothing to do with my patch in cinder.

My cinder patch review is here
https://review.openstack.org/#/c/31102

The tempest failure log is here.

http://logs.openstack.org/31102/1/check/gate-tempest-devstack-vm-postgres-full/19185/console.html

2013-05-30 19:53:18.538 |
2013-05-30 19:53:18.539 | ======================================================================
2013-05-30 19:53:18.539 | ERROR: tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson.test_set_reserve_with_invalid_ip[gate,negative]
2013-05-30 19:53:18.539 | ----------------------------------------------------------------------
2013-05-30 19:53:18.539 | _StringException: Traceback (most recent call last):
2013-05-30 19:53:18.540 | File "/opt/stack/new/tempest/tempest/api/compute/admin/test_fixed_ips.py", line 97, in test_set_reserve_with_invalid_ip
2013-05-30 19:53:18.540 | "my.invalid.ip", body)
2013-05-30 19:53:18.540 | File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 394, in assertRaises
2013-05-30 19:53:18.540 | self.assertThat(our_callable, matcher)
2013-05-30 19:53:18.540 | File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 406, in assertThat
2013-05-30 19:53:18.540 | mismatch = matcher.match(matchee)
2013-05-30 19:53:18.540 | File "/usr/local/lib/python2.7/dist-packages/testtools/matchers/_exception.py", line 99, in match
2013-05-30 19:53:18.540 | mismatch = self.exception_matcher.match(exc_info)
2013-05-30 19:53:18.540 | File "/usr/local/lib/python2.7/dist-packages/testtools/matchers/_higherorder.py", line 61, in match
2013-05-30 19:53:18.540 | mismatch = matcher.match(matchee)
2013-05-30 19:53:18.540 | File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 386, in match
2013-05-30 19:53:18.540 | reraise(*matchee)
2013-05-30 19:53:18.540 | File "/usr/local/lib/python2.7/dist-packages/testtools/matchers/_exception.py", line 92, in match
2013-05-30 19:53:18.541 | result = matchee()
2013-05-30 19:53:18.541 | File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 867, in __call__
2013-05-30 19:53:18.541 | return self._callable_object(*self._args, **self._kwargs)
2013-05-30 19:53:18.541 | File "/opt/stack/new/tempest/tempest/services/compute/json/fixed_ips_client.py", line 39, in reserve_fixed_ip
2013-05-30 19:53:18.541 | resp, body = self.post(url, json.dumps(body), self.headers)
2013-05-30 19:53:18.541 | File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 174, in post
2013-05-30 19:53:18.541 | return self.request('POST', url, headers, body)
2013-05-30 19:53:18.541 | File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 302, in request
2013-05-30 19:53:18.541 | resp, resp_body)
2013-05-30 19:53:18.541 | File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 388, in _error_checker
2013-05-30 19:53:18.541 | raise exceptions.ComputeFault(message)
2013-05-30 19:53:18.542 | ComputeFault: Got compute fault
2013-05-30 19:53:18.542 | Details: The server has either erred or is incapable of performing the requested operation.

Tags: tempest
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.