commit | b3daeb4e13f941f2a87d3e76ba0ac95e16a5960a | [log] [tgz] |
---|---|---|
author | Slawek Kaplonski <skaplons@redhat.com> | Sat Jun 29 23:49:59 2019 +0200 |
committer | Slawek Kaplonski <skaplons@redhat.com> | Thu Jul 04 09:51:02 2019 +0000 |
tree | 28ec06998c5bb01ebc254af402c8337b6e4961bd | |
parent | 3eb3c29e979fd3f13c205d62119748952d63054a [diff] |
Filter out floating IPs from server IPs list In test tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test. test_add_remove_fixed_ip functions _wait_for_ip_increase() and _wait_for_ip_decreace() will now filter out floating IPs from the list of server IP addresses to compare only number of fixed IPs as this test is only about adding and removing fixed IPs to the server. Change-Id: I38c17da4ff492569cf572718c4443ebcc4718f62 Closes-Bug: #1834758