ROBOT test cases improvements for PnP PNF in El Alto release

Issue-ID: INT-1179

Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I7b840e4fa53c9058d74872cbaf3e1922651b7997
diff --git a/robot/assets/templates/so/service_recipe.jinja b/robot/assets/templates/so/service_recipe.jinja
new file mode 100644
index 0000000..c7c3ebc
--- /dev/null
+++ b/robot/assets/templates/so/service_recipe.jinja
@@ -0,0 +1,22 @@
+{
+      "id" : "{{id}}",
+      "serviceModelUUID" : "{{service_model_UUID}}" ,
+      "action" : "createInstance",
+      "description" : "Vnf api recipe to create service-instance",
+      "orchestrationUri" : "{{orchestrationUri}}",
+      "paramXsd" : null,
+      "recipeTimeout" : 180,
+      "serviceTimeoutInterim" : null,
+      "created" : "2017-10-05T18:52:03.000+0000",
+      "_links" : {
+        "self" : {
+          "href" : "http://so-catalog-db-adapter:8082/serviceRecipe/{{id}}"
+        },
+        "serviceRecipe" : {
+          "href" : "http://so-catalog-db-adapter:8082/serviceRecipe/{{id}}"
+        },
+        "service" : {
+          "href" : "http://so-catalog-db-adapter:8082/serviceRecipe/{{id}}/service"
+        }
+      }
+    }
\ No newline at end of file