commit | 1d942547a42396fb599b7e34671e536fb057c240 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Tue Aug 25 18:16:14 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Sep 10 11:56:11 2015 -0400 |
tree | 186b72f83deb3f862b837e622322124819208289 | |
parent | 36c2e284952193af1dd8101de649811722ffd291 [diff] |
Fix test_port_list_filter_by_ip with test_accounts When running with test accounts test_port_list_filter_by_ip can fail if the tenants network has overlapping ips. This is because the ports list returned has more than 1 result because of potentially prexisting ports. This commit refactors the test to take this into account and check for the created resources in the list response. Change-Id: I06bd027aa22103b65e7a081aa9cdfec5ebf7a360