}
@BeforeClass(groups = { "TestClusteringService" })
public static void setUp() throws Exception {
service = new ClusteringService();
service.setResMgr(new MockResourceManager());
// mock a VcVm
VcVirtualMachine vm = Mockito.mock(VcVirtualMachine.class);
Mockito.when(vm.getName()).thenReturn("template-vm");
Mockito.when(vm.getDatacenter()).thenReturn(