Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
3560666d8180cd9f028e0eb43804eee479c41ab3
[simgrid.git] / teshsuite / simdag / platforms / bogus_disk_attachment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4
5 <!-- THIS FILE IS INVALID.
6
7 It declares a storage attached to a nonexistant host (plouf)
8 See bogus_disk_attachment.tesh -->
9
10
11   <AS id="AS0" routing="Full">
12     <!-- STORAGE TYPES -->
13     <storage_type id="single_HDD" model="SSD" size="4kB">
14       <model_prop id="Bwrite" value="30MBps" />
15       <model_prop id="Bread" value="100MBps" />
16       <model_prop id="Bconnection" value="150MBps" /> 
17     </storage_type>
18
19     <storage id="cdisk" typeId="single_HDD"  attach="plouf" />
20
21     <!-- HOSTS -->
22     <host id="client" speed="1Gf">
23       <mount storageId="cdisk" name="/sd1" />
24     </host>
25   </AS>
26 </platform>