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

[fix][SOL003][VNF-LCM][ v5.2.1] [7.3.1.x.y Test-IDs] Remove unstable STARTING...

[fix][SOL003][VNF-LCM][ v5.2.1] [7.3.1.x.y Test-IDs] Remove unstable STARTING state check from for VNF-LCM API
parent c3a8f768
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ POST Change external VNF connectivity
    POST Change External VNF Connectivity
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
    Check Operation Occurrence Resource Available
        
GET Change external VNF connectivity - Method not implemented
@@ -82,7 +81,6 @@ POST Change external VNF connectivity with permitted authorization scope
    POST Change External VNF Connectivity with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
    Check Operation Occurrence Resource Available
        
POST Change external VNF connectivity with not permitted authorization scope
@@ -147,5 +145,4 @@ POST Change external VNF connectivity - using extCpsDeletion
    POST Change External VNF Connectivity - using extCpsDeletion
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
    Check Operation Occurrence Resource Available
 No newline at end of file
+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ POST Change deployment flavour of a vnfInstance
    POST Change VNF deployment flavour
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
    Check Operation Occurrence Resource Available

POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
@@ -108,7 +107,6 @@ POST Change deployment flavour of a vnfInstance with permitted authorization sco
    POST Change VNF deployment flavour with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
    Check Operation Occurrence Resource Available

POST Change deployment flavour of a vnfInstance with not permitted authorization scope
+0 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ Instantiate a vnfInstance
    POST instantiate individual vnfInstance
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
    Check Operation Occurrence Resource Available

Instantiate a vnfInstance Conflict
@@ -96,7 +95,6 @@ Instantiate a vnfInstance with permitted authorization scope
    POST instantiate individual vnfInstance with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
    Check Operation Occurrence Resource Available

Instantiate a vnfInstance with not permitted authorization scope
+0 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ Post Retry operation task
    Post Retry operation
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING

Post Retry operation task Conflict (Not-FAILED_TEMP)
    [Documentation]    Test ID: 7.3.1.13.2
@@ -110,7 +109,6 @@ Post Retry operation task with permitted authorization scope
    Post Retry operation with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING

Post Retry operation task with not permitted authorization scope
    [Documentation]    Test ID: 7.3.1.13.9
+0 −2
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ Post Rollback operation task
    Post Rollback operation
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
    
POST Rollback operation task Conflict (Not-FAILED_TEMP)
    [Documentation]    Test ID: 7.3.1.14.2
@@ -109,7 +108,6 @@ Post Rollback operation task with permitted authorization scope
    Post Rollback operation with permitted authorization scope  
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING

Post Rollback operation task with not permitted authorization scope  
    [Documentation]    Test ID: 7.3.1.14.9
Loading