Commit ae9b25cc authored by Giacomo Bernini's avatar Giacomo Bernini Committed by Giacomo Bernini
Browse files

[fix-test][SOL005][NS-LCM][v5.2.1][5.3.2.x.y Test-IDs] fix - updated and...

[fix-test][SOL005][NS-LCM][v5.2.1][5.3.2.x.y Test-IDs] fix - updated and implemented new tests to cover 404 http error code in SOL005 NS LCM - item #7 in NFVSOL(25)000288
parent 723204fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ POST Cancel operation task Not Found
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: none       
	POST Cancel operation task
	POST Cancel operation task with invalide resource
	Check HTTP Response Status Code Is    404
	Check HTTP Response Body Json Schema Is    ProblemDetails
		
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ POST Continue operation task Not Found
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: none 
	POST Continue operation task
	POST Continue operation task with invalid resource
	Check HTTP Response Status Code Is    404
	Check HTTP Response Body Json Schema Is    ProblemDetails
		
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ POST Fail operation task Not Found
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: none 
	POST Fail operation task
	POST Fail operation task with invalid resource
	Check HTTP Response Status Code Is    404
	Check HTTP Response Body Json Schema Is    ProblemDetails
		
+13 −0
Original line number Diff line number Diff line
@@ -107,5 +107,18 @@ POST Heal a NSInstance with not permitted authorization scope
    POST Heal NSInstance with not permitted authorization scope
    Check HTTP Response Status Code Is    401

POST Heal a NSInstance with invalid resource
    [Documentation]    Test ID: 5.3.2.6.8
    ...    Test title: POST Heal a NSInstance with invalid resource
    ...    Test objective: The objective is to test that POST method fail if heal request is performed on an invalid resource 
    ...    Pre-conditions: NS Instance is in INSTANTIATED state
    ...    Reference: Clause 6.4.7.3.1 - ETSI GS NFV-SOL 005 [3] v5.2.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: none
    POST Heal NSInstance with invalid resource
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails

    
    
 No newline at end of file
+14 −1
Original line number Diff line number Diff line
@@ -110,3 +110,16 @@ DELETE Individual NSInstance with not permitted authorization scope
    ...    Post-Conditions: none
    DELETE IndividualNSInstance with not permitted authorization scope  
    Check HTTP Response Status Code Is    401

GET Information about an individual NS Instance with invalid resource
    [Documentation]    Test ID: 5.3.2.2.9
    ...    Test title: ET Information about an individual NS Instance with invalid resource
    ...    Test objective: The objective is to test that GET method fails when using an invalid resource
    ...    Pre-conditions: none
    ...    Reference: Clause 6.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v5.2.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: none
    GET IndividualNSInstance with invalid resource
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file
Loading