Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move platforms and flatifier to teshsuite/platforms
[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 05875a2..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <zone  id="zone"  routing="Full">
-    <zone  id="AS0"  routing="Full">
-      <host id="host01" speed="1Gf"/>
-      <host id="host02" speed="500Mf"/>
-      <router id="router1"/>
-    </zone>
-    <zone  id="AS1"  routing="Floyd">
-      <host id="host03" speed="1Gf"/>
-      <host id="host04" speed="500Mf"/>
-      <router id="router2"/>
-    </zone>
-    <zone  id="AS2"  routing="Dijkstra">
-      <host id="host05" speed="1Gf"/>
-      <host id="host06" speed="500Mf"/>
-      <router id="router3"/>
-    </zone>
-    <zone  id="AS3"  routing="DijkstraCache">
-      <host id="host07" speed="1Gf"/>
-      <host id="host08" speed="500Mf"/>
-      <router id="router4"/>
-    </zone>
-    <zone  id="AS4"  routing="None">
-      <host id="host09" speed="1Gf"/>
-      <host id="host10" speed="500Mf"/>
-      <router id="router5"/>
-    </zone>
-  </zone>
-</platform>