Commit bf2aaede authored by Hammad Zafar's avatar Hammad Zafar
Browse files

removed internal variables from GUI

parent fd992ed3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -697,7 +697,7 @@ POST Update NSInstance
    Run Keyword If    ${check_descriptors} == 1    PARSE the Descriptor File
    Run Keyword If    ${check_descriptors} == 1    PARSE the NS Descriptor File  
    ${template} =    Get File    jsons/UpdateNsRequest.json
    ${body}=        Format String   ${template}     vnfdId=${descriptor_id}    vnfFlavourId=${Flavour_ID}    newFlavourId=${Flavour_ID}    vnfVirtualLinkDescId=${VirtualLink_IDs[0]}    instantiationLevelId=${InstantiationLevel_IDs[1]}    vnfInstantiationLevelId=${InstantiationLevel_IDs[0]}    newNsdId=${NS_DescriptorID}    sapdId=${SAP_IDs[0]}    
    ${body}=        Format String   ${template}     vnfUpdateType=${vnfUpdateType}    vnfdId=${descriptor_id}    vnfFlavourId=${Flavour_ID}    newFlavourId=${Flavour_ID}    vnfVirtualLinkDescId=${VirtualLink_IDs[0]}    instantiationLevelId=${InstantiationLevel_IDs[1]}    vnfInstantiationLevelId=${InstantiationLevel_IDs[0]}    newNsdId=${NS_DescriptorID}    sapdId=${SAP_IDs[0]}    
    Post    ${apiRoot}/${apiName}/${apiMajorVersion}/ns_instances/${nsInstanceId}/update    ${body}
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse} 
+5 −1
Original line number Diff line number Diff line
@@ -301,6 +301,9 @@ ${NS_InvariantId}

### SOL005 NSLifecycleManagement-API ###

${VNFM_HOST}      localhost    # Hostname of the VNFM
${VNFM_PORT}      8080    # Listening port of the VNFM
${VNFM_SCHEMA}    https
#${CONTENT_TYPE}    application/json
#${CONTENT_TYPE_PATCH}    application/merge-patch+json
#${ACCEPT_JSON}         application/json
@@ -401,3 +404,4 @@ ${tosca_type_derived_from_VNF}
#${Product_Name}
#${Software_Version}
#${Descriptor_Version}
${Flavour_ID}
 No newline at end of file