libvirt/tests/virnetworkportxml2xmldata/plug-network.xml
Daniel P. Berrangé 386dfa7c7b tests: fix missing test data for network port XML
The network port XML files were not including any usage of vlan
tags or port options, and one of the files was not even processed.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2020-02-25 15:43:56 +00:00

21 lines
575 B
XML

<networkport>
<uuid>5d744f21-ba4a-4d6e-bdb2-30a35ff3207d</uuid>
<owner>
<name>memtest</name>
<uuid>d54df46f-1ab5-4a22-8618-4560ef5fac2c</uuid>
</owner>
<group>web1</group>
<mac address='52:54:00:7b:35:93'/>
<bandwidth classID='1729'>
<inbound average='1000' peak='4000' floor='2000' burst='1024'/>
<outbound average='128' peak='256' burst='32768'/>
</bandwidth>
<vlan trunk='yes'>
<tag id='2'/>
<tag id='1729'/>
</vlan>
<port isolated='yes'/>
<rxfilters trustGuest='yes'/>
<plug type='network' bridge='virbr0'/>
</networkport>