Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move surf testsuite to teshsuite
[simgrid.git] / teshsuite / bug-17132 / small_platform.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version='3'>
4  <AS id='AS0' routing='Full'>
5
6   <host id='host1' power='1.0'/>
7   <host id='host2' power='1.0'/>
8   <link id='link' bandwidth='1e+10' latency='1e-09'/>
9
10   <route src='host1' dst='host2' symmetrical="YES">
11         <link_ctn id='link'/>
12   </route>
13
14  </AS>
15 </platform>