X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fsfc%2FSFC_Basic%2F060__sfc_service_paths.robot;fp=csit%2Fsuites%2Fsfc%2FSFC_Basic%2F060__sfc_service_paths.robot;h=ebb8639f95208e38b9f6243ca7dd343b90118863;hb=481a31828e261502f2f266d9d94dee9faa50a885;hp=b24edc999e531549add5f89eeaf0bb5965dcade2;hpb=d0a64ea2832671b1cd408ca0c23809875b4a1c9a;p=integration%2Ftest.git diff --git a/csit/suites/sfc/SFC_Basic/060__sfc_service_paths.robot b/csit/suites/sfc/SFC_Basic/060__sfc_service_paths.robot index b24edc999e..ebb8639f95 100644 --- a/csit/suites/sfc/SFC_Basic/060__sfc_service_paths.robot +++ b/csit/suites/sfc/SFC_Basic/060__sfc_service_paths.robot @@ -55,7 +55,7 @@ Delete A Service Function Path Should Be Equal As Strings ${resp.status_code} 404 ${resp} RequestsLibrary.Get Request session ${SERVICE_FUNCTION_PATHS_URI} Should Contain ${ALLOWED_STATUS_CODES} ${resp.status_code} - Should Not Contain ${resp.content} SFC1-100 + Should Not Contain ${resp.text} SFC1-100 Delete A Non-existing Empty Service Function Path [Documentation] Delete A Non existing Service Function Path @@ -76,10 +76,10 @@ Put One Service Function Path Add Elements To URI From File ${SERVICE_FUNCTION_PATH400_URI} ${SERVICE_FUNCTION_PATH400_FILE} ${resp} RequestsLibrary.Get Request session ${SERVICE_FUNCTION_PATH400_URI} Should Contain ${ALLOWED_STATUS_CODES} ${resp.status_code} - Should Contain ${resp.content} SFC1-400 + Should Contain ${resp.text} SFC1-400 ${resp} RequestsLibrary.Get Request session ${SERVICE_FUNCTION_PATHS_URI} Should Contain ${ALLOWED_STATUS_CODES} ${resp.status_code} - Should Contain ${resp.content} SFC1-400 + Should Contain ${resp.text} SFC1-400 *** Keywords *** Init Suite