Fix logic in test_db_loadbalancer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
Eugene Nikanorov |
Bug Description
Several methods in test_db_
res = self._create_
vip = self.deserializ
if res.status_int >= 400:
raise webob.exc.
In case of res.status_int >= 400 code tries to deserialize malformed body and it throws an exception masking real cause of failure.
description: | updated |
tags: | added: lbaas unittest |
tags: | added: grizzly-backport-potential |
Changed in quantum: | |
milestone: | none → havana-1 |
Changed in quantum: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-1 → 2013.2 |
tags: | removed: grizzly-backport-potential |
Fix proposed to branch: master /review. openstack. org/29147
Review: https:/