Commit 21f3667c authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

replaced informations with information

parent e27cc279
......@@ -2,7 +2,7 @@
Resource environment/variables.txt
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library JSONSchemaLibrary
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
Escalate the perceived severity
......@@ -67,7 +67,7 @@ DELETE Escalate the perceived severity - 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}"}
......
......@@ -5,7 +5,7 @@ Library JSONSchemaLibrary schemas/
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Documentation This resource represents an individual subscription for VNF alarms.
... The client can use this resource to read and to terminate a subscription to notifications related to VNF fault management.
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Individual Subscription - Method not implemented
......@@ -68,12 +68,12 @@ DELETE an individual subscription
... Config ID: Config_prod_VNFM
... Applicability:
... Post-Conditions: the subscription is deleted
Check resource existance
Check resource existence
Delete individual subscription
Check HTTP Response Status Code Is 204
*** 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}/subscriptions/${subscriptionId}
......
......@@ -6,7 +6,7 @@ Library DependencyLibrary
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Documentation This task resource represents the "Cancel operation" operation. The client can use this resource to cancel an ongoing VNF lifecycle operation.
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
Post Cancel operation task
......@@ -97,7 +97,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}
......
......@@ -5,7 +5,7 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Change external VNF connectivity
......@@ -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}"}
......
......@@ -5,7 +5,7 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Change deployment flavour of a vnfInstance
......@@ -24,7 +24,7 @@ POST Change deployment flavour of a vnfInstance
POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
[Documentation] Test ID: 6.3.5.6.2
... Test title: POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
... Test objective: The objective is to test that POST method can't trigger a change in VNF deployment flavour because of a conflict with the state of the VNF instance resource.
... Test objective: The objective is to test that POST method cannot trigger a change in VNF deployment flavour because of a conflict with the state of the VNF instance resource.
... Pre-conditions: VNF instance resource is not in NOT-INSTANTIATED state
... Reference: clause 5.4.7.3.1 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VE
......@@ -38,7 +38,7 @@ POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
POST Change deployment flavour of a vnfInstance Not Found
[Documentation] Test ID: 6.3.5.6.3
... Test title: POST Change deployment flavour of a vnfInstance Not Found
... Test objective: The objective is to test that POST method can't trigger a change in VNF deployment flavour because the VNF instance resource is not found.
... Test objective: The objective is to test that POST method cannot trigger a change in VNF deployment flavour because the VNF instance resource is not found.
... Pre-conditions: VNF instance resource is not in NOT-INSTANTIATED state
... Reference: clause 5.4.7.3.1 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VE
......@@ -98,7 +98,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}"}
......
......@@ -97,7 +97,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}
......
......@@ -5,7 +5,7 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Heal a vnfInstance
......@@ -98,7 +98,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}"}
......
......@@ -68,7 +68,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}"}
......
......@@ -5,16 +5,16 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library JSONLibrary
Library JSONSchemaLibrary schemas/
*** Test Cases ***
Post Individual VNF LCM OP occurences - Method not implemented
Post Individual VNF LCM OP occurrences - Method not implemented
[Documentation] Test ID: 6.3.5.12.1
... Test title: Post Individual VNF LCM OP occurences - Method not implemented
... Test title: Post Individual VNF LCM OP occurrences - Method not implemented
... Test objective: The objective is to test that POST method is not implemented
... Pre-conditions: none
... Reference: clause 5.4.13.3.1 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions: none
Post Individual VNF LCM OP occurences
Post Individual VNF LCM OP occurrences
Check HTTP Response Status Code Is 405
Get status information about multiple VNF instances
......@@ -32,7 +32,7 @@ Get status information about multiple VNF instances
PUT status information about multiple VNF instances - Method not implemented
[Documentation] Test ID: 6.3.5.12.3
... Test title: Put Individual VNF LCM OP occurences - Method not implemented
... Test title: Put Individual VNF LCM OP occurrences - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 5.4.13.3.3 - ETSI GS NFV-SOL 002 [2] v2.4.1
......@@ -44,7 +44,7 @@ PUT status information about multiple VNF instances - Method not implemented
PATCH status information about multiple VNF instances - Method not implemented
[Documentation] Test ID: 6.3.5.12.4
... Test title: Patch Individual VNF LCM OP occurences - Method not implemented
... Test title: Patch Individual VNF LCM OP occurrences - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 5.4.13.3.4 - ETSI GS NFV-SOL 002 [2] v2.4.1
......@@ -56,7 +56,7 @@ PATCH status information about multiple VNF instances - Method not implemented
DELETE status information about multiple VNF instances - Method not implemented
[Documentation] Test ID: 6.3.5.12.5
... Test title: Delete Individual VNF LCM OP occurences - Method not implemented
... Test title: Delete Individual VNF LCM OP occurrences - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 5.4.13.3.5 - ETSI GS NFV-SOL 002 [2] v2.4.1
......
......@@ -6,7 +6,7 @@ Library DependencyLibrary
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
......@@ -85,7 +85,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}"}
......
......@@ -5,7 +5,7 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Operate a vnfInstance
......@@ -97,7 +97,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}"}
......
......@@ -6,7 +6,7 @@ Library DependencyLibrary
Library JSONLibrary
Library JSONSchemaLibrary schemas/
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
......@@ -98,7 +98,7 @@ DELETE Retry operation task - Method not implemented
Delete Retry operation
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 DependencyLibrary
Library JSONLibrary
Library JSONSchemaLibrary schemas/
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}
......
......@@ -5,7 +5,7 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Scale a vnfInstance
......@@ -97,7 +97,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}"}
......
......@@ -38,7 +38,7 @@ POST Scale a vnfInstance to level Conflict (Not-Instantiated)
POST Scale a vnfInstance Not Found
[Documentation] Test ID: 6.3.5.5.3
... Test title: POST Scale a vnfInstance Not Found
... Test objective: The objective is to verify that the operation cannot be executed , because the VNF instance resource can't be found.
... Test objective: The objective is to verify that the operation cannot be executed , because the VNF instance resource cannot be found.
... Pre-conditions: VNF instance resource is in NOT-INSTANTIATED state
... Reference: clause 5.4.6.3.1 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VE
......@@ -98,7 +98,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}"}
......
......@@ -5,7 +5,7 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
Suite Setup Check resource existence
*** Test Cases ***
POST Terminate a vnfInstance
......@@ -84,7 +84,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}"}
......
......@@ -23,7 +23,7 @@ POST Create a new vnfInstance
GET information about multiple VNF instances
[Documentation] Test ID: 6.3.5.1.2
... Test title: GET information about multiple VNF instances
... Test objective: The objective is to get informations about multiples VNF instances
... Test objective: The objective is to get information about multiples VNF instances
... Pre-conditions:
... Reference: clause 5.4.2.3.2 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VE
......@@ -37,7 +37,7 @@ GET information about multiple VNF instances
GET information about multiple VNF instances Bad Request Invalid attribute-based filtering parameters
[Documentation] Test ID: 6.3.5.1.3
... Test title: GET information about multiple VNF instances Bad Request Invalid attribute-based filtering parameters
... Test objective: The objective is to get informations about multiples VNF instances with Invalid attribute-based filtering parameters
... Test objective: The objective is to get information about multiples VNF instances with Invalid attribute-based filtering parameters
... Pre-conditions:
... Reference: clause 5.4.2.3.2 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VE
......@@ -50,7 +50,7 @@ GET information about multiple VNF instances Bad Request Invalid attribute-based
GET information about multiple VNF instances Bad Request Invalid attribute selector
[Documentation] Test ID: 6.3.5.1.4
... Test title: GET information about multiple VNF instances Bad Request Invalid attribute selector
... Test objective: The objective is to get informations about multiples VNF instances with Invalid attribute-based filtering parameters
... Test objective: The objective is to get information about multiples VNF instances with Invalid attribute-based filtering parameters
... Pre-conditions:
... Reference: clause 5.4.2.3.2 - ETSI GS NFV-SOL 002 [2] v2.4.1
... Config ID: Config_prod_VE
......
......@@ -692,14 +692,14 @@ DELETE Heal VNF
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
Post VNF LCM OP occurences
Post VNF LCM OP occurrences
log Trying to perform a POST. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Post ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
GET VNF LCM OP occurences
GET VNF LCM OP occurrences
Log Query status information about multiple VNF lifecycle management operation occurrences.
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......@@ -707,42 +707,42 @@ GET VNF LCM OP occurences
Get ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
GET VNF LCM OP occurences invalid attribute
GET VNF LCM OP occurrences invalid attribute
Log Query status information about multiple VNF lifecycle management operation occurrences.
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
GET ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs?attribute_not_exist=some_value
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
GET VNF LCM OP occurences invalid filter
GET VNF LCM OP occurrences invalid filter
Log Query status information about multiple VNF lifecycle management operation occurrences.
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
GET ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs?fields=wrong_field
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
PUT VNF LCM OP occurences
PUT VNF LCM OP occurrences
log Trying to perform a PUT. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Put ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
PATCH VNF LCM OP occurences
PATCH VNF LCM OP occurrences
log Trying to perform a PATCH. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Patch ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
DELETE VNF LCM OP occurences
DELETE VNF LCM OP occurrences
log Trying to perform a DELETE. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Delete ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
Post Individual VNF LCM OP occurences
Post Individual VNF LCM OP occurrences
log Trying to perform a POST. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
......@@ -514,14 +514,14 @@ DELETE Operate VNF
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
Post VNF LCM OP occurences
Post VNF LCM OP occurrences
log Trying to perform a POST. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Post ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
GET VNF LCM OP occurences
GET VNF LCM OP occurrences
Log Query status information about multiple VNF lifecycle management operation occurrences.
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......@@ -529,42 +529,42 @@ GET VNF LCM OP occurences
Get ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
GET VNF LCM OP occurences invalid attribute
GET VNF LCM OP occurrences invalid attribute
Log Query status information about multiple VNF lifecycle management operation occurrences.
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
GET ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs?attribute_not_exist=some_value
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
GET VNF LCM OP occurences invalid filter
GET VNF LCM OP occurrences invalid filter
Log Query status information about multiple VNF lifecycle management operation occurrences.
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
GET ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs?fields=wrong_field
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
PUT VNF LCM OP occurences
PUT VNF LCM OP occurrences
log Trying to perform a PUT. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Put ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
PATCH VNF LCM OP occurences
PATCH VNF LCM OP occurrences
log Trying to perform a PATCH. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Patch ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
DELETE VNF LCM OP occurences
DELETE VNF LCM OP occurrences
log Trying to perform a DELETE. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
Delete ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
Post Individual VNF LCM OP occurences
Post Individual VNF LCM OP occurrences
log Trying to perform a POST. This method should not be implemented
Set Headers {"Accept":"${ACCEPT}"}
Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment