Logo AND Algorithmique Numérique Distribuée

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