Skip to content

Commit 1a6d639

Browse files
committed
Fix LibvirtReplugNicCommandWrapperTest
1 parent 70e7578 commit 1a6d639

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtReplugNicCommandWrapperTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ public void testReplugNic() throws LibvirtException {
252252
+ "<inbound average='25600' peak='25600'/>\n"
253253
+ "<outbound average='25600' peak='25600'/>\n"
254254
+ "</bandwidth>\n"
255+
+ "<vlan trunk='no'>\n"
256+
+ "<tag id='234'/>\n"
257+
+ "</vlan>"
255258
+ "<link state='up'/>\n"
256259
+ "</interface>\n";
257260
final String expectedAttachXml =

0 commit comments

Comments
 (0)