summaryrefslogtreecommitdiffstats
path: root/testcases/Controllers/ODL/custom_tests/neutron/030__ports.robot
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/Controllers/ODL/custom_tests/neutron/030__ports.robot')
-rw-r--r--testcases/Controllers/ODL/custom_tests/neutron/030__ports.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/Controllers/ODL/custom_tests/neutron/030__ports.robot b/testcases/Controllers/ODL/custom_tests/neutron/030__ports.robot
index 8b75733b7..d1796c35a 100644
--- a/testcases/Controllers/ODL/custom_tests/neutron/030__ports.robot
+++ b/testcases/Controllers/ODL/custom_tests/neutron/030__ports.robot
@@ -26,7 +26,7 @@ Check OpenStack ports
Log ${OSResult}
Check OpenDaylight ports
- [Documentation] Checking OpenDaylight Neutron API for Known Ports
+ [Documentation] Checking OpenDaylight Neutron API for known ports
[Tags] Ports Neutron OpenDaylight
Create Session ODLSession http://${CONTROLLER}:${PORT} headers=${HEADERS} auth=${AUTH}
${resp} get ODLSession ${ODLREST}
@@ -50,7 +50,7 @@ Create New Port
sleep 2
Check New Port
- [Documentation] Check new subnet created in OpenDaylight
+ [Documentation] Check new port created in OpenDaylight
[Tags] Check subnet OpenDaylight
${resp} get ODLSession ${ODLREST}/${PORTID}
Should be Equal As Strings ${resp.status_code} 200