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 372e7bc..24c328d 100644 (file)
@@ -6,13 +6,13 @@
    <host id="alice" power="500000000"/>
  
    <link id="link1" bandwidth="125000000" latency="5E-5"/>
-   <link id="link2" bandwidth="125000000" latency="5E-5"/>
-   <link id="link3" bandwidth="125000000" latency="5E-5"/>
    
-   <route src="bob" dst="alice" symetrical="YES">
+   <route src="bob" dst="alice">
+     <link_ctn id="link1"/>
+   </route>
+   
+   <route src="alice" dst="bob">
      <link_ctn id="link1"/>
-        <link_ctn id="link2"/>
-        <link_ctn id="link3"/>
    </route>
 
  </AS>