From d92b007061e149fc733a52ca1e142358955fce42 Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 17 Jun 2019 17:23:14 -0400 Subject: adjust where we source keywords from Issue-ID: TEST-158 Change-Id: Icf8085ad56185850e261c318441c52f03d2ad37a Signed-off-by: DR695H --- robot/resources/openstack/cinder_interface.robot | 2 +- robot/resources/openstack/heat_interface.robot | 3 +-- robot/resources/openstack/keystone_interface.robot | 3 +-- robot/resources/openstack/neutron_interface.robot | 2 +- robot/resources/openstack/nova_interface.robot | 2 +- robot/resources/openstack/openstack_common.robot | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) (limited to 'robot/resources/openstack') diff --git a/robot/resources/openstack/cinder_interface.robot b/robot/resources/openstack/cinder_interface.robot index 7e11af3a..ab71d0f0 100644 --- a/robot/resources/openstack/cinder_interface.robot +++ b/robot/resources/openstack/cinder_interface.robot @@ -1,6 +1,6 @@ *** Settings *** Documentation The main interface for interacting with Openstack. It handles low level stuff like managing the authtoken and Openstack required fields -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library RequestsLibrary Library ONAPLibrary.Utilities Library OperatingSystem diff --git a/robot/resources/openstack/heat_interface.robot b/robot/resources/openstack/heat_interface.robot index e6ec504b..471c2a9f 100644 --- a/robot/resources/openstack/heat_interface.robot +++ b/robot/resources/openstack/heat_interface.robot @@ -1,9 +1,8 @@ *** Settings *** Documentation The interface for interacting with Openstack Heat API. -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library RequestsLibrary Library OperatingSystem -Library HEATUtils Library StringTemplater Library Collections Resource ../global_properties.robot diff --git a/robot/resources/openstack/keystone_interface.robot b/robot/resources/openstack/keystone_interface.robot index c6d5eddd..11dec823 100644 --- a/robot/resources/openstack/keystone_interface.robot +++ b/robot/resources/openstack/keystone_interface.robot @@ -1,8 +1,7 @@ *** Settings *** Documentation The main interface for interacting with Openstack Keystone API. It handles low level stuff like managing the authtoken and Openstack required fields -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library RequestsLibrary -Library HTTPUtils Library ONAPLibrary.Utilities Library Collections Library OperatingSystem diff --git a/robot/resources/openstack/neutron_interface.robot b/robot/resources/openstack/neutron_interface.robot index 5fdbbf80..63b3cd7c 100644 --- a/robot/resources/openstack/neutron_interface.robot +++ b/robot/resources/openstack/neutron_interface.robot @@ -1,6 +1,6 @@ *** Settings *** Documentation The main interface for interacting with Openstack. It handles low level stuff like managing the authtoken and Openstack required fields -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library RequestsLibrary Library OperatingSystem Library Collections diff --git a/robot/resources/openstack/nova_interface.robot b/robot/resources/openstack/nova_interface.robot index e216a2f9..e02d3e72 100644 --- a/robot/resources/openstack/nova_interface.robot +++ b/robot/resources/openstack/nova_interface.robot @@ -1,6 +1,6 @@ *** Settings *** Documentation The main interface for interacting with Openstack. It handles low level stuff like managing the authtoken and Openstack required fields -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library RequestsLibrary Library ONAPLibrary.JSON Library OperatingSystem diff --git a/robot/resources/openstack/openstack_common.robot b/robot/resources/openstack/openstack_common.robot index a1ac04c5..04ac162c 100644 --- a/robot/resources/openstack/openstack_common.robot +++ b/robot/resources/openstack/openstack_common.robot @@ -2,7 +2,7 @@ Documentation The private interface for interacting with Openstack. It handles low level stuff like managing the authtoken and Openstack required fields Library Collections -Library OpenstackLibrary +Library ONAPLibrary.Openstack Library RequestsLibrary Library ONAPLibrary.Utilities Resource ../global_properties.robot -- cgit 1.2.3-korg