Commit 83f2362e authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

replaced occurence with occurrence (plural and capital also)

parent e5327faf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ Create Sessions
    Wait For Process  handle=mockInstance  timeout=5s  on_timeout=continue
    Wait For Process  handle=mockInstance  timeout=5s  on_timeout=continue
    Create Mock Session  ${callback_uri}:${callback_port}     #The API producer is set to NFVO according to SOL002-7.3.4
    Create Mock Session  ${callback_uri}:${callback_port}     #The API producer is set to NFVO according to SOL002-7.3.4
    
    
Check Individual Subscription existance
Check Individual Subscription existence
    Set Headers    {"Accept":"${ACCEPT}"}
    Set Headers    {"Accept":"${ACCEPT}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Get    ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} 
    Get    ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} 
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
Library    OperatingSystem
Library    OperatingSystem
Library    JSONLibrary
Library    JSONLibrary
Library    JSONSchemaLibrary    schemas/
Library    JSONSchemaLibrary    schemas/
Suite Setup    Check resource existance
Suite Setup    Check resource existence


*** Test Cases ***
*** Test Cases ***
POST Heal a NSInstance
POST Heal a NSInstance
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
Library    OperatingSystem
Library    OperatingSystem
Library    JSONLibrary
Library    JSONLibrary
Library    JSONSchemaLibrary    schemas/
Library    JSONSchemaLibrary    schemas/
Suite Setup    Check resource existance
Suite Setup    Check resource existence


*** Test Cases ***
*** Test Cases ***
POST Individual NSInstance - Method not implemented
POST Individual NSInstance - Method not implemented
+6 −6
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@ Library JSONLibrary
Library    JSONSchemaLibrary    schemas/
Library    JSONSchemaLibrary    schemas/


*** Test Cases ***
*** Test Cases ***
Post Individual NS LCM occurences - Method not implemented
Post Individual NS LCM occurrences - Method not implemented
    [Documentation]    Test ID: 5.3.2.9.1
    [Documentation]    Test ID: 5.3.2.9.1
    ...    Test title: Post Individual NS LCM occurrences - Method not implemented
    ...    Test title: Post Individual NS LCM occurrences - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
@@ -16,7 +16,7 @@ Post Individual NS LCM occurences - Method not implemented
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not created in the NFVO
    ...    Post-Conditions: The NS instance is not created in the NFVO
	POST Individual NS LCM OP Occurence
	POST Individual NS LCM OP Occurrence
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


Get status information about Individual NS LCM occurrences   
Get status information about Individual NS LCM occurrences   
@@ -28,7 +28,7 @@ Get status information about Individual NS LCM occurrences
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
	GET Individual NS LCM OP Occurence
	GET Individual NS LCM OP Occurrence
	Check HTTP Response Status Code Is    200
	Check HTTP Response Status Code Is    200
	Check HTTP Response Body Json Schema Is    NsLcmOpOcc
	Check HTTP Response Body Json Schema Is    NsLcmOpOcc
	
	
@@ -41,7 +41,7 @@ PUT status information about Individual NS LCM occurrences - Method not implemen
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not modified from the NFVO
    ...    Post-Conditions: The NS instance is not modified from the NFVO
    PUT Individual NS LCM OP Occurence
    PUT Individual NS LCM OP Occurrence
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


PATCH status information about Individual NS LCM occurrences - Method not implemented
PATCH status information about Individual NS LCM occurrences - Method not implemented
@@ -53,7 +53,7 @@ PATCH status information about Individual NS LCM occurrences - Method not implem
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not modified from the NFVO
    ...    Post-Conditions: The NS instance is not modified from the NFVO
    PATCH Individual NS LCM OP Occurence
    PATCH Individual NS LCM OP Occurrence
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


DELETE status information about Individual NS LCM occurrences - Method not implemented
DELETE status information about Individual NS LCM occurrences - Method not implemented
@@ -65,7 +65,7 @@ DELETE status information about Individual NS LCM occurrences - Method not imple
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not deleted from the NFVO
    ...    Post-Conditions: The NS instance is not deleted from the NFVO
    DELETE Individual NS LCM OP Occurence
    DELETE Individual NS LCM OP Occurrence
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405
    
    


+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ Library OperatingSystem
Library    JSONLibrary
Library    JSONLibrary
Library    JSONSchemaLibrary    schemas/
Library    JSONSchemaLibrary    schemas/


Suite Setup    Check subscription existance 
Suite Setup    Check subscription existence 


*** Test Cases ***
*** Test Cases ***
POST Individual Subscription - Method not implemented
POST Individual Subscription - Method not implemented
Loading