mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
e784376699
This will help for a possible future conversion to pytest Signed-off-by: Cole Robinson <crobinso@redhat.com>
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
instance-id: iid-abcdefg
|
|
network-interfaces: |
|
|
iface eth0 inet static
|
|
address 192.168.1.10
|
|
network 192.168.1.0
|
|
netmask 255.255.255.0
|
|
broadcast 192.168.1.255
|
|
gateway 192.168.1.254
|
|
hostname: myhost
|