From: Faseela K Date: Tue, 14 Aug 2018 07:59:22 +0000 (+0530) Subject: Fix Get EOS documentation X-Git-Tag: pre-potassium~610 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8040291076dc9f63bdb87ee727a5cf97abe87fce;p=integration%2Ftest.git Fix Get EOS documentation Change-Id: I657195b1ce8d792602b64395e45ebb3445b974a7 Signed-off-by: Faseela K --- diff --git a/csit/libraries/ODLTools.robot b/csit/libraries/ODLTools.robot index 860fd30d13..6478d2fcae 100644 --- a/csit/libraries/ODLTools.robot +++ b/csit/libraries/ODLTools.robot @@ -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}