Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup XML jungle in teshsuite
[simgrid.git] / teshsuite / simdag / platforms / bogus_two_hosts_asymetric-2.xml
1 <!-- THIS FILE IS INVALID.
2
3 It declares a route alice->bob and another bob->alice, both being different.
4 It is used to check that this (bogus) file is detected as is (see two_hosts_asymetric.tesh) -->
5
6 <?xml version='1.0'?>
7 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
8 <platform version="4">
9  <AS  id="AS0"  routing="Full">
10     <host id="bob" speed="1Gf"/>
11     <host id="alice" speed="500Mf"/>
12
13     <link id="link1" bandwidth="125MBps" latency="50us"/>
14     <link id="link2" bandwidth="125MBps" latency="50us"/>
15     <link id="link3" bandwidth="125MBps" latency="50us"/>
16     <link id="link4" bandwidth="125MBps" latency="50us"/>
17
18    <route src="bob"   dst="alice"><link_ctn id="link1"/><link_ctn id="link2"/><link_ctn id="link4"/></route>
19    <route src="alice" dst="bob">  <link_ctn id="link4"/><link_ctn id="link3"/><link_ctn id="link1"/></route>
20   </AS>
21 </platform>