Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a platform with a bypass route. Add the test to cmake.
[simgrid.git] / teshsuite / simdag / platforms / basic_parsing_test_bypass.tesh
diff --git a/teshsuite/simdag/platforms/basic_parsing_test_bypass.tesh b/teshsuite/simdag/platforms/basic_parsing_test_bypass.tesh
new file mode 100644 (file)
index 0000000..3226af8
--- /dev/null
@@ -0,0 +1,57 @@
+$ ${bindir:=.}/basic_parsing_test ./three_clusters_bypass.xml FULL_LINK
+> [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
+> Workstation number: 3, link number: 8
+> Route between 1 and 1
+>   Route size 2
+>   Link my_cluster_1_link_1: latency = 0.000050, bandwidth = 125000000.000000
+>   Link my_cluster_1_link_1: latency = 0.000050, bandwidth = 125000000.000000
+>   Route latency = 0.000100, route bandwidth = 125000000.000000
+> Route between 1 and 2
+>   Route size 1
+>   Link link_tmp: latency = 0.000500, bandwidth = 1250000000.000000
+>   Route latency = 0.000500, route bandwidth = 1250000000.000000
+> Route between 1 and 3
+>   Route size 4
+>   Link my_cluster_1_link_1: latency = 0.000050, bandwidth = 125000000.000000
+>   Link link1: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link link3: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link my_cluster_3_link_3: latency = 0.000050, bandwidth = 125000000.000000
+>   Route latency = 0.001100, route bandwidth = 125000000.000000
+> Route between 2 and 1
+>   Route size 4
+>   Link my_cluster_2_link_2: latency = 0.000050, bandwidth = 125000000.000000
+>   Link link2: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link link1: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link my_cluster_1_link_1: latency = 0.000050, bandwidth = 125000000.000000
+>   Route latency = 0.001100, route bandwidth = 125000000.000000
+> Route between 2 and 2
+>   Route size 2
+>   Link my_cluster_2_link_2: latency = 0.000050, bandwidth = 125000000.000000
+>   Link my_cluster_2_link_2: latency = 0.000050, bandwidth = 125000000.000000
+>   Route latency = 0.000100, route bandwidth = 125000000.000000
+> Route between 2 and 3
+>   Route size 4
+>   Link my_cluster_2_link_2: latency = 0.000050, bandwidth = 125000000.000000
+>   Link link2: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link link3: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link my_cluster_3_link_3: latency = 0.000050, bandwidth = 125000000.000000
+>   Route latency = 0.001100, route bandwidth = 125000000.000000
+> Route between 3 and 1
+>   Route size 4
+>   Link my_cluster_3_link_3: latency = 0.000050, bandwidth = 125000000.000000
+>   Link link3: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link link1: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link my_cluster_1_link_1: latency = 0.000050, bandwidth = 125000000.000000
+>   Route latency = 0.001100, route bandwidth = 125000000.000000
+> Route between 3 and 2
+>   Route size 4
+>   Link my_cluster_3_link_3: latency = 0.000050, bandwidth = 125000000.000000
+>   Link link3: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link link2: latency = 0.000500, bandwidth = 1250000000.000000
+>   Link my_cluster_2_link_2: latency = 0.000050, bandwidth = 125000000.000000
+>   Route latency = 0.001100, route bandwidth = 125000000.000000
+> Route between 3 and 3
+>   Route size 2
+>   Link my_cluster_3_link_3: latency = 0.000050, bandwidth = 125000000.000000
+>   Link my_cluster_3_link_3: latency = 0.000050, bandwidth = 125000000.000000
+>   Route latency = 0.000100, route bandwidth = 125000000.000000
\ No newline at end of file