Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / teshsuite / simdag / platforms / test_of_is_router.xml
diff --git a/teshsuite/simdag/platforms/test_of_is_router.xml b/teshsuite/simdag/platforms/test_of_is_router.xml
deleted file mode 100644 (file)
index 4be7902..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-<AS  id="AS"  routing="Full">
-       
-       <AS  id="AS0"  routing="Full">
-          <host id="host01" power="1gf"/>
-          <host id="host02" power="500mf"/>
-          <router id="router1"/>
-       </AS>
-       <AS  id="AS1"  routing="Floyd">
-          <host id="host03" power="1gf"/>
-          <host id="host04" power="500mf"/>
-          <router id="router2"/>
-       </AS>
-       <AS  id="AS2"  routing="Dijkstra">
-          <host id="host05" power="1gf"/>
-          <host id="host06" power="500mf"/>
-          <router id="router3"/>
-          </AS>
-       <AS  id="AS3"  routing="DijkstraCache">
-          <host id="host07" power="1gf"/>
-          <host id="host08" power="500mf"/>
-          <router id="router4"/>
-       </AS>
-       <AS  id="AS4"  routing="None">
-          <host id="host09" power="1gf"/>
-          <host id="host10" power="500mf"/>
-          <router id="router5"/>
-       </AS>
-       
-</AS>
-</platform>