X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FMD_SAL_NSF_OF13%2F040_restconf_frm.robot;h=7e3ae087cf90008d47e5cc40778f4ecb1add3ec1;hb=refs%2Fchanges%2F82%2F90582%2F22;hp=9c7df31f41b806bec8789f2818cef77d787bdee5;hpb=c08b0daa07b26e37c6981c0f1f61c241d7ed8bf3;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/MD_SAL_NSF_OF13/040_restconf_frm.robot b/csit/suites/openflowplugin/MD_SAL_NSF_OF13/040_restconf_frm.robot index 9c7df31f41..7e3ae087cf 100644 --- a/csit/suites/openflowplugin/MD_SAL_NSF_OF13/040_restconf_frm.robot +++ b/csit/suites/openflowplugin/MD_SAL_NSF_OF13/040_restconf_frm.robot @@ -22,7 +22,7 @@ Verify after adding flow config - Sending IPv4 Dest Address and Eth type [Documentation] Verify the flow ${resp} RequestsLibrary.Get Request session ${CONFIG_NODES_API}/node/openflow:1/table/2 Should Be Equal As Strings ${resp.status_code} 200 - Should Contain ${resp.content} 139 + Should Contain ${resp.text} 139 Verify after adding flow operational - Sending IPv4 Dest Address and Eth type [Documentation] Verify the flow @@ -38,7 +38,7 @@ Verify after modifying flow config - Output to physical port# [Documentation] Verify the flow ${resp} RequestsLibrary.Get Request session ${CONFIG_NODES_API}/node/openflow:1/table/2 Should Be Equal As Strings ${resp.status_code} 200 - Should Contain ${resp.content} 10.0.20.1 + Should Contain ${resp.text} 10.0.20.1 Verify after modifying flow operational - Output to physical port# [Documentation] Verify the flow @@ -54,7 +54,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/2 Should Be Equal As Strings ${resp.status_code} 200 - Should Not Contain ${resp.content} 139 + Should Not Contain ${resp.text} 139 Verify after deleting flow operational - Output to physical port# [Documentation] Verify the flow