wido commented on code in PR #6792:
URL: https://github.com/apache/cloudstack/pull/6792#discussion_r985040041


##########
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDefTest.java:
##########
@@ -238,6 +238,39 @@ public void testDiskDefWithEncryption() {
         assertEquals(disk.toString(), expectedXML);
     }
 
+    @Test
+    public void testDiskDefWithMultipleHosts() {
+        String path = "/mnt/primary1";
+        String host = "10.11.12.13,10.11.12.14,10.11.12.15";

Review Comment:
   > @wido please ignore my previous comment I will use ULA addresses in testing
   
   You can also use the 2001:db8::/32 range for this: 
https://www.rfc-editor.org/rfc/rfc3849
   
   That would be sufficient to write your test-cases with.



-- 
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]

Reply via email to