Commit 38e2a15b authored by Michele Carignani's avatar Michele Carignani
Browse files

some fixes as reported from plu2020

parent 900adfc2
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ POST Fail operation task
    ...    Applicability: none
    ...    Post-Conditions: VNF resource state is FINALLY_FAILED
    Post Fail operation
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check Operation Occurrence Id existence
    Check operation resource state is FINALLY_FAILED

+7 −7
Original line number Diff line number Diff line
@@ -59,14 +59,14 @@ PATCH an individual subscription - Method not implemented
DELETE an individual subscription
     [Documentation]    Test ID: 7.3.1.18.5
    ...    Test title: DELETE an individual subscription
    ...    Test objective: The objective is to test that the method is not implemented
    ...    Test objective: The objective is to test that 200 is returned
    ...    Pre-conditions: none
    ...    Reference: clause 5.4.19.3.5 - ETSI GS NFV-SOL 003 [1] v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: subscription deleted from VNFM
    Delete Individual subscription
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    200

*** Keywords ***
Check resource existence
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ Get information about multiple VNF instances
    ...    Post-Conditions: none 
    Get multiple VNF instances
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOcc 
    Check HTTP Response Body Json Schema Is    vnfLcmOpOcc 

PUT Individual VNF LCM Operation occurrences - Method not implemented
    [Documentation]    Test ID: 7.3.1.12.3
+568 −0

File added.

Preview size limit exceeded, changes collapsed.