Commit 8d45149c authored by Afonso Castanheta's avatar Afonso Castanheta
Browse files

Update error response details in test plans

parent 6647d715
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -157,8 +157,8 @@ At this documentation you will have all information and related files and exampl
     2. Error Response Body must accomplish with **ProblemDetails** data structure with:
        * status 404
        * title with message "Not Found"
        * detail with message "API Invoker does not exist".
        * cause with message "API Invoker id not found".
        * detail with message "Please provide an existing Network App ID".
        * cause with message "Certificate not found for invoker".


## Test Case 4: Discover Published service APIs by registered API Invoker with 1 result filtered
+4 −4
Original line number Diff line number Diff line
@@ -86,8 +86,8 @@ At this documentation you will have all information and related files and exampl
     2. Error Response Body must accomplish with **ProblemDetails** data structure with:
        * status 404
        * title with message "Not Found"
        * detail with message "Invoker or APF or AEF or AMF Not found".
        * cause with message "Subscriber Not Found".
        * detail with message "Please provide an existing Subscriber ID".
        * cause with message "Certificate not found for Invoker or APF or AEF or AMF".

  3. Event Subscriptions are not stored in CAPIF Database

@@ -197,8 +197,8 @@ At this documentation you will have all information and related files and exampl

     * status 404
     * title with message "Not Found"
     * detail with message "Invoker or APF or AEF or AMF Not found".
     * cause with message "Subscriber Not Found".
     * detail with message "Please provide an existing Subscriber ID".
     * cause with message "Certificate not found for Invoker or APF or AEF or AMF".

---
## Test Case 5: Deletes an individual CAPIF Event Subscription with invalid SubscriptionId
+2 −2
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ At this documentation you will have all information and related files and exampl
        * status 404
        * title with message "Not Found"
        * detail with message "Please provide an existing Network App ID".
        * cause with message "Not exist Network App ID".
        * cause with message "Network App ID does not exist".


## Test Case 5: Offboard Network App
@@ -243,7 +243,7 @@ At this documentation you will have all information and related files and exampl
        * status 404
        * title with message "Not Found"
        * detail with message "Please provide an existing Network App ID".
        * cause with message "Not exist Network App ID".
        * cause with message "Network App ID does not exist".

## Test Case 7: Update Onboarded Network App Certificate

+6 −6
Original line number Diff line number Diff line
@@ -198,8 +198,8 @@ At this documentation you will have all information and related files and exampl
     2. body returned must accomplish **ProblemDetails** data structure, with:
        * status 404
        * title with message "Not Found"
        * detail with message "Not Exist Provider Enrolment Details".
        * cause with message "Not found registrations to Send **THIS** api provider details".
        * detail with message "Please provide an existing API Provider ID".
        * cause with message "API Provider ID does not exist".


## Test Case 5: Partially Update Registered Api Provider  
@@ -300,8 +300,8 @@ At this documentation you will have all information and related files and exampl

        * status 404
        * title with message "Not Found"
        * detail with message "Not Exist Provider Enrolment Details".
        * cause with message "Not found registrations to Send **THIS** api provider details".
        * detail with message "Please provide an existing API Provider ID".
        * cause with message "API Provider ID does not exist".


## Test Case 7: Delete Registered Api Provider   
@@ -396,8 +396,8 @@ At this documentation you will have all information and related files and exampl
     2. body returned must accomplish **ProblemDetails** data structure, with:
        * status 404
        * title with message "Not Found"
        * detail with message "Not Exist Provider Enrolment Details".
        * cause with message "Not found registrations to Send **THIS** api provider details".
        * detail with message "Please provide an existing API Provider ID".
        * cause with message "API Provider ID does not exist".


## Test Case 9: Onboard provider without supported_features
+2 −2
Original line number Diff line number Diff line
@@ -77,8 +77,8 @@ At this documentation you will have all information and related files and exampl
     2. Error Response Body must accomplish with **ProblemDetails** data structure with:
        * status **401**
        * title with message "Unauthorized"
        * detail with message "Publisher not existing".
        * cause with message "Publisher id not found".
        * detail with message "Please provide an existing APF ID".
        * cause with message "Certificate not found for APF".

  2. Service API is NOT stored in CAPIF Database