*** Settings *** Library RequestsLibrary Library Collections Library urllib3 *** Test Cases *** customer_get_machines_list Disable Warnings Create Session yytclient ${yytclient} headers=${cloudfactory_customer_header} ${response} Get On Session yytclient /capacity-market/get/my-machines-list log ${response.json()} Should Be Equal As Numbers 200 ${response.status_code} Should Be Equal As Strings successful ${response.json()["message"]}