Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a test for GH#345
[simgrid.git] / teshsuite / s4u / vm-live-migration / platform.xml
1 <?xml version='1.0' encoding='utf-8'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <zone id="world" routing="Full">
5   <host id="host1" speed="1Gf" core="1">
6     <prop id="wattage_per_state" value="0.0:0.0:4.0" />
7     <prop id="wattage_off" value="0.0" />
8   </host>
9   
10   <host id="host2" speed="2Gf" core="1">
11     <prop id="wattage_per_state" value="0.0:0.0:4.0" />
12     <prop id="wattage_off" value="0.0" />
13   </host>
14   
15   <link bandwidth="1.25GBps" id="link" latency="0" sharing_policy="FATPIPE" />
16   
17   <route src="host1" dst="host2">
18       <link_ctn id="link" />
19   </route>
20 </zone>
21 </platform>