Skip to content

Commit 8f629c9

Browse files
committed
Add missing call to integration tests for resume/suspend server
1 parent 4a3549b commit 8f629c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/Compute/v2/CoreTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ public function runTests()
145145
//$this->changeServerPassword();
146146
$this->stopServer();
147147
$this->startServer();
148+
$this->suspendServer();
149+
$this->resumeServer();
148150
$this->resizeServer();
149151
$this->confirmServerResize();
150152
$this->rebuildServer();

0 commit comments

Comments
 (0)