Skip to content

Commit

Permalink
Add missing call to integration tests for resume/suspend server
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Dec 18, 2018
1 parent 4a3549b commit 8f629c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/Compute/v2/CoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ public function runTests()
//$this->changeServerPassword();
$this->stopServer();
$this->startServer();
$this->suspendServer();
$this->resumeServer();
$this->resizeServer();
$this->confirmServerResize();
$this->rebuildServer();
Expand Down

0 comments on commit 8f629c9

Please sign in to comment.