summaryrefslogtreecommitdiffstats
path: root/testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2016-06-02 14:12:31 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2016-06-02 17:16:02 +0200
commit2d77ecdfe55a6cd20615fd9e5ddef96fecca20f7 (patch)
treedfd8289e84fd248cf42cde687e37c27352e0aacb /testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot
parent952eb42259d7b5f4bf655fae9dc384d37a00fc7a (diff)
Replace subnet by port
It also fixes several upper case letters and formats *delete*.robot Change-Id: I071be39860dd33296a067e4f3d0188d36e9b9660 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot')
-rw-r--r--testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot b/testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot
index 5f5b82440..3eb87815b 100644
--- a/testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot
+++ b/testcases/Controllers/ODL/custom_tests/neutron/020__subnets.robot
@@ -16,7 +16,7 @@ ${data} {"subnet":{"network_id":"${NETID}","ip_version":4,"cidr":"172.
*** Test Cases ***
Check OpenStack Subnets
- [Documentation] Checking OpenStack Neutron for known Subnets
+ [Documentation] Checking OpenStack Neutron for known subnets
[Tags] Subnets Neutron OpenStack
Log ${X-AUTH}
${resp} get OSSession ${OSREST}
@@ -26,7 +26,7 @@ Check OpenStack Subnets
Log ${OSResult}
Check OpenDaylight subnets
- [Documentation] Checking OpenDaylight Neutron API for Known Subnets
+ [Documentation] Checking OpenDaylight Neutron API for known subnets
[Tags] Subnets Neutron OpenDaylight
Create Session ODLSession http://${CONTROLLER}:${PORT} headers=${HEADERS} auth=${AUTH}
${resp} get ODLSession ${ODLREST}