]> git.ipfire.org Git - people/ms/network.git/blob - test/nitsi/virtual-environment/basic/settings
Adapt settings file of nitsi tests to new syntax
[people/ms/network.git] / test / nitsi / virtual-environment / basic / settings
1 [DEFAULT]
2 name = ipfire
3 machines = alice, bob
4 networks = network1, network2, network3, network4
5 uri = qemu:///system
6
7 [alice]
8 xml_file = machines/alice/machine.xml
9 snapshot_xml_file = machines/alice/snapshot.xml
10 image = /var/lib/libvirt/images/ipfire-alice.qcow2
11 root_uid = 1efb5389-0949-46bb-b688-5246acba9f6d
12 username = root
13 password = root
14
15 [bob]
16 xml_file = machines/bob/machine.xml
17 snapshot_xml_file = machines/bob/snapshot.xml
18 image = /var/lib/libvirt/images/ipfire-bob.qcow2
19 root_uid = 1efb5389-0949-46bb-b688-5246acba9f6d
20 username = root
21 password = root
22
23 [network1]
24 xml_file = network/network1/network.xml
25
26 [network2]
27 xml_file = network/network2/network.xml
28
29
30 [network3]
31 xml_file = network/network3/network.xml
32
33 [network4]
34 xml_file = network/network4/network.xml