| Should Be Equal ${MESSAGE} Hello, world! |
| [Documentation] Check if /tmp exists |
| [Documentation] Check if www.onap.org can be reached |
| Create Session openo http://www.onap.org |
| [Documentation] Check /hello endpoint |
| Create Session hello http://${AAF_IP}:1080 |
| CheckUrl hello /hello 200 |
| [Documentation] Check ${DBC_URI}/info endpoint |
| Create Session heartbeat http://${DMAAPBC_IP}:8080 |
| CheckUrl heartbeat ${DBC_URI}/info 204 |
| Directory Should Exist ${path} |
| [Arguments] ${session} ${path} ${expect} |
| ${resp}= Get Request ${session} ${path} |
| Should Be Equal As Integers ${resp.status_code} ${expect} |