GET /vidSimulator/scheduler/testApiGet HTTP/1.1
     Host: localhost:7080
     Content-Type: application/json
-    X-Simulator-Id: pavelId
+    X-Simulator-Id: pavelIdGet
     Cache-Control: no-cache
 
     Response:
 
-package org.openecomp.simulator.controller;
+package org.onap.simulator.controller;
 
 import com.fasterxml.jackson.databind.DeserializationFeature;
 import com.fasterxml.jackson.databind.ObjectMapper;
 import static org.mockserver.model.HttpResponse.response;
 
 import org.mockserver.model.JsonBody;
-import org.openecomp.simulator.errorHandling.VidSimulatorException;
-import org.openecomp.simulator.model.SimulatorRequestResponseExpectation;
+import org.onap.simulator.errorHandling.VidSimulatorException;
+import org.onap.simulator.model.SimulatorRequestResponseExpectation;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.core.io.ClassPathResource;
 
-package org.openecomp.simulator.errorHandling;
+package org.onap.simulator.errorHandling;
 
 public class VidSimulatorException extends Exception {
 
 
-package org.openecomp.simulator.model;
+package org.onap.simulator.model;
 
 public class Misc {
     private Integer numberOfTimes;
 
-package org.openecomp.simulator.model;
+package org.onap.simulator.model;
 
 import com.fasterxml.jackson.annotation.JsonInclude;
 import com.fasterxml.jackson.databind.JsonNode;
 
-package org.openecomp.simulator.model;
+package org.onap.simulator.model;
 
 import com.fasterxml.jackson.annotation.JsonInclude;
 import org.slf4j.Logger;
 
-package org.openecomp.simulator.model;
+package org.onap.simulator.model;
 
 import com.fasterxml.jackson.annotation.JsonInclude;
 import com.fasterxml.jackson.databind.JsonNode;
 
-//package org.openecomp.simulator.service;
+//package org.onap.simulator.service;
 //
 //import org.mockserver.model.HttpRequest;
 //import org.mockserver.model.HttpResponse;
-//import org.openecomp.simulator.model.ExpectationModel;
+//import org.onap.simulator.model.ExpectationModel;
 //import org.springframework.stereotype.Component;
 //
 //import static org.mockserver.model.HttpRequest.request;
 
 
 
     <context:component-scan
-            base-package="org.openecomp.simulator" />
+            base-package="org.onap.simulator" />
 </beans>
\ No newline at end of file