only use the file version of json template
[testsuite.git] / robot / resources / demo_preload.robot
1 *** Settings ***
2 Documentation     This test template encapsulates the VNF Orchestration use case.
3
4 Resource        test_templates/model_test_template.robot
5 Resource        test_templates/model_test_template_vcperescust.robot
6 Resource        test_templates/vnf_orchestration_test_template.robot
7 Resource        asdc_interface.robot
8 Resource        so_interface.robot
9 Resource        vid/vid_interface.robot
10 Resource            policy_interface.robot
11 Resource        aai/create_availability_zone.robot
12
13 Library         ONAPLibrary.Utilities
14 Library         Collections
15 Library         OperatingSystem
16 Library         SeleniumLibrary
17 Library         RequestsLibrary
18
19 *** Variables ***
20
21 ${ADD_DEMO_CUSTOMER_BODY}   robot/assets/templates/aai/add_demo_customer.template
22 ${AAI_INDEX_PATH}     /aai/v8
23 ${VF_MODULES_NAME}     _Demo_VFModules.json
24 ${FILE_CACHE}    /share/
25 ${DEMO_PREFIX}   demo
26 ${VPKG_MODULE_LABEL}    base_vpkg
27
28
29 *** Keywords ***
30 Load Customer And Models
31     [Documentation]   Use openECOMP to Orchestrate a service.
32     [Arguments]    ${customer_name}
33     Load OwningEntity  lineOfBusiness  LOB-${customer_name}
34     Load OwningEntity  platform  Platform-${customer_name}
35     Load OwningEntity  project  Project-${customer_name}
36     Load OwningEntity  owningEntity  OE-${customer_name}
37     Load Customer  ${customer_name}
38     Load Models  ${customer_name}
39
40 Load OwningEntity
41     [Documentation]   Use openECOMP to Orchestrate a service.
42     [Arguments]    ${parameter}   ${name}
43     ${data_path}=  Set Variable  /maintenance/category_parameter/${parameter}
44     ${vid_data}=  Set Variable  {"options":["${name}"]}
45     ${auth}=  Create List  ${GLOBAL_VID_USERNAME}    ${GLOBAL_VID_PASSWORD}
46     Log    Creating session ${data_path}
47     ${session}=    Create Session       vid    ${VID_ENDPOINT}${VID_ENV}     auth=${auth}
48     ${uuid}=    Generate UUID4
49     ${headers}=  Create Dictionary     Accept=application/json    Content-Type=application/json    USER_ID=${GLOBAL_VID_USERNAME}    X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid}    X-FromAppId=${GLOBAL_APPLICATION_ID}
50     ${resp}=    Post Request    vid     ${data_path}   data=${vid_data}    headers=${headers}
51         
52 Load Customer
53     [Documentation]   Use openECOMP to Orchestrate a service.
54     [Arguments]    ${customer_name}
55     Setup Orchestrate VNF   ${GLOBAL_AAI_CLOUD_OWNER}   SharedNode    OwnerType    v1    CloudZone
56     Set Test Variable    ${CUSTOMER_NAME}    ${customer_name}
57     ${region}=   Get Openstack Region
58     Create Customer For VNF Demo    ${CUSTOMER_NAME}    ${CUSTOMER_NAME}    INFRA    ${GLOBAL_AAI_CLOUD_OWNER}    ${region}   ${TENANT_ID}
59     Create Customer For VNF Demo    ${CUSTOMER_NAME}    ${CUSTOMER_NAME}    INFRA    ${GLOBAL_AAI_CLOUD_OWNER}    RegionTlab  50b190410b2a4c229d8a6044a80ab7c1 
60     Create Availability Zone If Not Exists    ${GLOBAL_AAI_CLOUD_OWNER}    ${region}   ${GLOBAL_AAI_AVAILABILITY_ZONE_NAME}
61
62 Load Models
63     [Documentation]   Use openECOMP to Orchestrate a service.
64     [Arguments]    ${customer_name}
65     Set Test Variable    ${CUSTOMER_NAME}    ${customer_name}
66     Log To Console   ${\n}Distributing vFWCL
67     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vFWCL   ${DEMO_PREFIX}VFWCL
68     Log To Console   Distibuting vLB
69     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vLB   ${DEMO_PREFIX}VLB
70     ##${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPE   ${DEMO_PREFIX}VCPE
71     ##${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vIMS   ${DEMO_PREFIX}VIMS
72     Log To Console   Distibuting vCPEInfra
73     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEInfra   ${DEMO_PREFIX}VCPEInfra
74     Log To Console   Distibuting vCPEvBNG
75     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvBNG   ${DEMO_PREFIX}VCPEvBNG
76     Log To Console   Distibuting vCPEvBRGEMU
77     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvBRGEMU   ${DEMO_PREFIX}VCPEvBRGEMU 
78     Log To Console   Distibuting vCPEvGMUX
79     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvGMUX    ${DEMO_PREFIX}VCPEvGMUX
80     Log To Console   Distibuting vCPEvGW (this is not vCPEResCust service)
81     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvGW    ${DEMO_PREFIX}VCPEvGW
82
83 Distribute Model
84     [Arguments]   ${service}   ${modelName}
85     ${service_model_type}     ${vnf_type}    ${vf_modules}   ${catalog_resources}=   Model Distribution For Directory    ${service}   ${modelName}
86
87 Distribute vCPEResCust Model
88     [Arguments]   ${service}   ${modelName}
89     ${service_model_type}     ${vnf_type}    ${vf_modules}   ${catalog_resources}=   Model Distribution For vCPEResCust Directory    ${service}   ${modelName}
90
91
92 Create Customer For VNF Demo
93     [Documentation]    Create demo customer for the demo
94     [Arguments]    ${customer_name}   ${customer_id}   ${customer_type}    ${clouder_owner}    ${cloud_region_id}    ${tenant_id}
95     Create Service If Not Exists    vFW
96     Create Service If Not Exists    vFWCL
97     Create Service If Not Exists    vLB
98     Create Service If Not Exists    vCPE
99     Create Service If Not Exists    vIMS
100     Create Service If Not Exists    gNB
101     ${arguments}=    Create Dictionary    subscriber_name=${customer_name}    global_customer_id=${customer_id}    subscriber_type=${customer_type}     cloud_owner=${clouder_owner}  cloud_region_id=${cloud_region_id}    tenant_id=${tenant_id}
102     Set To Dictionary   ${arguments}       service1=vFWCL       service2=vLB   service3=vCPE   service4=vIMS  service5=gNB   service6=vFW
103     ${data}=    Fill JSON Template File    ${ADD_DEMO_CUSTOMER_BODY}    ${arguments}
104     ${put_resp}=    Run A&AI Put Request     ${INDEX PATH}${ROOT_CUSTOMER_PATH}${customer_id}    ${data}
105     ${status_string}=    Convert To String    ${put_resp.status_code}
106     Should Match Regexp    ${status_string}    ^(200|201|412)$
107
108 Preload User Model
109     [Documentation]   Preload the demo data for the passed VNF with the passed module name
110     [Arguments]   ${vnf_name}   ${vf_module_name}
111     # Go to A&AI and get information about the VNF we need to preload
112     ${status}  ${generic_vnf}=   Run Keyword And Ignore Error   Get Service Instance    ${vnf_name}
113     Run Keyword If   '${status}' == 'FAIL'   FAIL   VNF Name: ${vnf_name} is not found.
114     ${vnf_type}=   Set Variable   ${generic_vnf['vnf-type']}
115     ${relationships}=   Set Variable   ${generic_vnf['relationship-list']['relationship']}
116     ${relationship_data}=    Get Relationship Data   ${relationships}
117     ${customer_id}=   Catenate
118     :FOR    ${r}   IN   @{relationship_data}
119     \   ${service}=   Set Variable If    '${r['relationship-key']}' == 'service-subscription.service-type'   ${r['relationship-value']}    ${service}
120     \   ${service_instance_id}=   Set Variable If    '${r['relationship-key']}' == 'service-instance.service-instance-id'   ${r['relationship-value']}   ${service_instance_id}
121     \   ${customer_id}=    Set Variable If   '${r['relationship-key']}' == 'customer.global-customer-id'   ${r['relationship-value']}   ${customer_id}
122     ${invariantUUID}=   Get Persona Model Id     ${service_instance_id}    ${service}    ${customer_id}
123
124     # We still need the vf module names. We can get them from VID using the persona_model_id (invariantUUID) from A&AI
125     Setup Browser
126     Login To VID GUI
127     ${vf_modules}=   Get Module Names from VID    ${invariantUUID}
128     Log    ${generic_vnf}
129     Log   ${service_instance_id},${vnf_name},${vnf_type},${vf_module_name},${vf_modules},${service}
130     Preload Vnf    ${service_instance_id}   ${vnf_name}   ${vnf_type}   ${vf_module_name}    ${vf_modules}    ${service}    demo
131     [Teardown]    Close All Browsers
132
133
134 Get Relationship Data
135     [Arguments]   ${relationships}
136     :FOR    ${r}   IN   @{relationships}
137     \     ${status}   ${relationship_data}   Run Keyword And Ignore Error    Set Variable   ${r['relationship-data']}
138     \     Return From Keyword If    '${status}' == 'PASS'   ${relationship_data}
139
140
141 Get Generic VNF By ID
142     [Arguments]   ${vnf_id}
143     ${resp}=    Run A&AI Get Request      ${AAI_INDEX PATH}/network/generic-vnfs/generic-vnf?vnf-id=${vnf_id}
144     Should Be Equal As Strings  ${resp.status_code}     200
145     [Return]   ${resp.json()}
146
147 Get Service Instance
148     [Arguments]   ${vnf_name}
149     ${resp}=    Run A&AI Get Request      ${AAI_INDEX PATH}/network/generic-vnfs/generic-vnf?vnf-name=${vnf_name}
150     Should Be Equal As Strings  ${resp.status_code}     200
151     [Return]   ${resp.json()}
152
153 Get Persona Model Id
154     [Documentation]    Query and Validates A&AI Service Instance
155     [Arguments]    ${service_instance_id}    ${service_type}   ${customer_id}
156     ${resp}=    Run A&AI Get Request      ${INDEX PATH}${CUSTOMER SPEC PATH}${customer_id}${SERVICE SUBSCRIPTIONS}${service_type}${SERVICE INSTANCE}${service_instance_id}
157     ${persona_model_id}=   Get From DIctionary   ${resp.json()['service-instance'][0]}    model-invariant-id
158     [Return]   ${persona_model_id}
159
160 APPC Mount Point
161     [Arguments]   ${vf_module_name}
162     Run Openstack Auth Request    auth
163     ${status}   ${stack_info}=   Run Keyword and Ignore Error    Wait for Stack to Be Deployed    auth    ${vf_module_name}   timeout=120s
164     Run Keyword if   '${status}' == 'FAIL'   FAIL   ${vf_module_name} Stack is not found
165     ${stack_id}=    Get From Dictionary    ${stack_info}    id
166     ${server_list}=    Get Openstack Servers    auth
167     ${vpg_name_0}=    Get From Dictionary    ${stack_info}    vpg_name_0
168     ${vnf_id}=    Get From Dictionary    ${stack_info}    vnf_id
169     ${vpg_public_ip}=    Get Server Ip    ${server_list}    ${stack_info}   vpg_name_0    network_name=public
170  
171     #  vpg_oam_ip is no longer needed - use vpg_public_ip
172     #${vpg_oam_ip}=    Get From Dictionary    ${stack_info}    vpg_private_ip_1
173     #${vpg_oam_ip}=    Get From Dictionary    ${stack_info}    vpg_onap_private_ip_0 
174     #${appc}=    Create Mount Point In APPC    ${vpg_name_0}    ${vpg_oam_ip}
175     #${appc}=    Create Mount Point In APPC    ${vnf_id}    ${vpg_oam_ip}
176
177     ${appc}=    Create Mount Point In APPC    ${vnf_id}    ${vpg_public_ip}
178
179 Instantiate VNF
180     [Arguments]   ${service}   ${vf_module_label}=NULL
181     Setup Orchestrate VNF    ${GLOBAL_AAI_CLOUD_OWNER}    SharedNode    OwnerType    v1    CloudZone
182     ${vf_module_name_list}    ${service}     ${generic_vnfs}=    Orchestrate VNF    DemoCust    ${service}   ${service}    ${TENANT_NAME}
183     Save For Delete
184     Log to Console   Customer Name=${CUSTOMER_NAME}
185     :FOR  ${vf_module_name}  IN   @{vf_module_name_list}
186     \   Log To Console   VNF Module Name=${vf_module_name}
187     # Don't get from MSO for now due to SO-1186
188     # ${model_invariant_id}=  Run MSO Get ModelInvariantId   ${SUITE_SERVICE_MODEL_NAME}  ${vf_module_label}
189     ${model_invariant_id}=   Set Variable   ${EMPTY}
190     :FOR    ${vf_module}    IN    @{generic_vnfs}
191     \    ${generic_vnf}=    Get From Dictionary    ${generic_vnfs}    ${vf_module}
192     \    ${model_invariant_id}=    Set Variable If    '${vf_module_label}' in '${vf_module}'   ${generic_vnf['model-invariant-id']}    ${model_invariant_id}
193     Log to Console   Update old vFWCL Policy for ModelInvariantID=${model_invariant_id}
194     ${status}   ${value}=   Run Keyword And Ignore Error  Update vVFWCL Policy   ${model_invariant_id}
195     :FOR  ${vf_module_name}  IN   @{vf_module_name_list}
196     \   Log To Console   APPC Mount Point for VNF Module Name=${vf_module_name}
197     \   ${status}   ${value}=   Run Keyword And Ignore Error  APPC Mount Point    ${vf_module_name}
198
199 Instantiate Demo VNF
200     [Arguments]   ${service}   ${vf_module_label}=NULL
201     Setup Orchestrate VNF    ${GLOBAL_AAI_CLOUD_OWNER}    SharedNode    OwnerType    v1    CloudZone
202     ${vf_module_name}    ${service}    ${generic_vnfs}=   Orchestrate Demo VNF    Demonstration    ${service}   ${service}    ${TENANT_NAME}
203     #Save For Delete
204     Log to Console   Customer Name=${CUSTOMER_NAME}
205     Log to Console   VNF Module Name=${vf_module_name}
206     # Don't get from MSO for now due to SO-1186
207     # ${model_invariant_id}=  Run MSO Get ModelInvariantId   ${SUITE_SERVICE_MODEL_NAME}  ${vf_module_label}
208     ${model_invariant_id}=   Set Variable   ${EMPTY}
209     :FOR    ${vf_module}    IN    @{generic_vnfs}
210     \    ${generic_vnf}=    Get From Dictionary    ${generic_vnfs}    ${vf_module}
211     \    ${model_invariant_id}=    Set Variable If    '${vf_module_label}' in '${vf_module}'   ${generic_vnf['model-invariant-id']}    ${model_invariant_id}
212     Log to Console   ModelInvariantID=${model_invariant_id}
213     ${status}   ${value}=   Run Keyword And Ignore Error  Update vVFWCL Policy   ${model_invariant_id}
214     ${status}   ${value}=   Run Keyword And Ignore Error  APPC Mount Point    ${vf_module_name}
215
216
217 Save For Delete
218     [Documentation]   Create a variable file to be loaded for save for delete
219     ${dict}=    Create Dictionary
220     Set To Dictionary   ${dict}   TENANT_NAME=${TENANT_NAME}
221     Set To Dictionary   ${dict}   TENANT_ID=${TENANT_ID}
222     Set To Dictionary   ${dict}   CUSTOMER_NAME=${CUSTOMER_NAME}
223     Set To Dictionary   ${dict}   STACK_NAME=${STACK_NAME}
224     Set To Dictionary   ${dict}   SERVICE=${SERVICE}
225     Set To Dictionary   ${dict}   VVG_SERVER_ID=${VVG_SERVER_ID}
226     Set To Dictionary   ${dict}   SERVICE_INSTANCE_ID=${SERVICE_INSTANCE_ID}
227
228     Set To Dictionary   ${dict}   VLB_CLOSED_LOOP_DELETE=${VLB_CLOSED_LOOP_DELETE}
229     Set To Dictionary   ${dict}   VLB_CLOSED_LOOP_VNF_ID=${VLB_CLOSED_LOOP_VNF_ID}
230
231     Set To Dictionary   ${dict}   CATALOG_SERVICE_ID=${CATALOG_SERVICE_ID}
232
233     ${vars}=    Catenate
234     ${keys}=   Get Dictionary Keys    ${dict}
235     :FOR   ${key}   IN   @{keys}
236     \    ${value}=   Get From Dictionary   ${dict}   ${key}
237     \    ${vars}=   Catenate   ${vars}${key} = "${value}"\n
238
239     ${comma}=   Catenate
240     ${vars}=    Catenate   ${vars}CATALOG_RESOURCE_IDS = [
241     :FOR   ${id}   IN    @{CATALOG_RESOURCE_IDS}
242     \    ${vars}=    Catenate  ${vars}${comma} "${id}"
243     \    ${comma}=   Catenate   ,
244     ${vars}=    Catenate  ${vars}]\n
245     OperatingSystem.Create File   ${FILE_CACHE}/${STACK_NAME}.py   ${vars}
246     OperatingSystem.Create File   ${FILE_CACHE}/lastVNF4HEATBRIGE.py   ${vars}
247
248