DaanHoogland commented on code in PR #7757:
URL: https://github.com/apache/cloudstack/pull/7757#discussion_r1270287070
##########
server/src/test/java/com/cloud/storage/VolumeApiServiceImplTest.java:
##########
@@ -1579,4 +1594,41 @@ public void
testIsSendCommandForVmVolumeAttachDetachKVMHost() {
Mockito.when(host.getHypervisorType()).thenReturn(HypervisorType.KVM);
Assert.assertFalse(volumeApiServiceImpl.isSendCommandForVmVolumeAttachDetach(host,
Mockito.mock(StoragePoolVO.class)));
}
+
+ // Below test covers both allowing encrypted volume migration for
PowerFlex storage and expect error on storagepool compatibility
Review Comment:
can this be javadoc?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]