Commit 626bf0cf authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

new testcacse added, postcondition fixed

parent 038650c7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -94,5 +94,3 @@ DELETE Cancel operation task - Method not implemented
    ...    Post-Conditions: none
    DELETE Cancel operation task
    Check HTTP Response Status Code Is    405
 No newline at end of file
    
	
 No newline at end of file
+0 −2
Original line number Diff line number Diff line
@@ -6,9 +6,7 @@ Library OperatingSystem
Library    JSONLibrary
Library    JSONSchemaLibrary    schemas/


*** Test Cases ***

NS Instance Creation
    [Documentation]    Test ID: 5.3.2.18.1
    ...    Test title: NS Instance Creation
+4 −7
Original line number Diff line number Diff line
@@ -16,10 +16,9 @@ POST Individual NSInstance - Method not implemented
    ...    Reference: Clause 6.4.3.3.1 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: Check Postcondition NS Instance is not created
    ...    Post-Conditions: none
    POST IndividualNSInstance
    Check HTTP Response Status Code Is    405
    Check Postcondition NS Instance is not created

GET Information about an individual NS Instance
    [Documentation]    Test ID: 5.3.2.2.2
@@ -42,10 +41,9 @@ PUT Individual NSInstance - Method not implemented
    ...    Reference: Clause 6.4.3.3.3 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: Check Postcondition NS Instance is not modified
    ...    Post-Conditions: none
    PUT IndividualNSInstance
    Check HTTP Response Status Code Is    405
    Check Postcondition NS Instance is not modified

PATCH Individual NSInstance - Method not implemented 
    [Documentation]    Test ID: 5.3.2.2.4
@@ -55,10 +53,9 @@ PATCH Individual NSInstance - Method not implemented
    ...    Reference: Clause 6.4.3.3.4 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: Check Postcondition NS Instance is not modified
    ...    Post-Conditions: none
    PATCH IndividualNSInstance
    Check HTTP Response Status Code Is    405
    Check Postcondition NS Instance is not modified

DELETE Individual NSInstance
     [Documentation]    Test ID: 5.3.2.2.5
+5 −10
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Post Individual NS LCM occurrences - Method not implemented
    ...    Reference: Clause 6.4.10.3.1 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not created in the NFVO
    ...    Post-Conditions: none
	POST Individual NS LCM OP Occurrence
	Check HTTP Response Status Code Is    405

@@ -40,7 +40,7 @@ PUT status information about Individual NS LCM occurrences - Method not implemen
    ...    Reference: Clause 6.4.10.3.3 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not modified from the NFVO
    ...    Post-Conditions: none
    PUT Individual NS LCM OP Occurrence
    Check HTTP Response Status Code Is    405

@@ -52,7 +52,7 @@ PATCH status information about Individual NS LCM occurrences - Method not implem
    ...    Reference: Clause 6.4.10.3.4 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not modified from the NFVO
    ...    Post-Conditions: none
    PATCH Individual NS LCM OP Occurrence
    Check HTTP Response Status Code Is    405

@@ -64,11 +64,6 @@ DELETE status information about Individual NS LCM occurrences - Method not imple
    ...    Reference: Clause 6.4.10.3.5 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not deleted from the NFVO
    ...    Post-Conditions: none
    DELETE Individual NS LCM OP Occurrence
    Check HTTP Response Status Code Is    405
 No newline at end of file
    



	
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ POST Individual Subscription - Method not implemented
    ...    Reference: Clause 6.4.17.3.1 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The NS lifecycle management subscription is not created on the NFVO
    ...    Post-Conditions: none
    POST Individual Subscription
    Check HTTP Response Status Code Is    405

@@ -42,7 +42,7 @@ PUT an individual subscription - Method not implemented
    ...    Reference: Clause 6.4.17.3.3 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The NS lifecycle management subscription is not modified by the operation
    ...    Post-Conditions: none
    PUT Individual Subscription
    Check HTTP Response Status Code Is    405

@@ -54,7 +54,7 @@ PATCH an individual subscription - Method not implemented
    ...    Reference: Clause 6.4.17.3.4 - ETSI GS NFV-SOL 005 [3] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: The NS lifecycle management subscription is not modified by the operation
    ...    Post-Conditions: none
    PATCH Individual Subscription
    Check HTTP Response Status Code Is    405
    
Loading