Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
When enable_pcre is OFF, disable RuleBased and Vivaldi tests.
[simgrid.git] / teshsuite / simdag / platforms / two_hosts_asymetric_BOGUS2.xml
1
2 <!-- THIS FILE IS INVALID.
3
4 It declares a route alice->bob and another bob->alice, both being different.
5 It is used to check that this (bogus) file is detected as is (see
6 two_hosts_asymetric.tesh) -->
7
8 <?xml version='1.0'?>
9  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
10  <platform version="3">
11  <AS  id="AS0"  routing="Full">
12    <host id="bob" power="1000000000"/>
13    <host id="alice" power="500000000"/>
14  
15    <link id="link1" bandwidth="125000000" latency="5E-5"/>
16    <link id="link2" bandwidth="125000000" latency="5E-5"/>
17    <link id="link3" bandwidth="125000000" latency="5E-5"/>
18    <link id="link4" bandwidth="125000000" latency="5E-5"/>
19    
20    <route src="bob" dst="alice">
21      <link_ctn id="link1"/><link_ctn id="link2"/><link_ctn id="link4"/>
22    </route>
23
24    <route src="alice" dst="bob">
25      <link_ctn id="link4"/><link_ctn id="link3"/><link_ctn id="link1"/>
26    </route>
27
28  </AS>
29  </platform>