Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a test for GH#345
[simgrid.git] / teshsuite / s4u / vm-live-migration / platform.xml
diff --git a/teshsuite/s4u/vm-live-migration/platform.xml b/teshsuite/s4u/vm-live-migration/platform.xml
new file mode 100644 (file)
index 0000000..b3fcf45
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
+<platform version="4.1">
+  <zone id="world" routing="Full">
+  <host id="host1" speed="1Gf" core="1">
+    <prop id="wattage_per_state" value="0.0:0.0:4.0" />
+    <prop id="wattage_off" value="0.0" />
+  </host>
+  
+  <host id="host2" speed="2Gf" core="1">
+    <prop id="wattage_per_state" value="0.0:0.0:4.0" />
+    <prop id="wattage_off" value="0.0" />
+  </host>
+  
+  <link bandwidth="1.25GBps" id="link" latency="0" sharing_policy="FATPIPE" />
+  
+  <route src="host1" dst="host2">
+      <link_ctn id="link" />
+  </route>
+</zone>
+</platform>