Fix Get EOS documentation 86/75186/2
authorFaseela K <faseela.k@ericsson.com>
Tue, 14 Aug 2018 07:59:22 +0000 (13:29 +0530)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 14 Aug 2018 15:59:05 +0000 (15:59 +0000)
Change-Id: I657195b1ce8d792602b64395e45ebb3445b974a7
Signed-off-by: Faseela K <faseela.k@ericsson.com>
csit/libraries/ODLTools.robot

index 860fd30d134a59d1698e204d369af00d5e980353..6478d2fcae37bd4c3642fb1b4b33baf07ed67b05 100644 (file)
@@ -13,7 +13,7 @@ Version
 
 Get EOS
     [Arguments]    ${node_ip}=${TOOLS_SYSTEM_IP}    ${port}=${RESTCONFPORT}
-    [Documentation]    Get the odltools version
+    [Documentation]    Get the various ODL entity ownership information
     ${cmd} =    BuiltIn.Set Variable    odltools show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}
     ${rc}    ${output} =    OperatingSystem.Run And Return Rc And Output    ${cmd}
     BuiltIn.Log    rc: ${rc}, output: ${output}