FeddGettingStarted: local.xml

File local.xml, 1.2 KB (added by faber, 12 years ago)

Two-node experiment

Line 
1<experiment>
2 <version>1.0</version>
3 <substrates>
4  <name>lan0</name>
5  <capacity>
6   <rate>100000.000000</rate>
7   <kind>max</kind>
8  </capacity>
9 </substrates>
10 <elements>
11  <computer>
12   <name>a</name>
13   <interface>
14    <substrate>lan0</substrate>
15    <name>inf000</name>
16    <capacity>
17     <rate>100000.000000</rate>
18     <kind>max</kind>
19    </capacity>
20   </interface>
21   <attribute>
22    <attribute>type</attribute>
23    <value>pc</value>
24   </attribute>
25   <attribute>
26    <attribute>testbed</attribute>
27    <value>mytestbed</value>
28   </attribute>
29   <attribute>
30    <attribute>failureaction</attribute>
31    <value>fatal</value>
32   </attribute>
33  </computer>
34 </elements>
35 <elements>
36  <computer>
37   <name>b</name>
38   <interface>
39    <substrate>lan0</substrate>
40    <name>inf000</name>
41    <capacity>
42     <rate>100000.000000</rate>
43     <kind>max</kind>
44    </capacity>
45   </interface>
46   <attribute>
47    <attribute>type</attribute>
48    <value>pc</value>
49   </attribute>
50   <attribute>
51    <attribute>testbed</attribute>
52    <value>mytestbed</value>
53   </attribute>
54   <attribute>
55    <attribute>failureaction</attribute>
56    <value>fatal</value>
57   </attribute>
58  </computer>
59 </elements>
60</experiment>