Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ns3: remove test on a platform that does not exist anymore
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 28 Jan 2018 22:22:16 +0000 (23:22 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 28 Jan 2018 22:22:16 +0000 (23:22 +0100)
examples/msg/network-ns3/network-ns3.tesh
examples/msg/network-ns3/two_clusters_d.xml [deleted file]

index 2605818..3a1963d 100644 (file)
@@ -30,12 +30,6 @@ $ ${bindir:=.}/network-ns3/network-ns3 ${platfdir}/cluster.xml ${srcdir}/network
 > [:maestro(0)] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'NS3'
 > [node-6.acme.org:worker(2)] [msg_test/INFO] FLOW[1] : Receive 100 bytes from node-2.acme.org to node-6.acme.org
 
-p Two clusters
-
-$ ${bindir:=.}/network-ns3/network-ns3 ${platfdir}/two_clusters.xml ${srcdir}/network-ns3/two_clusters_d.xml --cfg=network/model:NS3 "--log=root.fmt:[%h:%P(%i)]%e[%c/%p]%e%m%n"
-> [:maestro(0)] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'NS3'
-> [node-16.acme.org:worker(2)] [msg_test/INFO] FLOW[1] : Receive 100 bytes from node-3.acme.org to node-16.acme.org
-
 p Dogbone
 
 ! timeout 10
diff --git a/examples/msg/network-ns3/two_clusters_d.xml b/examples/msg/network-ns3/two_clusters_d.xml
deleted file mode 100644 (file)
index c104b21..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4.1">
-  <actor host="node-3.acme.org" function="master">
-    <argument value="100"/>
-    <argument value="node-16.acme.org"/>
-    <argument value="1"/>
-  </actor>
-  <actor host="node-16.acme.org" function="worker">
-    <argument value="1"/>
-  </actor>
-</platform>