[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / porttonetconnection / nested / inputfiles / main.yml
index 3d23ff6..c99d563 100644 (file)
@@ -7,36 +7,15 @@ parameters:
   jsa_net_name:
     type: string
     description: network name of jsa log network
-  contrail_net_name:
-    type: string
-  jsa_name:
-    type: string
 
 resources:
-  test_nova:
-    type: OS::Nova::Server
-    properties:
-      name: {get_param: jsa_name}
-      image: image
-
   test_net:
     type: OS::Neutron::Net
     properties:
       name: {get_param: jsa_net_name}
       shared: True
 
-  test_contrailV2_net:
-    type: OS::ContrailV2::VirtualNetwork
-    properties:
-      name: { get_param: contrail_net_name }
-
   test_nested:
     type: nested.yml
     properties:
       p1: { get_resource: test_net}
-      p2: { get_attr: [ test_contrailV2_net, fq_name ] }
-
-  test_nestedInvalidConnectionToNetwork:
-    type: nested.yml
-    properties:
-      p1: { get_resource: test_nova}
\ No newline at end of file