Skip to content
Snippets Groups Projects
Commit e5327faf authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

replaced existance with existence

parent bf870e67
No related branches found
No related tags found
1 merge request!87Resolution of edithelp comments for 2.4.1
Showing
with 23 additions and 23 deletions
......@@ -27,7 +27,7 @@ Check Postcondition VNF fault management individual alarm Exists
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is alarm
Check Individual Subscription existance
Check Individual Subscription existence
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId}
......
......@@ -96,7 +96,7 @@ DELETE Cancel operation task - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs/${vnfLcmOpOccId}
......
......@@ -70,7 +70,7 @@ DELETE Change external VNF connectivity - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -99,7 +99,7 @@ DELETE Change deployment flavour VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -98,7 +98,7 @@ DELETE Fail operation task - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs/${vnfLcmOpOccId}
......
......@@ -100,7 +100,7 @@ DELETE Heal VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -69,7 +69,7 @@ DELETE an individual subscription
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -116,7 +116,7 @@ DELETE Individual VNFInstance Conflict
Check HTTP Response Body Json Schema Is ProblemDetails
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -86,7 +86,7 @@ DELETE Instantiate VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -7,7 +7,7 @@ Library JSONLibrary
Library JSONSchemaLibrary schemas/
Resource VnfLcmMntOperationKeywords.robot
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Operate a vnfInstance
......@@ -99,7 +99,7 @@ DELETE Operate VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -8,7 +8,7 @@ Library JSONSchemaLibrary schemas/
Resource VnfLcmMntOperationKeywords.robot
Documentation This task resource represents the "Retry operation" operation. The client can use this resource to initiate retrying a VNF lifecycle operation.
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
Post Retry operation task
......@@ -99,7 +99,7 @@ DELETE Retry operation task - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs/${vnfLcmOpOccId}
......
......@@ -7,7 +7,7 @@ Library JSONLibrary
Library JSONSchemaLibrary schemas/
Resource VnfLcmMntOperationKeywords.robot
Documentation This task resource represents the "Rollback operation" operation. The client can use this resource to initiate rolling back a VNF lifecycle operation
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
Post Rollback operation task
......@@ -99,7 +99,7 @@ DELETE Rollback operation task - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs/${vnfLcmOpOccId}
......
......@@ -6,7 +6,7 @@ Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Resource VnfLcmMntOperationKeywords.robot
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Scale a vnfInstance
......@@ -99,7 +99,7 @@ DELETE Scale VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -100,7 +100,7 @@ DELETE Scale to level VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -6,7 +6,7 @@ Resource VnfLcmMntOperationKeywords.robot
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Terminate a vnfInstance
......@@ -85,7 +85,7 @@ DELETE Terminate VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
*** Keywords ***
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -125,7 +125,7 @@ Get individual grant success
${body}= Output response
Set Suite Variable &{response} ${body}
Check resource existance
Check resource existence
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId}
......
......@@ -7,7 +7,7 @@ Library JSONSchemaLibrary schemas/
Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
Documentation This resource represents an individual subscription. The client can use this resource to read and to terminate a
... subscription to notifications related to the availability of the virtualised resources quotas.
Suite Setup Check Individual Subscription existance
Suite Setup Check Individual Subscription existence
*** Test Cases ***
Create new Virtualised Resources Quota Available Notification individual subscription
......
......@@ -14,7 +14,7 @@ Create Sessions
Wait For Process handle=mockInstance timeout=5s on_timeout=continue
Create Mock Session ${callback_uri}:${callback_port}
Check Individual Subscription existance
Check Individual Subscription existence
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment