Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / teshsuite / simdag / platforms / bogus_disk_attachment.xml
diff --git a/teshsuite/simdag/platforms/bogus_disk_attachment.xml b/teshsuite/simdag/platforms/bogus_disk_attachment.xml
deleted file mode 100644 (file)
index 0f9ee4a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<!-- THIS FILE IS INVALID.
-
-It declares a storage attached to a nonexistant host (plouf)
-See bogus_disk_attachment.tesh -->
-
-<?xml version='1.0'?>
-<!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" />
-
-    <!-- HOSTS -->
-    <host id="client" power="1000000000">
-      <mount storageId="cdisk" name="/sd1" />
-    </host>
-  </AS>
-</platform>
\ No newline at end of file