From 9fc790f4a776e9d57b509b607b3a048b467e4cab Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 8 Aug 2014 15:15:04 +0100 Subject: Rename wait_online to wait_until_online --- scripts/release-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release-test b/scripts/release-test index 5ea82fa3..97e4a45a 100755 --- a/scripts/release-test +++ b/scripts/release-test @@ -154,7 +154,7 @@ class DeployedSystemInstance(object): % (self.ip_address, timeout)) time.sleep(0.5) - def wait_online(self, timeout=10): + def wait_until_online(self, timeout=10): self._wait_for_dhcp(timeout) self._wait_for_ssh(timeout) @@ -284,7 +284,7 @@ class ReleaseApp(cliapp.Application): def _run_tests(instance, system_path, system_morph, (trove_host, trove_id, build_ref_prefix), morph_helper, systems): - instance.wait_online() + instance.wait_until_online() tests = [] def baserock_build_test(instance): -- cgit v1.2.1