Merge "Modify Db script"
[integration/csit.git] / tests / so / vnfm_adapter / vnfm_adapter_test.robot
1 *** Settings ***
2 Library     Collections
3 Library     RequestsLibrary
4 Library     OperatingSystem
5 Library     json
6
7 *** Variables ***
8
9
10 *** Test Cases ***
11
12 Healthcheck
13     Create Session   refrepo  http://${REPO_IP}:9092
14     &{headers}=  Create Dictionary    Authorization=Basic dm5mbTpwYXNzd29yZDEk==    Content-Type=application/json
15     ${resp}=    Get Request    refrepo    /manage/health    headers=${headers}
16     Run Keyword If  '${resp.status_code}' == 'UP'   log to console  \nexecuted with expected result