Removed 'mock' from TOSCA deployment

Change-Id: I2d81636df7d36c2585d0a7997531cf4d9248cb7d
Issue-ID: OOM-1081
Signed-off-by: Hong Guan <hg4105@att.com>
diff --git a/TOSCA/Helm/onap-blueprint.yaml b/TOSCA/Helm/onap-blueprint.yaml
index fdd6093..3ac76fa 100644
--- a/TOSCA/Helm/onap-blueprint.yaml
+++ b/TOSCA/Helm/onap-blueprint.yaml
@@ -338,12 +338,12 @@
       - type: cloudify.relationships.connected_to
         target: k8s_env
 
-  mock:
+  sniro-emulator:
     type: cloudify.nodes.Helm
     properties:
       args:
       - { get_input: namespace }
-      - mock
+      - sniro-emulator
     relationships:
       - type: cloudify.relationships.connected_to
-        target: k8s_env
\ No newline at end of file
+        target: k8s_env