From: Jamo Luhrsen Date: Mon, 22 Jun 2020 23:24:57 +0000 (-0700) Subject: Remove HTTP library X-Git-Tag: pre-potassium~198 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=6838594cb940b69bff1b1ee00bacc4258939ef3f Remove HTTP library The library is old and does not work with python3. It appears that the *** Settings *** section in the affected files may have just been copy/paste from the same source and likely the library is not used. It's possible that some tests would break if the library was being used. In that case, things will have to be ported to the more commonly used RequetsLibrary keywords. Signed-off-by: Jamo Luhrsen Change-Id: I55e5d02818b0f2bfaf106cb26ecf43df9791c6e3 --- diff --git a/csit/suites/backuprestore/br-basic/020__br_sfc_tests.robot b/csit/suites/backuprestore/br-basic/020__br_sfc_tests.robot index 2e8c1a58e7..a953e6e6e2 100644 --- a/csit/suites/backuprestore/br-basic/020__br_sfc_tests.robot +++ b/csit/suites/backuprestore/br-basic/020__br_sfc_tests.robot @@ -6,7 +6,6 @@ Library SSHLibrary Library Collections Library OperatingSystem Library RequestsLibrary -Library HttpLibrary.HTTP Resource ../../../variables/Variables.robot Resource ../../../libraries/Utils.robot Resource ../../../libraries/TemplatedRequests.robot diff --git a/csit/suites/sfc/Full_Deploy/015__sfc_rendered_service_paths_logical.robot b/csit/suites/sfc/Full_Deploy/015__sfc_rendered_service_paths_logical.robot index 063c17fc0b..92bbbeb5b2 100644 --- a/csit/suites/sfc/Full_Deploy/015__sfc_rendered_service_paths_logical.robot +++ b/csit/suites/sfc/Full_Deploy/015__sfc_rendered_service_paths_logical.robot @@ -6,7 +6,6 @@ Library SSHLibrary Library Collections Library OperatingSystem Library RequestsLibrary -Library HttpLibrary.HTTP Resource ../../../libraries/SFC/SfcKeywords.robot Resource ../../../variables/sfc/Variables.robot Resource ../../../libraries/Utils.robot diff --git a/csit/suites/sfc/SFC_Basic/070__sfc_rendered_service_paths.robot b/csit/suites/sfc/SFC_Basic/070__sfc_rendered_service_paths.robot index b6f8f3b28f..65f3befa67 100644 --- a/csit/suites/sfc/SFC_Basic/070__sfc_rendered_service_paths.robot +++ b/csit/suites/sfc/SFC_Basic/070__sfc_rendered_service_paths.robot @@ -6,7 +6,6 @@ Library SSHLibrary Library Collections Library OperatingSystem Library RequestsLibrary -Library HttpLibrary.HTTP Resource ../../../variables/sfc/Variables.robot Resource ../../../libraries/SFC/SfcKeywords.robot Resource ../../../libraries/Utils.robot diff --git a/csit/suites/sfc/SFC_Persistency/020__sfc_persistency.robot b/csit/suites/sfc/SFC_Persistency/020__sfc_persistency.robot index 31cb8d3bf0..147e4a7931 100644 --- a/csit/suites/sfc/SFC_Persistency/020__sfc_persistency.robot +++ b/csit/suites/sfc/SFC_Persistency/020__sfc_persistency.robot @@ -6,7 +6,6 @@ Library SSHLibrary Library Collections Library OperatingSystem Library RequestsLibrary -Library HttpLibrary.HTTP Library ../../../libraries/SFC/SfcUtils.py Resource ../../../libraries/SFC/SfcKeywords.robot Resource ../../../libraries/ClusterOpenFlow.robot