Add documentation to conform to odlreport2db.py
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 15 Jun 2016 16:08:20 +0000 (18:08 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 15 Jun 2016 16:12:05 +0000 (18:12 +0200)
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>
testcases/Controllers/ODL/custom_tests/neutron/001__reachability.robot

index d5ec842..e9fdfe6 100644 (file)
@@ -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