Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / teshsuite / simdag / platforms / bogus_two_hosts_asymetric.xml
index 83c23c3..34eb3f2 100644 (file)
@@ -1,20 +1,21 @@
-<!-- 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 "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <AS  id="AS0"  routing="Full">
+<platform version="4.1">
+  <!-- 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) -->
+  <zone  id="AS0"  routing="Full">
     <host id="bob" speed="1Gf"/>
     <host id="alice" speed="500Mf"/>
 
-   <link id="link1" bandwidth="125MBps" latency="50us"/>
-   <link id="link2" bandwidth="125MBps" latency="50us"/>
-
-   <route src="bob" dst="alice"><link_ctn id="link1"/></route>
+    <link id="link1" bandwidth="125MBps" latency="50us"/>
+    <link id="link2" bandwidth="125MBps" latency="50us"/>
 
-   <route src="alice" dst="bob"><link_ctn id="link2"/></route>
-  </AS>
+    <route src="bob" dst="alice">
+      <link_ctn id="link1"/>
+    </route>
+    <route src="alice" dst="bob">
+      <link_ctn id="link2"/>
+    </route>
+  </zone>
 </platform>