From c57d0dd229bb10f80cf3a90e0ed06c391248c597 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 14 Jun 2016 14:53:10 +0200 Subject: Remove unused librairies in robot files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifade280e02354b20869d54b15ba89838d2857640 Signed-off-by: Cédric Ollivier --- .../Controllers/ODL/custom_tests/neutron/060__delete_networks.robot | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'testcases/Controllers/ODL/custom_tests/neutron/060__delete_networks.robot') diff --git a/testcases/Controllers/ODL/custom_tests/neutron/060__delete_networks.robot b/testcases/Controllers/ODL/custom_tests/neutron/060__delete_networks.robot index 12828e186..210957b83 100644 --- a/testcases/Controllers/ODL/custom_tests/neutron/060__delete_networks.robot +++ b/testcases/Controllers/ODL/custom_tests/neutron/060__delete_networks.robot @@ -2,11 +2,7 @@ Documentation Checking Network deleted in OpenStack are deleted also in OpenDaylight Suite Setup Create Session OSSession http://${NEUTRON}:9696 headers=${X-AUTH} Suite Teardown Delete All Sessions -Library SSHLibrary -Library Collections -Library OperatingSystem -Library ../../../libraries/RequestsLibrary.py -Library ../../../libraries/Common.py +Library RequestsLibrary Variables ../../../variables/Variables.py *** Variables *** -- cgit