Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename tesh entry to explicitly mention it is a bogus test
[simgrid.git] / teshsuite / simdag / platforms / bogus_disk_attachment.xml
index c5ca5dc..0f9ee4a 100644 (file)
@@ -8,19 +8,19 @@ See bogus_disk_attachment.tesh -->
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 
 <platform version="3">
-       <AS id="AS0" routing="Full">
-               <!-- STORAGE TYPES -->
-               <storage_type id="single_HDD" model="SSD" size="4000">
-                       <model_prop id="Bwrite" value="30000000" /> <!-- 30Mo/s -->
-                       <model_prop id="Bread" value="100000000" /> <!-- 100Mo/s -->
-                       <model_prop id="Bconnection" value="150000000" /> <!-- 150Mo/s -->
-               </storage_type>
-               
-               <storage id="cdisk" typeId="single_HDD"  attach="plouf" />
+  <AS id="AS0" routing="Full">
+    <!-- STORAGE TYPES -->
+    <storage_type id="single_HDD" model="SSD" size="4000">
+      <model_prop id="Bwrite" value="30000000" /> <!-- 30Mo/s -->
+      <model_prop id="Bread" value="100000000" /> <!-- 100Mo/s -->
+      <model_prop id="Bconnection" value="150000000" /> <!-- 150Mo/s -->
+    </storage_type>
 
-               <!-- HOSTS -->
-               <host id="client" power="1000000000">
-                       <mount storageId="cdisk" name="/sd1" />
-               </host>
-       </AS>
+    <storage id="cdisk" typeId="single_HDD"  attach="plouf" />
+
+    <!-- HOSTS -->
+    <host id="client" power="1000000000">
+      <mount storageId="cdisk" name="/sd1" />
+    </host>
+  </AS>
 </platform>
\ No newline at end of file