Logo AND Algorithmique Numérique Distribuée

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