Fix python3 issues in OFP 2
[integration/test.git] / csit / suites / openflowplugin / Inventory_Scalability_OF10 / 020__restconf_topology.robot
index be620b659bf8fe858360437462ed30e98316cbc9..512ebaac184f0f2bf77892d92bbdcc3e1916d0ba 100644 (file)
@@ -31,7 +31,7 @@ Get Links Count
 Verify Element Count
     [Arguments]    ${URI}    ${xpath_location}    ${expected_count}
     ${resp}    RequestsLibrary.Get Request    session    ${REST_CONTEXT}    headers=${ACCEPT_XML}
-    Log    ${resp.content}
+    Log    ${resp.text}
     Should Be Equal As Strings    ${resp.status_code}    200
-    ${count}=    Get Element Count    ${resp.content}    xpath=${xpath_location}
+    ${count}=    Get Element Count    ${resp.text}    xpath=${xpath_location}
     Should Be Equal As Numbers    ${count}    ${expected_count}