Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Side by Side Diff: client/tests/kvm/address_pools.cfg.sample

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/samples/test_xenbuild ('k') | client/tests/kvm/control » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copy this file to address_pools.cfg and edit it.
2 #
3 # This file specifies several MAC-IP ranges for each host in the network that
4 # may run KVM tests. A MAC address must not be used twice, so these ranges
5 # must not overlap. The VMs running on each host will only use MAC addresses
6 # from the pool of that host.
7 # If you wish to use a static MAC-IP mapping, where each MAC address range is
8 # mapped to a known corresponding IP address range, specify the bases of the IP
9 # address ranges in this file.
10 # If you specify a MAC address range without a corresponding IP address range,
11 # the IP addresses for that range will be determined at runtime by listening
12 # to DHCP traffic using tcpdump.
13 # If you wish to determine IP addresses using tcpdump in any case, regardless
14 # of any # IP addresses specified in this file, uncomment the following line:
15 #always_use_tcpdump = yes
16 # You may also specify this parameter for specific hosts by adding it in the
17 # appropriate sections below.
18
19 variants:
20 # Rename host1 to an actual (short) hostname in the network that will be run ning the Autotest client
21 - @host1:
22 # Add/remove ranges here
23 address_ranges = r1 r2
24
25 # Modify the following parameters to reflect the DHCP server's configura tion
26 address_range_base_mac_r1 = 52:54:00:12:35:56
27 #address_range_base_ip_r1 = 10.0.2.20
28 address_range_size_r1 = 16
29
30 # Modify the following parameters to reflect the DHCP server's configura tion
31 address_range_base_mac_r2 = 52:54:00:12:35:80
32 #address_range_base_ip_r2 = 10.0.2.40
33 address_range_size_r2 = 16
34
35 # Rename host2 to an actual (short) hostname in the network that will be run ning the Autotest client
36 - @host2:
37 # Add/remove ranges here
38 address_ranges = r1 r2
39
40 # Modify the following parameters to reflect the DHCP server's configura tion
41 address_range_base_mac_r1 = 52:54:00:12:36:56
42 #address_range_base_ip_r1 = 10.0.3.20
43 address_range_size_r1 = 16
44
45 # Modify the following parameters to reflect the DHCP server's configura tion
46 address_range_base_mac_r2 = 52:54:00:12:36:80
47 #address_range_base_ip_r2 = 10.0.3.40
48 address_range_size_r2 = 16
49
50 # Add additional hosts here...
51
52 # This will be used for hosts that do not appear on the list
53 - @default_host:
54 # Add/remove ranges here
55 address_ranges = r1 r2
56
57 # Modify the following parameters to reflect the DHCP server's configura tion
58 address_range_base_mac_r1 = 52:54:00:12:34:56
59 #address_range_base_ip_r1 = 10.0.1.20
60 address_range_size_r1 = 16
61
62 # Modify the following parameters to reflect the DHCP server's configura tion
63 address_range_base_mac_r2 = 52:54:00:12:34:80
64 #address_range_base_ip_r2 = 10.0.1.40
65 address_range_size_r2 = 16
OLDNEW
« no previous file with comments | « client/samples/test_xenbuild ('k') | client/tests/kvm/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698