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

[test-upd][SOL025][DATA-ANALYTICS][v5.2.1][12.3.1.1.9 Test-ID] Add a check for...

[test-upd][SOL025][DATA-ANALYTICS][v5.2.1][12.3.1.1.9 Test-ID] Add a check for all_fields attribute selector
parent 8537696c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ GET information about Analytics with all_fields attribute selector
    GET Analytics with all_fields attribute selector
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    telcoCloudAnalytics
    Check Response should Contains    reports
GET information about Analytics with exclude_default attribute selector
    [Documentation]    Test ID: 12.3.1.1.10
    ...    Test title: GET information about Analytics with "exclude_default" attribute selector
+7 −0
Original line number Diff line number Diff line
@@ -412,6 +412,13 @@ Check HTTP Response Body Json Schema Is
    ${schema} =    Catenate    SEPARATOR=    ${input}    .schema.json
    Validate Json    ${schema}    ${response['body']}
    Log    Json Schema Validation OK
Check Response should Contains
    [Arguments]    ${argument}
    ${body}=    Set Variable    ${response['body']}
    ${first_item}=    Get From List    ${body}    0
    Dictionary Should Contain Key    ${first_item}    ${argument}
    Log    ${argument} attribute is present in the response


## Subscriptions
Get all Subscriptions