You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ja...@apache.org on 2015/06/29 09:00:42 UTC

[21/50] [abbrv] git commit: updated refs/heads/dhcpoffload to 45721ae

Extend wait before retry to states other than 'Starting'

Signed-off-by: wilderrodrigues <wr...@schubergphilis.com>

This closes #514


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c599f631
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c599f631
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c599f631

Branch: refs/heads/dhcpoffload
Commit: c599f6317003f1b4ec6d8f5b69b58de148f0d022
Parents: 77508c9
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Tue Jun 23 19:28:47 2015 +0200
Committer: wilderrodrigues <wr...@schubergphilis.com>
Committed: Wed Jun 24 07:34:26 2015 +0200

----------------------------------------------------------------------
 test/integration/smoke/test_secondary_storage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c599f631/test/integration/smoke/test_secondary_storage.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_secondary_storage.py b/test/integration/smoke/test_secondary_storage.py
index 082c023..b80b3e6 100644
--- a/test/integration/smoke/test_secondary_storage.py
+++ b/test/integration/smoke/test_secondary_storage.py
@@ -153,7 +153,7 @@ class TestSecStorageServices(cloudstackTestCase):
                         )
 
             for ssvm in list_ssvm_response:
-                if ssvm.state == 'Starting':
+                if ssvm.state != 'Running':
                     time.sleep(30)
                     continue
         for ssvm in list_ssvm_response: