Remove unused librairies in robot files
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Jun 2016 12:53:10 +0000 (14:53 +0200)
committerJose Lausuch <jose.lausuch@ericsson.com>
Tue, 14 Jun 2016 13:34:14 +0000 (13:34 +0000)
Change-Id: Ifade280e02354b20869d54b15ba89838d2857640
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
testcases/Controllers/ODL/custom_tests/neutron/010__networks.robot
testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot
testcases/Controllers/ODL/custom_tests/neutron/030__ports.robot
testcases/Controllers/ODL/custom_tests/neutron/040__delete_ports.robot
testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot
testcases/Controllers/ODL/custom_tests/neutron/060__delete_networks.robot

index f5633ec..59d5adc 100644 (file)
@@ -2,11 +2,8 @@
 Documentation     Checking Network created in OpenStack are pushed to OpenDaylight
 Suite Setup       Create Session    OSSession    http://${NEUTRON}:9696    headers=${X-AUTH}
 Suite Teardown    Delete All Sessions
-Library           SSHLibrary
 Library           Collections
-Library           OperatingSystem
 Library           RequestsLibrary
-Library           ../../../libraries/Common.py
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index 3eb8781..54892b0 100644 (file)
@@ -2,11 +2,8 @@
 Documentation     Checking Subnets created in OpenStack are pushed to OpenDaylight
 Suite Setup       Create Session    OSSession    http://${NEUTRON}:9696    headers=${X-AUTH}
 Suite Teardown    Delete All Sessions
-Library           SSHLibrary
 Library           Collections
-Library           OperatingSystem
 Library           RequestsLibrary
-Library           ../../../libraries/Common.py
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index d1796c3..797d4f3 100644 (file)
@@ -2,11 +2,8 @@
 Documentation     Checking Port created in OpenStack are pushed to OpenDaylight
 Suite Setup       Create Session    OSSession    http://${NEUTRON}:9696    headers=${X-AUTH}
 Suite Teardown    Delete All Sessions
-Library           SSHLibrary
 Library           Collections
-Library           OperatingSystem
 Library           RequestsLibrary
-Library           ../../../libraries/Common.py
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
index 1f632dd..8935b10 100644 (file)
@@ -2,17 +2,13 @@
 Documentation     Checking Port 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 ***
 ${ODLREST}       /controller/nb/v2/neutron/ports
 ${OSREST}        /v2.0/ports/${PORTID}
-${data}       {"port":{"network_id":"${NETID}","admin_state_up": true}}
+${data}          {"port":{"network_id":"${NETID}","admin_state_up": true}}
 
 *** Test Cases ***
 Delete New Port
index bfe2b9d..bf2fcbd 100644 (file)
@@ -2,17 +2,13 @@
 Documentation     Checking Subnets 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 ***
 ${ODLREST}       /controller/nb/v2/neutron/subnets
 ${OSREST}        /v2.0/subnets/${SUBNETID}
-${data}       {"subnet":{"network_id":"${NETID}","ip_version":4,"cidr":"172.16.64.0/24","allocation_pools":[{"start":"172.16.64.20","end":"172.16.64.120"}]}}
+${data}          {"subnet":{"network_id":"${NETID}","ip_version":4,"cidr":"172.16.64.0/24","allocation_pools":[{"start":"172.16.64.20","end":"172.16.64.120"}]}}
 
 *** Test Cases ***
 Delete New subnet
index 12828e1..210957b 100644 (file)
@@ -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 ***