commit | 9abe87da9d2732321961b7b5f2e28cc10940ea32 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Fri Mar 17 16:40:41 2017 +0000 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Fri Mar 17 16:40:41 2017 +0000 |
tree | fc7dd1fe17563513fb7d829a44fd38fad6c4913c | |
parent | 18120de2820617e233e6d283f71ac40c8620bd5d [diff] |
Fixes router external_fixed_ip tests sometimes failing with Conflict. Currently, a Conflict is thrown for tests like test_create_router_external_fixed_ips because an IP address will already be in use, due to improper clean up in other tests, causing this test to throw a Conflict exception. Change-Id: Iec090d4740c2fd7e230086e3e35e25ef8812ba71 Closes-Bug: #1673290 Partial-Bug: #1670553