Comment 2 for bug 1513983

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: tempest is trying to use floating IPs for ssh even though ssh_connect_method = fixed

However, test_network_advanced_server_ops still blindly tries to use floating IPs:

        floating_ip = self.create_floating_ip(server, public_network_id)
        # Verify that we can indeed connect to the server before we mess with
        # it's state
        self._wait_server_status_and_check_network_connectivity(
            server, keypair, floating_ip)

So we should still skip this test if ssh_connect_method != 'floating'.