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 27a267a285b3133b634f839d8c05a78de62b32f0..24c328d2ecd41af4ac823e70085786ef22632330 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"/>
+     <link_ctn id="link1"/>
    </route>
+   
    <route src="alice" dst="bob">
-     <link:ctn id="link1"/>
+     <link_ctn id="link1"/>
    </route>
+
  </AS>
  </platform>