Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate working tests
[simgrid.git] / teshsuite / msg / storage / platform.xml
index aa6b271..22a4876 100644 (file)
                </storage_type>
 
                <!-- DISKS -->
-               <storage id="cdisk" typeId="single_HDD" content="msg/storage/storage_content_c.txt" attach="client"/>
+               <storage id="cdisk" typeId="single_HDD" content="storage_content_c.txt" attach="client"/>
 
-               <storage id="sdisk1" typeId="single_SSD" content="msg/storage/storage_content_s1.txt" attach="server">
+               <storage id="sdisk1" typeId="single_SSD" content="storage_content_s1.txt" attach="server">
                        <prop id="usage" value="File system"/>
                </storage>
-                       
-               <storage id="sdisk2" typeId="single_HDD" content="msg/storage/storage_content_s2.txt" attach="server">
+
+               <storage id="sdisk2" typeId="single_HDD" content="storage_content_s2.txt" attach="server">
                        <prop id="usage" value="Cache"/>
                </storage>