Commit c54f0864 authored by Eisha Ayaz's avatar Eisha Ayaz Committed by Giacomo Bernini
Browse files

[fix-test][SOL002][VNF-LCM][v5.2.1][6.3.5.x.y Test-IDs] fix - post condition to none

parent fed6c9b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ POST Create VNF Snapshot Task with not permitted authorization scope
    ...    Reference: Clause 5.4.21.3.1 - ETSI GS NFV-SOL 002 [2] v5.2.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: in response header Location shall not be null         
    ...    Post-Conditions: none         
    POST Create VNF Snapshot Task with not permitted authorization scope
    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails
@@ -144,7 +144,7 @@ POST Create VNF Snapshot Task - Unauthorized
    ...    Reference: Clause 5.4.21.3.1 - ETSI GS NFV-SOL 002 [2] v5.2.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: in response header Location shall not be null         
    ...    Post-Conditions: none         
    POST Create VNF Snapshot Task - Unauthorized
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails
+2 −2
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ POST Create a new VNF Snapshot with not permitted authorization scope
    ...    Reference: Clause 5.4.23.3.1 - ETSI GS NFV-SOL 002 [2] v5.2.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: VNF snapshot is created
    ...    Post-Conditions: none
    POST Create a new VNF Snapshot with not permitted authorization scope
    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails
@@ -220,7 +220,7 @@ POST Create a new VNF Snapshot - Unauthorized
    ...    Reference: Clause 5.4.23.3.1 - ETSI GS NFV-SOL 002 [2] v5.2.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: VNF snapshot is created
    ...    Post-Conditions: none
    POST Create a new VNF Snapshot - Unauthorized
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file