This is the PR for this JIRA issue: https://issues.apache.org/jira/browse/JCLOUDS-610
New tests have not been written as there are already the tests "testReboot" and "testSuspendResume" of class "BaseComputeServiceLiveTest" which already cover these calls. I have however refactored these testers to account for the changes made. You can merge this Pull Request by running: git pull https://github.com/cdancy/jclouds refactor-matching-methods Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/419 -- Commit Summary -- * NodePredicates gained static predicate SUSPENDED * Merge branch 'master' of https://github.com/cdancy/jclouds * Methods: resumeNodesMatching, suspendNodesMatching, and rebootNodesMatching have been refactored to match the functionality provided by method destroyNodesMatching. -- File Changes -- M compute/src/main/java/org/jclouds/compute/ComputeService.java (21) M compute/src/main/java/org/jclouds/compute/internal/BaseComputeService.java (102) M compute/src/test/java/org/jclouds/compute/internal/BaseComputeServiceLiveTest.java (26) -- Patch Links -- https://github.com/jclouds/jclouds/pull/419.patch https://github.com/jclouds/jclouds/pull/419.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/419
