Revert "Fail fast during advanced networking test"

This reverts commit ae3dbdc11f.

Commit ae3dbdc11f was seen as the recent spike for
the "ssh timeout" failures in neutron, as referenced by this bug [1]. With this
revert, we hope to get things moving again while we root cause the other issue.
We will re-submit ae3dbdc11f to continue
debugging as well.

[1] https://bugs.launchpad.net/bugs/1323658

Change-Id: Ida6e1d2096673d359ac7a8eaf9ab366e056c56f5
This commit is contained in:
armando-migliaccio 2014-06-02 07:13:46 -07:00 committed by Kyle Mestery
parent 8f4bf7b16e
commit 9e1057b633
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class TestNetworkAdvancedServerOps(manager.NetworkScenarioTest):
self.floating_ip = self._create_floating_ip(self.server,
public_network_id)
self.addCleanup(self.cleanup_wrapper, self.floating_ip)
self._wait_server_status_and_check_network_connectivity()
def _check_tenant_network_connectivity(self, server,
username,