DaanHoogland commented on code in PR #8720:
URL: https://github.com/apache/cloudstack/pull/8720#discussion_r1505529750
##########
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/LibvirtDomainXMLParserTest.java:
##########
@@ -259,4 +259,126 @@ public void testDomainXMLParser() {
assertEquals(WatchDogDef.WatchDogModel.I6300ESB,
watchDogs.get(0).getModel());
assertEquals(WatchDogDef.WatchDogAction.RESET,
watchDogs.get(0).getAction());
}
+
+ @Test
+ public void testDomainXMLParser2() {
Review Comment:
how about a more explicit name?
```suggestion
public void testDomainXMLParserWithoutModelName() {
```
not claiming this name is good or the best by any means.
--
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]