Update AAI-Simulator Support for Service Level Upgrade
[integration/csit.git] / plans / usecases-pnf-sw-upgrade / pnf-sw-upgrade / sorch / simulator / aai-simulator / src / test / java / org / onap / aaisimulator / utils / TestUtils.java
@@ -80,6 +80,10 @@ public class TestUtils {
         return getJsonString("test-data/service-instance.json");
     }
 
+    public static String getSvcInstance() throws IOException {
+        return getJsonString("test-data/service-instance-aai.json");
+    }
+
     public static String getGenericVnf() throws IOException {
         return getJsonString("test-data/generic-vnf.json");
     }