Comment 1 for bug 1625921

Revision history for this message
Rabi Mishra (rabi) wrote :

There is also another kind of failure for the same tests with the following. Though it could have been a separate bug I've added it here.

2016-09-21 09:01:25.107822 | 2016-09-21 09:01:25.107 | Traceback (most recent call last):
2016-09-21 09:01:25.110507 | 2016-09-21 09:01:25.110 | File "/opt/stack/new/heat/heat_integrationtests/functional/test_software_deployment_group.py", line 123, in test_deployment_crud_with_rolling_update
2016-09-21 09:01:25.118818 | 2016-09-21 09:01:25.118 | self.deployment_crud(self.sd_template_with_upd_policy)
2016-09-21 09:01:25.125801 | 2016-09-21 09:01:25.122 | File "/opt/stack/new/heat/heat_integrationtests/functional/test_software_deployment_group.py", line 97, in deployment_crud
2016-09-21 09:01:25.128150 | 2016-09-21 09:01:25.127 | self.check_input_values(group_resources, 'foo', 'foo_input')
2016-09-21 09:01:25.130969 | 2016-09-21 09:01:25.130 | File "/opt/stack/new/heat/heat_integrationtests/common/test.py", line 522, in check_input_values
2016-09-21 09:01:25.135034 | 2016-09-21 09:01:25.134 | r.physical_resource_id)
2016-09-21 09:01:25.153122 | 2016-09-21 09:01:25.152 | File "/usr/local/lib/python2.7/dist-packages/heatclient/v1/software_deployments.py", line 57, in get
2016-09-21 09:01:25.169959 | 2016-09-21 09:01:25.164 | resp = self.client.get('/software_deployments/%s' % deployment_id)
2016-09-21 09:01:25.187146 | 2016-09-21 09:01:25.185 | File "/usr/local/lib/python2.7/dist-packages/heatclient/common/http.py", line 287, in get
2016-09-21 09:01:25.194433 | 2016-09-21 09:01:25.192 | return self.client_request("GET", url, **kwargs)
2016-09-21 09:01:25.201238 | 2016-09-21 09:01:25.198 | File "/usr/local/lib/python2.7/dist-packages/heatclient/common/http.py", line 280, in client_request
2016-09-21 09:01:25.207388 | 2016-09-21 09:01:25.206 | resp, body = self.json_request(method, url, **kwargs)
2016-09-21 09:01:25.222648 | 2016-09-21 09:01:25.222 | File "/usr/local/lib/python2.7/dist-packages/heatclient/common/http.py", line 269, in json_request
2016-09-21 09:01:25.228537 | 2016-09-21 09:01:25.227 | resp = self._http_request(url, method, **kwargs)
2016-09-21 09:01:25.236216 | 2016-09-21 09:01:25.232 | File "/usr/local/lib/python2.7/dist-packages/heatclient/common/http.py", line 232, in _http_request
2016-09-21 09:01:25.239921 | 2016-09-21 09:01:25.237 | raise exc.from_response(resp)
2016-09-21 09:01:25.244276 | 2016-09-21 09:01:25.242 | heatclient.exc.HTTPNotFound: ERROR: None
2016-09-21 09:01:25.297855 | 2016-09-21 09:01:25.281 |