diff options
author | DR695H <dr695h@att.com> | 2019-05-14 11:48:20 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-05-14 11:51:57 -0400 |
commit | 0ca56d1bc3ff43e8aca4c330283a01c6a422405a (patch) | |
tree | df3c495769b59e93588557e2bb4e0746d3df3715 /robot/resources/aai | |
parent | a9107a734e443c257a114812fb830a3628808efb (diff) |
remove unneeded libraries
httplibrary is replicated with requests so replacing the few places that
use it with the requests. also removing kafkalibrary since it isnt used
and we dont want to use it since its not python 3 compatible.
Change-Id: I4acd09e4f0f776ebf99f386d17637712551b3243
Issue-ID: TEST-155
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/aai')
-rw-r--r-- | robot/resources/aai/network.robot | 1 | ||||
-rw-r--r-- | robot/resources/aai/service_instance.robot | 1 | ||||
-rw-r--r-- | robot/resources/aai/volume_group.robot | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/robot/resources/aai/network.robot b/robot/resources/aai/network.robot index 6bda4e27..51b0df47 100644 --- a/robot/resources/aai/network.robot +++ b/robot/resources/aai/network.robot @@ -8,7 +8,6 @@ Library Collections Library OperatingSystem Library RequestsLibrary Library JSONUtils -Library HttpLibrary.HTTP Resource ../json_templater.robot diff --git a/robot/resources/aai/service_instance.robot b/robot/resources/aai/service_instance.robot index 31a4a610..bd399a2c 100644 --- a/robot/resources/aai/service_instance.robot +++ b/robot/resources/aai/service_instance.robot @@ -8,7 +8,6 @@ Library Collections Library OperatingSystem Library RequestsLibrary Library JSONUtils -Library HttpLibrary.HTTP Library StringTemplater Resource ../json_templater.robot Resource ../stack_validation/validate_vlb.robot diff --git a/robot/resources/aai/volume_group.robot b/robot/resources/aai/volume_group.robot index 40674a5e..de3e28d3 100644 --- a/robot/resources/aai/volume_group.robot +++ b/robot/resources/aai/volume_group.robot @@ -8,7 +8,6 @@ Library Collections Library OperatingSystem Library RequestsLibrary Library JSONUtils -Library HttpLibrary.HTTP Resource ../json_templater.robot |