mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
test_driver: add a guest interface in the default config
Signed-off-by: Ilias Stamatis <stamatis.iliass@gmail.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
c6cbe18771
commit
057b12d62a
@ -436,6 +436,13 @@ static const char *defaultConnXML =
|
||||
" <os>"
|
||||
" <type>hvm</type>"
|
||||
" </os>"
|
||||
" <devices>"
|
||||
" <interface type='network'>"
|
||||
" <mac address='aa:bb:cc:dd:ee:ff'/>"
|
||||
" <source network='default' bridge='virbr0'/>"
|
||||
" <address type='pci' domain='0x0000' bus='0x00' slot='0x1' function='0x0'/>"
|
||||
" </interface>"
|
||||
" </devices>"
|
||||
"</domain>"
|
||||
""
|
||||
"<network>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user