diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-06-15 18:08:20 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-06-15 18:12:05 +0200 |
commit | 7d340cededc905eb4e3174bd68fcf9ad9be73b41 (patch) | |
tree | f71ef0231d7cb1ba2833ef9894e165a3fa6f34bd /testcases/Controllers/ODL/custom_tests | |
parent | a9fa8919d013c3563cd378c74561ec9d532c7ec9 (diff) |
Add documentation to conform to odlreport2db.py
It completes "Add reachability testcase for ODL" [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/15509/
Change-Id: I9273f1c636ccfc1b192a69f7af04e6a5c1731bec
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'testcases/Controllers/ODL/custom_tests')
-rw-r--r-- | testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot | 3 |
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 d5ec842e..e9fdfe64 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 |