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 {
|
} finally {
|
||||||
|
context.getComputeService().destroyNodesMatching(NodePredicates.inGroup(group));
|
||||||
if (context != null)
|
if (context != null)
|
||||||
context.close();
|
context.close();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue