We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ae25f commit 89bc4b5Copy full SHA for 89bc4b5
test/integration/smoke/test_ssvm.py
@@ -988,6 +988,9 @@ def test_08_reboot_cpvm(self):
988
989
# Private IP Address of System VMs are allowed to change after reboot - CLOUDSTACK-7745
990
991
+ # Agent in Up state for a while after reboot, wait for the agent to Disconnect and back Up.
992
+ time.sleep(60)
993
+
994
# Wait for the agent to be up
995
self.waitForSystemVMAgent(cpvm_response.name)
996
@@ -1103,6 +1106,9 @@ def test_10_reboot_cpvm_forced(self):
1103
1106
"Check whether CPVM is running or not"
1104
1107
)
1105
1108
1109
1110
1111
1112
1113
1114
0 commit comments