File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
tests/OpenCloud/Smoke/Unit Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -165,30 +165,6 @@ public function main()
165165 return false ;
166166 }
167167
168- sleep (3 );
169-
170- // Suspend
171- $ this ->step ('Suspend the server ' );
172- $ server ->suspend ();
173- $ server ->waitFor ('ACTIVE ' , 120 , $ this ->getWaiterCallback ());
174-
175- if ($ server ->status () == 'ERROR ' ) {
176- $ this ->stepInfo ("Server suspension failed with ERROR \n" );
177- return false ;
178- }
179-
180- sleep (3 );
181-
182- // Resume
183- $ this ->step ('Resume the server ' );
184- $ server ->resume ();
185- $ server ->waitFor ('ACTIVE ' , 120 , $ this ->getWaiterCallback ());
186-
187- if ($ server ->status () == 'ERROR ' ) {
188- $ this ->stepInfo ("Server resuming failed with ERROR \n" );
189- return false ;
190- }
191-
192168 sleep (3 );
193169
194170 // Attach volume
You can’t perform that action at this time.
0 commit comments