Commit 7a61e375 authored by Muhammad Umair Zafar's avatar Muhammad Umair Zafar
Browse files

correct the retrieve function and remove the redundant check for TC_MEC_MEC048_MEO_CSE_009_OK

parent f7fa43c4
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -235,12 +235,9 @@ TC_MEC_MEC048_MEO_CSE_009_OK
    [Tags]    PIC_SERVICES
    [Setup]   Register tenant Info    TenantInfo
    Register mutiple site resource quota Info and get site Ids    ${TENANT_ID_1}    SiteResourceQuotaInfo    SiteResourceQuotaInfo2    SiteResourceQuotaInfo3
    Retrieve all resource quota info resource   ${TENANT_ID_1} 
    Retrieve all site resource quota info resource   ${TENANT_ID_1} 
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is  SiteResourceQuotaInfoList
    FOR  ${element}  IN  @{response['body']}
      Should Be Equal As Strings    ${element}[siteId]      ${SITE_ID_1}
    END
    Remove mutiple site resource quota Info    ${TENANT_ID_1}    ${SITE_ID_1}    ${SITE_ID_2}    ${SITE_ID_3}
    [Teardown]  Remove specific tenant info resource    ${TENANT_ID_1}