diff --git a/core/test/com/cloud/vmware/TestVMWare.java b/core/test/com/cloud/vmware/TestVMWare.java index 1c7f4aa633b..ccb240f79ca 100644 --- a/core/test/com/cloud/vmware/TestVMWare.java +++ b/core/test/com/cloud/vmware/TestVMWare.java @@ -624,6 +624,10 @@ public class TestVMWare { cb.getConnection().getService().powerOffVM_Task(morVm); } + private void testCustomField() throws Exception { + // TODO + } + public static void main(String[] args) throws Exception { setupLog4j(); TestVMWare client = new TestVMWare();