Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tests using link_ctn and route with bypass.
[simgrid.git] / teshsuite / simdag / platforms / two_hosts_one_link.xml
index 976d28d..24c328d 100644 (file)
@@ -6,13 +6,14 @@
    <host id="alice" power="500000000"/>
  
    <link id="link1" bandwidth="125000000" latency="5E-5"/>
+   
    <route src="bob" dst="alice">
      <link_ctn id="link1"/>
    </route>
+   
    <route src="alice" dst="bob">
      <link_ctn id="link1"/>
    </route>
+
  </AS>
  </platform>