summaryrefslogtreecommitdiffstats
path: root/testcases/Controllers
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/Controllers')
-rw-r--r--testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot3
1 files changed, 3 insertions, 0 deletions
diff --git a/testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot b/testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot
index d5ec842ee..e9fdfe645 100644
--- a/testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot
+++ b/testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot
@@ -12,16 +12,19 @@ Variables ../../../variables/Variables.py
*** Test Cases ***
Get the complete list of networks
+ [Documentation] Get the complete list of networks
[Tags] reachability
${resp} get request ODL ${NetworkNorthbound}
Should be Equal As Strings ${resp.status_code} 200
Get the complete list of subnets
+ [Documentation] Get the complete list of subnets
[Tags] reachability
${resp} get request ODL ${SubnetNorthbound}
Should be Equal As Strings ${resp.status_code} 200
Get the complete list of ports
+ [Documentation] Get the complete list of ports
[Tags] reachability
${resp} get request ODL ${PortNorthbound}
Should be Equal As Strings ${resp.status_code} 200