Fix python3 issues in OFP
[integration/test.git] / csit / suites / openflowplugin / MD_SAL_NSF_OF10 / 040_restconf_frm.robot
index 0c8a8762fad3171febcd9443f7f1ca7c2e762abb..7c986052d183d5ccf6143ad631c485d7efd34906 100644 (file)
@@ -21,7 +21,7 @@ Verify after adding flow config - Output to physical port#
     [Documentation]    Verify the flow
     ${resp}    RequestsLibrary.Get Request    session    ${CONFIG_NODES_API}/node/openflow:1/table/0
     Should Be Equal As Strings    ${resp.status_code}    200
-    Should Contain    ${resp.content}    152
+    Should Contain    ${resp.text}    152
 
 Verify after adding flow operational - Output to physical port#
     [Documentation]    Verify the flow
@@ -37,7 +37,7 @@ Verify after deleting flow config - Output to physical port#
     [Documentation]    Verify the flow
     ${resp}    RequestsLibrary.Get Request    session    ${CONFIG_NODES_API}/node/openflow:1/table/0
     Should Be Equal As Strings    ${resp.status_code}    200
-    Should Not Contain    ${resp.content}    152
+    Should Not Contain    ${resp.text}    152
     #    Standing bug #368 - This has been fixed
 
 Verify after deleting flow operational - Output to physical port#