forked from BUEC528-HIL-QUADS/hil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestsuite.cfg-deployment
More file actions
26 lines (22 loc) · 935 Bytes
/
Copy pathtestsuite.cfg-deployment
File metadata and controls
26 lines (22 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This is an example testsuite.cfg for running the deployment tests (in
# ``tests/deployment``). it is designed to accompany
# ``site-layout.json`` in this directory. You will most likely have to
# modify both files according to your local environment.
[general]
log_level = debug
[headnode]
# Set this to the appropriate interface on your haas master:
# trunk_nic = eth0
# Note that the test suite requires these two base images are available; this
# *cannot* be set to a different value for running the tests.
base_imgs = base-headnode, base-headnode-2
libvirt_endpoint = qemu:///system
[extensions]
haas.ext.network_allocators.vlan_pool =
haas.ext.switches.dell =
[haas.ext.network_allocators.vlan_pool]
# Set to a range appropriate for your local environment. A pool of at least 10
# VLANs is recommended for running the tests. The tests don't use quite that
# many at present, but may do so in the future.
#
# vlans = 100-110