commit | 1950d229c0d536aa1298edfaee15a36a040eb727 | [log] [tgz] |
---|---|---|
author | Hirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp> | Wed Aug 10 09:54:14 2016 +0900 |
committer | Hirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp> | Wed Aug 31 08:20:29 2016 +0000 |
tree | 4f841778b5224b0fcab1883c04cb3b202e0e1aef | |
parent | 2a472d8f254a9ee4acd2373ff41680b290f00df1 [diff] |
Use expect_empty_body flag The create_router_on_l3_agent and add_dhcp_agent_to_network API expects to get a response without the body so their tests must use expect_empty_body flag. This patch also makes the body to be None because now "null" is passed as body. Empty string will be passed once the issue is fixed[1] and then the setting will be not needed. [1]: https://review.openstack.org/#/c/291545/ Change-Id: If33f518b817f983a107a736172026d86c47f9878 Related-Bug: #1555921