From d3f040cd94eef77995a32dc1ae22527ffc828b27 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Mon, 20 Jun 2016 10:23:46 +0200 Subject: [PATCH] grunt! --- .../java/app/masterworker/masterworker.xml | 8 +- .../process/startkilltime/startkilltime.xml | 12 +- examples/msg/async-wait/async-wait2_d.xml | 12 +- examples/msg/async-wait/async-wait3_d.xml | 12 +- examples/msg/async-wait/async-wait4_d.xml | 12 +- examples/msg/async-wait/async-wait_d.xml | 12 +- examples/msg/network-ns3/3hosts_2links_d.xml | 6 +- examples/msg/network-ns3/3links-timer_d.xml | 24 +- examples/msg/network-ns3/3links_d.xml | 18 +- examples/msg/network-ns3/crosstraffic_d.xml | 24 +- examples/msg/network-ns3/dogbone_d.xml | 16 +- examples/msg/network-ns3/one_cluster_d.xml | 6 +- examples/msg/network-ns3/onelink_d.xml | 6 +- examples/msg/network-ns3/two_clusters_d.xml | 6 +- .../msg/task-priority/task-priority_d.xml | 10 +- examples/platforms/bypassASroute.xml | 8 +- examples/platforms/cloud.xml | 623 +++++++++--------- examples/platforms/cluster.xml | 20 +- examples/platforms/cluster_and_one_host.xml | 6 +- examples/platforms/cluster_dragonfly.xml | 9 +- examples/platforms/cluster_fat_tree.xml | 18 +- examples/platforms/cluster_torus.xml | 8 +- examples/platforms/config.xml | 4 +- examples/platforms/data_center.xml | 96 +-- examples/platforms/dogbone.xml | 44 +- examples/platforms/small_platform_fatpipe.xml | 16 +- examples/platforms/storage/remote_io.xml | 28 +- examples/platforms/storage/storage.xml | 24 +- examples/platforms/three_multicore_hosts.xml | 12 +- ...ts_platform_with_availability_included.xml | 46 +- .../trace_integration/test-hbp1-c0s0-c0s1.xml | 4 +- .../trace_integration/test-hbp1-c0s0-c1s0.xml | 4 +- .../trace_integration/test-hbp1-c0s1-c0s2.xml | 4 +- .../trace_integration/test-hbp1-c0s1-c2s2.xml | 4 +- .../trace_integration/test-hbp1-c0s2-c1s0.xml | 4 +- .../trace_integration/test-hbp1-c0s2-c1s1.xml | 4 +- .../trace_integration/test-hbp1-c1s1-c1s2.xml | 4 +- .../trace_integration/test-hbp1-c1s1-c3s2.xml | 4 +- .../test-hbp1.0-hbp1.0-hbp1.0.xml | 12 +- .../test-hbp1.0-hbp3.0-hbp4.0.xml | 12 +- .../trace_integration/test-hbp1.5-hbp1.5.xml | 8 +- .../trace_integration/test-hbp2.5-hbp1.5.xml | 8 +- teshsuite/simdag/platforms/Dijkstra.xml | 42 +- .../platforms/bogus_disk_attachment.xml | 4 +- .../platforms/bogus_missing_dst_gateway.xml | 6 +- .../platforms/bogus_missing_src_gateway.xml | 6 +- .../platforms/bogus_two_hosts_asymetric.xml | 18 +- .../simdag/platforms/link_attributes.xml | 14 +- teshsuite/simdag/platforms/one_cluster.xml | 8 +- .../platforms/one_cluster_fullduplex.xml | 8 +- .../platforms/one_cluster_multicore.xml | 7 +- .../platforms/one_cluster_router_id.xml | 8 +- .../simdag/platforms/platform_2p_1bb.xml | 4 +- .../simdag/platforms/platform_2p_1fl.xml | 4 +- .../simdag/platforms/platform_2p_1sl.xml | 4 +- .../platforms/platform_2p_1sl_hetero.xml | 4 +- .../simdag/platforms/platform_2p_1switch.xml | 10 +- .../simdag/platforms/platform_include.xml | 4 +- teshsuite/simdag/platforms/properties.xml | 12 +- .../simdag/platforms/test_of_is_router.xml | 38 +- .../three_hosts_non_symmetric_route.xml | 17 +- teshsuite/simdag/platforms/two_clusters.xml | 10 +- .../platforms/two_clusters_router_id.xml | 22 +- .../simdag/platforms/two_hosts_multi_hop.xml | 6 +- .../simdag/platforms/two_hosts_one_link.xml | 4 +- .../two_hosts_one_link_fullduplex.xml | 8 +- 66 files changed, 785 insertions(+), 701 deletions(-) diff --git a/examples/java/app/masterworker/masterworker.xml b/examples/java/app/masterworker/masterworker.xml index d3d4cd86ed..bff3dcd18e 100644 --- a/examples/java/app/masterworker/masterworker.xml +++ b/examples/java/app/masterworker/masterworker.xml @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/examples/java/process/startkilltime/startkilltime.xml b/examples/java/process/startkilltime/startkilltime.xml index dd3e3c73e6..348226e547 100644 --- a/examples/java/process/startkilltime/startkilltime.xml +++ b/examples/java/process/startkilltime/startkilltime.xml @@ -1,10 +1,10 @@ - - - - - - + + + + + + diff --git a/examples/msg/async-wait/async-wait2_d.xml b/examples/msg/async-wait/async-wait2_d.xml index fe79729d36..6e731068cd 100644 --- a/examples/msg/async-wait/async-wait2_d.xml +++ b/examples/msg/async-wait/async-wait2_d.xml @@ -3,12 +3,12 @@ - - - - - - + + + + + + diff --git a/examples/msg/async-wait/async-wait3_d.xml b/examples/msg/async-wait/async-wait3_d.xml index 651a8f4ebc..27c1d209fb 100644 --- a/examples/msg/async-wait/async-wait3_d.xml +++ b/examples/msg/async-wait/async-wait3_d.xml @@ -3,12 +3,12 @@ - - - - - - + + + + + + diff --git a/examples/msg/async-wait/async-wait4_d.xml b/examples/msg/async-wait/async-wait4_d.xml index 22650e2357..939d62e426 100644 --- a/examples/msg/async-wait/async-wait4_d.xml +++ b/examples/msg/async-wait/async-wait4_d.xml @@ -3,12 +3,12 @@ - - - - - - + + + + + + diff --git a/examples/msg/async-wait/async-wait_d.xml b/examples/msg/async-wait/async-wait_d.xml index bb55c55fa3..f72618e9ce 100644 --- a/examples/msg/async-wait/async-wait_d.xml +++ b/examples/msg/async-wait/async-wait_d.xml @@ -3,12 +3,12 @@ - - - - - - + + + + + + diff --git a/examples/msg/network-ns3/3hosts_2links_d.xml b/examples/msg/network-ns3/3hosts_2links_d.xml index 661289ad11..a360912ef8 100644 --- a/examples/msg/network-ns3/3hosts_2links_d.xml +++ b/examples/msg/network-ns3/3hosts_2links_d.xml @@ -2,9 +2,9 @@ - - - + + + diff --git a/examples/msg/network-ns3/3links-timer_d.xml b/examples/msg/network-ns3/3links-timer_d.xml index e196248d3b..c9727c3a7b 100644 --- a/examples/msg/network-ns3/3links-timer_d.xml +++ b/examples/msg/network-ns3/3links-timer_d.xml @@ -2,33 +2,33 @@ - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/examples/msg/network-ns3/3links_d.xml b/examples/msg/network-ns3/3links_d.xml index 37ea1f8694..9ae01af3ea 100644 --- a/examples/msg/network-ns3/3links_d.xml +++ b/examples/msg/network-ns3/3links_d.xml @@ -2,25 +2,25 @@ - - - + + + - - - + + + - - - + + + diff --git a/examples/msg/network-ns3/crosstraffic_d.xml b/examples/msg/network-ns3/crosstraffic_d.xml index 14efa4115c..91ce4790b8 100644 --- a/examples/msg/network-ns3/crosstraffic_d.xml +++ b/examples/msg/network-ns3/crosstraffic_d.xml @@ -2,33 +2,33 @@ - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/examples/msg/network-ns3/dogbone_d.xml b/examples/msg/network-ns3/dogbone_d.xml index 803a4f8261..cf3068b693 100644 --- a/examples/msg/network-ns3/dogbone_d.xml +++ b/examples/msg/network-ns3/dogbone_d.xml @@ -2,19 +2,19 @@ - - - + + + - - - + + + - + - + diff --git a/examples/msg/network-ns3/one_cluster_d.xml b/examples/msg/network-ns3/one_cluster_d.xml index 9c3dd43837..9eab752e5f 100644 --- a/examples/msg/network-ns3/one_cluster_d.xml +++ b/examples/msg/network-ns3/one_cluster_d.xml @@ -2,9 +2,9 @@ - - - + + + diff --git a/examples/msg/network-ns3/onelink_d.xml b/examples/msg/network-ns3/onelink_d.xml index eaaafc6d3e..4bc51076f5 100644 --- a/examples/msg/network-ns3/onelink_d.xml +++ b/examples/msg/network-ns3/onelink_d.xml @@ -2,9 +2,9 @@ - - - + + + diff --git a/examples/msg/network-ns3/two_clusters_d.xml b/examples/msg/network-ns3/two_clusters_d.xml index 99f25838db..db540cbbf2 100644 --- a/examples/msg/network-ns3/two_clusters_d.xml +++ b/examples/msg/network-ns3/two_clusters_d.xml @@ -2,9 +2,9 @@ - - - + + + diff --git a/examples/msg/task-priority/task-priority_d.xml b/examples/msg/task-priority/task-priority_d.xml index dc50e150ee..3d8f51371b 100644 --- a/examples/msg/task-priority/task-priority_d.xml +++ b/examples/msg/task-priority/task-priority_d.xml @@ -1,6 +1,12 @@ - - + + + + + + + + diff --git a/examples/platforms/bypassASroute.xml b/examples/platforms/bypassASroute.xml index f53ca934ae..7bca96a90b 100644 --- a/examples/platforms/bypassASroute.xml +++ b/examples/platforms/bypassASroute.xml @@ -13,17 +13,17 @@ - + - + - + - + diff --git a/examples/platforms/cloud.xml b/examples/platforms/cloud.xml index f7c2710060..e2cc7a3f27 100644 --- a/examples/platforms/cloud.xml +++ b/examples/platforms/cloud.xml @@ -1,336 +1,335 @@ - - - + + + - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - + + + + + + + + - - - - - - + + + - - - - - - - - + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - + + - - - + + + - + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - diff --git a/examples/platforms/cluster.xml b/examples/platforms/cluster.xml index a67462865a..c306524dfc 100644 --- a/examples/platforms/cluster.xml +++ b/examples/platforms/cluster.xml @@ -1,16 +1,16 @@ - + diff --git a/examples/platforms/cluster_and_one_host.xml b/examples/platforms/cluster_and_one_host.xml index 02d11d7354..fbdad7e8ad 100644 --- a/examples/platforms/cluster_and_one_host.xml +++ b/examples/platforms/cluster_and_one_host.xml @@ -1,7 +1,7 @@ - + @@ -11,6 +11,8 @@ - + + + diff --git a/examples/platforms/cluster_dragonfly.xml b/examples/platforms/cluster_dragonfly.xml index b192871ba7..a8d66d0ab1 100644 --- a/examples/platforms/cluster_dragonfly.xml +++ b/examples/platforms/cluster_dragonfly.xml @@ -1,8 +1,9 @@ - - - + + + diff --git a/examples/platforms/cluster_fat_tree.xml b/examples/platforms/cluster_fat_tree.xml index 7ab17e7a1a..83ff7d9250 100644 --- a/examples/platforms/cluster_fat_tree.xml +++ b/examples/platforms/cluster_fat_tree.xml @@ -1,14 +1,14 @@ - + - - - + + + diff --git a/examples/platforms/cluster_torus.xml b/examples/platforms/cluster_torus.xml index a0bec806d4..2f23afbf18 100644 --- a/examples/platforms/cluster_torus.xml +++ b/examples/platforms/cluster_torus.xml @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/platforms/config.xml b/examples/platforms/config.xml index 3aaca87d97..0f4508919f 100644 --- a/examples/platforms/config.xml +++ b/examples/platforms/config.xml @@ -18,6 +18,8 @@ - + + + diff --git a/examples/platforms/data_center.xml b/examples/platforms/data_center.xml index cb11537316..5f29e6ef89 100644 --- a/examples/platforms/data_center.xml +++ b/examples/platforms/data_center.xml @@ -1,58 +1,58 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + - - + + + + + + - - - - + + - - - - - + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/platforms/dogbone.xml b/examples/platforms/dogbone.xml index 2e9b2eb363..a09b39f8c8 100644 --- a/examples/platforms/dogbone.xml +++ b/examples/platforms/dogbone.xml @@ -1,28 +1,28 @@ - - - - - - - + + + + + + + - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/examples/platforms/small_platform_fatpipe.xml b/examples/platforms/small_platform_fatpipe.xml index c810aa9d8f..0ff24b4876 100644 --- a/examples/platforms/small_platform_fatpipe.xml +++ b/examples/platforms/small_platform_fatpipe.xml @@ -12,9 +12,17 @@ - - - - + + + + + + + + + + < + link_ctn id="4"/> + diff --git a/examples/platforms/storage/remote_io.xml b/examples/platforms/storage/remote_io.xml index e3acf90a51..3caa9db0e7 100644 --- a/examples/platforms/storage/remote_io.xml +++ b/examples/platforms/storage/remote_io.xml @@ -1,7 +1,9 @@ - + + + - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/platforms/storage/storage.xml b/examples/platforms/storage/storage.xml index 84130500d3..6372351c88 100644 --- a/examples/platforms/storage/storage.xml +++ b/examples/platforms/storage/storage.xml @@ -1,21 +1,23 @@ - + + + - - - + + + - - - + + + @@ -35,12 +37,14 @@ - - + + - + + + diff --git a/examples/platforms/three_multicore_hosts.xml b/examples/platforms/three_multicore_hosts.xml index adbed975d8..cbc9f00ab1 100644 --- a/examples/platforms/three_multicore_hosts.xml +++ b/examples/platforms/three_multicore_hosts.xml @@ -8,8 +8,14 @@ - - - + + + + + + + + + diff --git a/examples/platforms/two_hosts_platform_with_availability_included.xml b/examples/platforms/two_hosts_platform_with_availability_included.xml index 6a9dd8a9aa..35b2f2edc2 100644 --- a/examples/platforms/two_hosts_platform_with_availability_included.xml +++ b/examples/platforms/two_hosts_platform_with_availability_included.xml @@ -1,29 +1,29 @@ - -0.0 1.0 -11.0 0.5 -20.0 0.9 - - -1.0 -1.0 -2.0 1.0 - - -0.0 1.0 -10.0 0.8 -20.0 0.4 - + + 0.0 1.0 + 11.0 0.5 + 20.0 0.9 + + + 1.0 -1.0 + 2.0 1.0 + + + 0.0 1.0 + 10.0 0.8 + 20.0 0.4 + - - - - - - + + + + + + - - - + + + diff --git a/teshsuite/msg/trace_integration/test-hbp1-c0s0-c0s1.xml b/teshsuite/msg/trace_integration/test-hbp1-c0s0-c0s1.xml index 2f4692a012..68c4ccc583 100644 --- a/teshsuite/msg/trace_integration/test-hbp1-c0s0-c0s1.xml +++ b/teshsuite/msg/trace_integration/test-hbp1-c0s0-c0s1.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1-c0s0-c1s0.xml b/teshsuite/msg/trace_integration/test-hbp1-c0s0-c1s0.xml index f5f4a76ec3..d12fc7b598 100644 --- a/teshsuite/msg/trace_integration/test-hbp1-c0s0-c1s0.xml +++ b/teshsuite/msg/trace_integration/test-hbp1-c0s0-c1s0.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1-c0s1-c0s2.xml b/teshsuite/msg/trace_integration/test-hbp1-c0s1-c0s2.xml index b02d52dd94..6ae2f4ed74 100644 --- a/teshsuite/msg/trace_integration/test-hbp1-c0s1-c0s2.xml +++ b/teshsuite/msg/trace_integration/test-hbp1-c0s1-c0s2.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1-c0s1-c2s2.xml b/teshsuite/msg/trace_integration/test-hbp1-c0s1-c2s2.xml index a648155282..4c9a178f85 100644 --- a/teshsuite/msg/trace_integration/test-hbp1-c0s1-c2s2.xml +++ b/teshsuite/msg/trace_integration/test-hbp1-c0s1-c2s2.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1-c0s2-c1s0.xml b/teshsuite/msg/trace_integration/test-hbp1-c0s2-c1s0.xml index 6ce00b5352..33087be338 100644 --- a/teshsuite/msg/trace_integration/test-hbp1-c0s2-c1s0.xml +++ b/teshsuite/msg/trace_integration/test-hbp1-c0s2-c1s0.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1-c0s2-c1s1.xml b/teshsuite/msg/trace_integration/test-hbp1-c0s2-c1s1.xml index e045ffa847..028b9a1dd6 100644 --- a/teshsuite/msg/trace_integration/test-hbp1-c0s2-c1s1.xml +++ b/teshsuite/msg/trace_integration/test-hbp1-c0s2-c1s1.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1-c1s1-c1s2.xml b/teshsuite/msg/trace_integration/test-hbp1-c1s1-c1s2.xml index 4c2b0f2890..8beb1c23f3 100644 --- a/teshsuite/msg/trace_integration/test-hbp1-c1s1-c1s2.xml +++ b/teshsuite/msg/trace_integration/test-hbp1-c1s1-c1s2.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1-c1s1-c3s2.xml b/teshsuite/msg/trace_integration/test-hbp1-c1s1-c3s2.xml index 9b629187db..c412fe1028 100644 --- a/teshsuite/msg/trace_integration/test-hbp1-c1s1-c3s2.xml +++ b/teshsuite/msg/trace_integration/test-hbp1-c1s1-c3s2.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1.0-hbp1.0-hbp1.0.xml b/teshsuite/msg/trace_integration/test-hbp1.0-hbp1.0-hbp1.0.xml index 9254e10c5b..b4a9f57a41 100644 --- a/teshsuite/msg/trace_integration/test-hbp1.0-hbp1.0-hbp1.0.xml +++ b/teshsuite/msg/trace_integration/test-hbp1.0-hbp1.0-hbp1.0.xml @@ -2,15 +2,15 @@ - - + + - - + + - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1.0-hbp3.0-hbp4.0.xml b/teshsuite/msg/trace_integration/test-hbp1.0-hbp3.0-hbp4.0.xml index e359c4121d..504497c286 100644 --- a/teshsuite/msg/trace_integration/test-hbp1.0-hbp3.0-hbp4.0.xml +++ b/teshsuite/msg/trace_integration/test-hbp1.0-hbp3.0-hbp4.0.xml @@ -2,15 +2,15 @@ - - + + - - + + - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp1.5-hbp1.5.xml b/teshsuite/msg/trace_integration/test-hbp1.5-hbp1.5.xml index df5a68a9dc..aaa2f6cf53 100644 --- a/teshsuite/msg/trace_integration/test-hbp1.5-hbp1.5.xml +++ b/teshsuite/msg/trace_integration/test-hbp1.5-hbp1.5.xml @@ -2,11 +2,11 @@ - - + + - - + + diff --git a/teshsuite/msg/trace_integration/test-hbp2.5-hbp1.5.xml b/teshsuite/msg/trace_integration/test-hbp2.5-hbp1.5.xml index 89fffccc77..163924b2db 100644 --- a/teshsuite/msg/trace_integration/test-hbp2.5-hbp1.5.xml +++ b/teshsuite/msg/trace_integration/test-hbp2.5-hbp1.5.xml @@ -2,11 +2,11 @@ - - + + - - + + diff --git a/teshsuite/simdag/platforms/Dijkstra.xml b/teshsuite/simdag/platforms/Dijkstra.xml index 9504826ec8..3637af9695 100644 --- a/teshsuite/simdag/platforms/Dijkstra.xml +++ b/teshsuite/simdag/platforms/Dijkstra.xml @@ -1,26 +1,34 @@ - - - + + + - + - - - - - + + + + + - - + + + + + + - - + + + + + + - - - - + + + + diff --git a/teshsuite/simdag/platforms/bogus_disk_attachment.xml b/teshsuite/simdag/platforms/bogus_disk_attachment.xml index 60c146862f..d038fc1a4f 100644 --- a/teshsuite/simdag/platforms/bogus_disk_attachment.xml +++ b/teshsuite/simdag/platforms/bogus_disk_attachment.xml @@ -1,8 +1,8 @@ - + diff --git a/teshsuite/simdag/platforms/bogus_missing_dst_gateway.xml b/teshsuite/simdag/platforms/bogus_missing_dst_gateway.xml index e237a2dc8b..d297f04c3f 100644 --- a/teshsuite/simdag/platforms/bogus_missing_dst_gateway.xml +++ b/teshsuite/simdag/platforms/bogus_missing_dst_gateway.xml @@ -3,16 +3,16 @@ - + - + - + diff --git a/teshsuite/simdag/platforms/bogus_missing_src_gateway.xml b/teshsuite/simdag/platforms/bogus_missing_src_gateway.xml index 00d76f9a26..b935300e5e 100644 --- a/teshsuite/simdag/platforms/bogus_missing_src_gateway.xml +++ b/teshsuite/simdag/platforms/bogus_missing_src_gateway.xml @@ -3,16 +3,16 @@ - + - + - + diff --git a/teshsuite/simdag/platforms/bogus_two_hosts_asymetric.xml b/teshsuite/simdag/platforms/bogus_two_hosts_asymetric.xml index 2c88726dc5..ec5230632a 100644 --- a/teshsuite/simdag/platforms/bogus_two_hosts_asymetric.xml +++ b/teshsuite/simdag/platforms/bogus_two_hosts_asymetric.xml @@ -1,17 +1,21 @@ - + - - + + - - + + + + + + diff --git a/teshsuite/simdag/platforms/link_attributes.xml b/teshsuite/simdag/platforms/link_attributes.xml index ee944055c8..62bc33dcc8 100644 --- a/teshsuite/simdag/platforms/link_attributes.xml +++ b/teshsuite/simdag/platforms/link_attributes.xml @@ -1,12 +1,12 @@ - - + + - - - - - + + + + + diff --git a/teshsuite/simdag/platforms/one_cluster.xml b/teshsuite/simdag/platforms/one_cluster.xml index 49a4694c0b..29c7984a7b 100644 --- a/teshsuite/simdag/platforms/one_cluster.xml +++ b/teshsuite/simdag/platforms/one_cluster.xml @@ -1,8 +1,8 @@ - - - + + + diff --git a/teshsuite/simdag/platforms/one_cluster_fullduplex.xml b/teshsuite/simdag/platforms/one_cluster_fullduplex.xml index 543f7f7fdf..d998894386 100644 --- a/teshsuite/simdag/platforms/one_cluster_fullduplex.xml +++ b/teshsuite/simdag/platforms/one_cluster_fullduplex.xml @@ -1,8 +1,8 @@ - - - + + + diff --git a/teshsuite/simdag/platforms/one_cluster_multicore.xml b/teshsuite/simdag/platforms/one_cluster_multicore.xml index 589aa15f40..18de9474b3 100644 --- a/teshsuite/simdag/platforms/one_cluster_multicore.xml +++ b/teshsuite/simdag/platforms/one_cluster_multicore.xml @@ -1,8 +1,7 @@ - - - + + + diff --git a/teshsuite/simdag/platforms/one_cluster_router_id.xml b/teshsuite/simdag/platforms/one_cluster_router_id.xml index 5111016b42..3682739d33 100644 --- a/teshsuite/simdag/platforms/one_cluster_router_id.xml +++ b/teshsuite/simdag/platforms/one_cluster_router_id.xml @@ -1,8 +1,8 @@ - - - + + + diff --git a/teshsuite/simdag/platforms/platform_2p_1bb.xml b/teshsuite/simdag/platforms/platform_2p_1bb.xml index ef7632ae1a..d996cbcc84 100644 --- a/teshsuite/simdag/platforms/platform_2p_1bb.xml +++ b/teshsuite/simdag/platforms/platform_2p_1bb.xml @@ -10,6 +10,8 @@ - + + + diff --git a/teshsuite/simdag/platforms/platform_2p_1fl.xml b/teshsuite/simdag/platforms/platform_2p_1fl.xml index 84bf34da26..12d217454e 100644 --- a/teshsuite/simdag/platforms/platform_2p_1fl.xml +++ b/teshsuite/simdag/platforms/platform_2p_1fl.xml @@ -7,6 +7,8 @@ - + + + diff --git a/teshsuite/simdag/platforms/platform_2p_1sl.xml b/teshsuite/simdag/platforms/platform_2p_1sl.xml index 53e2f8aae2..ed3396e407 100644 --- a/teshsuite/simdag/platforms/platform_2p_1sl.xml +++ b/teshsuite/simdag/platforms/platform_2p_1sl.xml @@ -7,6 +7,8 @@ - + + + diff --git a/teshsuite/simdag/platforms/platform_2p_1sl_hetero.xml b/teshsuite/simdag/platforms/platform_2p_1sl_hetero.xml index 55805e5b32..c0d1e78340 100644 --- a/teshsuite/simdag/platforms/platform_2p_1sl_hetero.xml +++ b/teshsuite/simdag/platforms/platform_2p_1sl_hetero.xml @@ -7,6 +7,8 @@ - + + + diff --git a/teshsuite/simdag/platforms/platform_2p_1switch.xml b/teshsuite/simdag/platforms/platform_2p_1switch.xml index bd1e546d71..34286fc98d 100644 --- a/teshsuite/simdag/platforms/platform_2p_1switch.xml +++ b/teshsuite/simdag/platforms/platform_2p_1switch.xml @@ -9,6 +9,10 @@ - - - + + + + + + + diff --git a/teshsuite/simdag/platforms/platform_include.xml b/teshsuite/simdag/platforms/platform_include.xml index 1c172ee265..d73a133809 100644 --- a/teshsuite/simdag/platforms/platform_include.xml +++ b/teshsuite/simdag/platforms/platform_include.xml @@ -2,7 +2,7 @@ - - + + diff --git a/teshsuite/simdag/platforms/properties.xml b/teshsuite/simdag/platforms/properties.xml index a15bf7a113..28dfd08334 100644 --- a/teshsuite/simdag/platforms/properties.xml +++ b/teshsuite/simdag/platforms/properties.xml @@ -2,13 +2,13 @@ - - - - - + + + + + - + diff --git a/teshsuite/simdag/platforms/test_of_is_router.xml b/teshsuite/simdag/platforms/test_of_is_router.xml index 3f5d239c2a..70d10ce573 100644 --- a/teshsuite/simdag/platforms/test_of_is_router.xml +++ b/teshsuite/simdag/platforms/test_of_is_router.xml @@ -3,29 +3,29 @@ - - - + + + - - - + + + - - - + + + + + + + + + + + + + - - - - - - - - - - diff --git a/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml b/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml index e4e0706fd8..b37590cff3 100644 --- a/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml +++ b/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml @@ -10,9 +10,18 @@ - - - - + + + + + + + + + + + + + diff --git a/teshsuite/simdag/platforms/two_clusters.xml b/teshsuite/simdag/platforms/two_clusters.xml index 5fa2b2b325..d8b7464dcf 100644 --- a/teshsuite/simdag/platforms/two_clusters.xml +++ b/teshsuite/simdag/platforms/two_clusters.xml @@ -7,11 +7,11 @@ - + - - - + + + diff --git a/teshsuite/simdag/platforms/two_clusters_router_id.xml b/teshsuite/simdag/platforms/two_clusters_router_id.xml index 7c0e117883..bbaf0c9e74 100644 --- a/teshsuite/simdag/platforms/two_clusters_router_id.xml +++ b/teshsuite/simdag/platforms/two_clusters_router_id.xml @@ -2,18 +2,18 @@ - - + + - + - - - - - - + + + + + + diff --git a/teshsuite/simdag/platforms/two_hosts_multi_hop.xml b/teshsuite/simdag/platforms/two_hosts_multi_hop.xml index 5048e04023..15a3b024b3 100644 --- a/teshsuite/simdag/platforms/two_hosts_multi_hop.xml +++ b/teshsuite/simdag/platforms/two_hosts_multi_hop.xml @@ -9,6 +9,10 @@ - + + + + + diff --git a/teshsuite/simdag/platforms/two_hosts_one_link.xml b/teshsuite/simdag/platforms/two_hosts_one_link.xml index 6140f0ba91..56e7e4b174 100644 --- a/teshsuite/simdag/platforms/two_hosts_one_link.xml +++ b/teshsuite/simdag/platforms/two_hosts_one_link.xml @@ -7,6 +7,8 @@ - + + + diff --git a/teshsuite/simdag/platforms/two_hosts_one_link_fullduplex.xml b/teshsuite/simdag/platforms/two_hosts_one_link_fullduplex.xml index 25c944cce6..515fd537bc 100644 --- a/teshsuite/simdag/platforms/two_hosts_one_link_fullduplex.xml +++ b/teshsuite/simdag/platforms/two_hosts_one_link_fullduplex.xml @@ -7,7 +7,11 @@ - - + + + + + + -- 2.20.1