summaryrefslogtreecommitdiffstats
path: root/testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-06-15 15:58:01 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-15 15:58:01 +0000
commita9fa8919d013c3563cd378c74561ec9d532c7ec9 (patch)
tree79c10c32daa282b599494e29ecb66c6b3655f76d /testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot
parent2a06283642676194b0bb4ed9cc20fe54005765a5 (diff)
parentfc4e91028d7d90d5ecd1f7a0169dd7d8860ab79b (diff)
Merge "Replace deprecated keywords"
Diffstat (limited to 'testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot')
-rw-r--r--testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot b/testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot
index bf2fcbd35..ede9123f4 100644
--- a/testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot
+++ b/testcases/Controllers/ODL/custom_tests/neutron/050__delete_subnets.robot
@@ -15,7 +15,7 @@ Delete New subnet
[Documentation] Delete previously created subnet in OpenStack
[Tags] Delete Subnet OpenStack Neutron
Log ${data}
- ${resp} delete OSSession ${OSREST}
+ ${resp} delete request OSSession ${OSREST}
Should be Equal As Strings ${resp.status_code} 204
Log ${resp.content}
sleep 2
@@ -24,10 +24,10 @@ Check New subnet deleted
[Documentation] Check subnet deleted in OpenDaylight
[Tags] Check subnet deleted OpenDaylight
Create Session ODLSession http://${CONTROLLER}:${PORT} headers=${HEADERS} auth=${AUTH}
- ${resp} get ODLSession ${ODLREST}
+ ${resp} get request ODLSession ${ODLREST}
Should be Equal As Strings ${resp.status_code} 200
${ODLResult} To Json ${resp.content}
Set Suite Variable ${ODLResult}
Log ${ODLResult}
- ${resp} get ODLSession ${ODLREST}/${SUBNETID}
+ ${resp} get request ODLSession ${ODLREST}/${SUBNETID}
Should be Equal As Strings ${resp.status_code} 404