Tempest case test_dhcp_stateful_fixedips_outrange fails due to unexpected exception
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.1 |
Fix Committed
|
Undecided
|
Sahil Sabharwal | |||
Trunk |
Fix Committed
|
Undecided
|
Sahil Sabharwal |
Bug Description
R3.0.2.0 Build 52 on Liberty
Test tempest.
The test expects that an exception is raised with message "object with that identifier already exists".
But we are throwing a different message:
Details: {u'message': u'No more IP addresses available on network 28098a54-
Traceback (most recent call last):
File "/usr/local/
'ip_address': ip}])
File "/usr/lib/
self.
File "/usr/lib/
mismatch_error = self._matchHelp
File "/usr/lib/
mismatch = matcher.
File "/usr/lib/
mismatch = self.exception_
File "/usr/lib/
mismatch = matcher.
File "/usr/lib/
reraise(
File "/usr/lib/
result = matchee()
File "/usr/lib/
return self._callable_
File "/usr/local/
**kwargs)
File "/usr/local/
return self.create_
File "/usr/local/
resp, body = self.post(req_uri, req_post_data)
File "/usr/local/
return self.request(
File "/usr/local/
resp, resp_body)
File "/usr/local/
raise exceptions.
Conflict: An object with that identifier already exists
Details: {u'message': u'No more IP addresses available on network 28098a54-
Changed in juniperopenstack: | |
assignee: | Sachin Bansal (sbansal) → ssabharwal@juniper.net (ssabharwal) |
Review in progress for https:/ /review. opencontrail. org/22567
Submitter: <email address hidden> (<email address hidden>)