X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenstack%2Fneutron%2F030__ports.robot;fp=csit%2Fsuites%2Fopenstack%2Fneutron%2F030__ports.robot;h=83db6eb9b21ab170004e190571fc5e3284aa4122;hb=04c109b516d5739f32e7b0c44bf96df82d776485;hp=1311061bd97284098f7923efc662a8c14d392a24;hpb=49240378b2d9dbc9b696f835b7b64b398a59bbd8;p=integration%2Ftest.git diff --git a/csit/suites/openstack/neutron/030__ports.robot b/csit/suites/openstack/neutron/030__ports.robot index 1311061bd9..83db6eb9b2 100644 --- a/csit/suites/openstack/neutron/030__ports.robot +++ b/csit/suites/openstack/neutron/030__ports.robot @@ -17,7 +17,7 @@ Check OpenStack ports Log ${X-AUTH} ${resp} get request OSSession ${OSREST} Should be Equal As Strings ${resp.status_code} 200 - ${OSResult} To Json ${resp.content} + ${OSResult} To Json ${resp.text} Log ${OSResult} Check OpenDaylight ports @@ -26,7 +26,7 @@ Check OpenDaylight ports Create Session ODLSession http://${ODL_SYSTEM_IP}:${PORT} headers=${HEADERS} auth=${AUTH} ${resp} get request ODLSession ${NEUTRON_PORTS_API} Should be Equal As Strings ${resp.status_code} 200 - ${ODLResult} To Json ${resp.content} + ${ODLResult} To Json ${resp.text} Log ${ODLResult} Create New Port @@ -35,7 +35,7 @@ Create New Port Log ${data} ${resp} post request OSSession ${OSREST} data=${data} Should be Equal As Strings ${resp.status_code} 201 - ${result} To JSON ${resp.content} + ${result} To JSON ${resp.text} ${result} Get From Dictionary ${result} port ${PORTID} Get From Dictionary ${result} id Log ${result}