mirror of https://github.com/apache/jclouds.git
should cleanup after test
This commit is contained in:
parent
6bac1db9fb
commit
29809d6e09
|
@ -226,6 +226,7 @@ public class EC2ComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
|||
}
|
||||
|
||||
} finally {
|
||||
context.getComputeService().destroyNodesMatching(NodePredicates.inGroup(group));
|
||||
if (context != null)
|
||||
context.close();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue