summaryrefslogtreecommitdiffstats
path: root/testcases/Controllers/ODL/CI/custom_tests/neutron/040__delete_ports.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/Controllers/ODL/CI/custom_tests/neutron/040__delete_ports.txt')
-rw-r--r--testcases/Controllers/ODL/CI/custom_tests/neutron/040__delete_ports.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/testcases/Controllers/ODL/CI/custom_tests/neutron/040__delete_ports.txt b/testcases/Controllers/ODL/CI/custom_tests/neutron/040__delete_ports.txt
index ec9d8c4b5..1fc3fc41d 100644
--- a/testcases/Controllers/ODL/CI/custom_tests/neutron/040__delete_ports.txt
+++ b/testcases/Controllers/ODL/CI/custom_tests/neutron/040__delete_ports.txt
@@ -5,9 +5,9 @@ Suite Teardown Delete All Sessions
Library SSHLibrary
Library Collections
Library OperatingSystem
-Library ../integration/test/csit/libraries/RequestsLibrary.py
-Library ../integration/test/csit/libraries/Common.py
-Variables ../integration/test/csit/variables/Variables.py
+Library ../../../libraries/RequestsLibrary.py
+Library ../../../libraries/Common.py
+Variables ../../../variables/Variables.py
*** Variables ***
${ODLREST} /controller/nb/v2/neutron/ports
@@ -34,4 +34,4 @@ Check Port Deleted
Set Suite Variable ${ODLResult}
Log ${ODLResult}
${resp} get ODLSession ${ODLREST}/${PORTID}
- Should be Equal As Strings ${resp.status_code} 404
+ Should be Equal As Strings ${resp.status_code} 204