Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a test enforcing that the route redefinition (when symmetrical=yes) is correctly...
[simgrid.git] / teshsuite / simdag / platforms / two_hosts_asymetric_BOGUS.xml
@@ -1,3 +1,10 @@
+
+<!-- THIS FILE IS INVALID.
+
+It declares a route alice->bob and another bob->alice, both being different.
+It is used to check that this (bogus) file is detected as is (see
+two_hosts_asymetric.tesh) -->
+
 <?xml version='1.0'?>
  <!DOCTYPE platform SYSTEM "simgrid.dtd">
  <platform version="2">
    <link id="link1" bandwidth="125000000" latency="5E-5"/>
    <link id="link2" bandwidth="125000000" latency="5E-5"/>
    
-   <route src="bob" dst="alice"> <!-- symetrical="NO" -->
+   <route src="bob" dst="alice">
      <link_ctn id="link1"/>
    </route>
 
-   <route src="alice" dst="bob"> <!-- symetrical="NO" -->
+   <route src="alice" dst="bob">
      <link_ctn id="link2"/>
    </route>