diff --git a/edu.kit.ipd.descartes.adaptation.test/test_models/DistributedDataCenter.xmi b/edu.kit.ipd.descartes.adaptation.test/test_models/DistributedDataCenter.xmi
index 962348958b2f5d01584fa11c13d75e6a3a2dd204..829d5c1eecb54ad2c313781665fdcb26e3369dcf 100644
--- a/edu.kit.ipd.descartes.adaptation.test/test_models/DistributedDataCenter.xmi
+++ b/edu.kit.ipd.descartes.adaptation.test/test_models/DistributedDataCenter.xmi
@@ -1,5 +1,11 @@
 <?xml version="1.0" encoding="ASCII"?>
-<resourcelandscape:DistributedDataCenter xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:resourcelandscape="http://www.descartes-research.net/metamodel/resourcelandscape/0.1" id="q" name="DDC Descartes">
+<resourcelandscape:DistributedDataCenter 
+	xmi:version="2.0" 
+	xmlns:xmi="http://www.omg.org/XMI" 
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	xmlns:resourcelandscape="http://www.descartes-research.net/metamodel/resourcelandscape/0.1" 
+	xsi:schemaLocation="http://www.descartes-research.net/metamodel/resourcelandscape/0.1 platform:/resource/edu.kit.ipd.descartes.mm.resourcelandscape/model/resourcelandscape.ecore"
+	id="q" name="DDC Descartes">
   <consistsOf id="2" name="TestDataCenterUSA">
     <contains xsi:type="resourcelandscape:ComputingInfrastructure" id="y" name="ComputeNodeUsaOne">
       <contains id="2313" name="VM1_USA1" ofClass="OS VM">
@@ -15,6 +21,9 @@
       <contains id="12345-2" name="VM2-GER" ofClass="OS VM">
         <template href="ContainerTemplateRepository.xmi#555"/>
       </contains>
+      <contains id="_kPvTIWGKEeKorLr4t_SHzQ" name="VM1-GER-Copy" ofClass="OS VM">
+        <template href="ContainerTemplateRepository.xmi#555"/>
+      </contains>
     </contains>
   </consistsOf>
 </resourcelandscape:DistributedDataCenter>