From: Vratko Polak Date: Wed, 9 Mar 2016 10:51:07 +0000 (+0100) Subject: Fix typo in throughpcep suite. X-Git-Tag: release/beryllium-sr1~37 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=7c40bdf8e4706ed006daa2136bfa7786c9443920 Fix typo in throughpcep suite. Change-Id: Ia5152cd9c5c6f04d4c2c9b95a35a8991c9a8a2ad Signed-off-by: Vratko Polak --- diff --git a/csit/suites/bgpcep/throughpcep/cases.robot b/csit/suites/bgpcep/throughpcep/cases.robot index 8bd6077aa2..1279ebb77b 100644 --- a/csit/suites/bgpcep/throughpcep/cases.robot +++ b/csit/suites/bgpcep/throughpcep/cases.robot @@ -190,7 +190,7 @@ Put_Updater SSHLibrary.Put_File ${CURDIR}/../../../../tools/pcep_updater/updater.py ${UPDATERVM_WORKSPACE}/ SSHLibrary.Put_File ${CURDIR}/../../../libraries/AuthStandalone.py ${UPDATERVM_WORKSPACE}/ SSHKeywords.Assure_Library_Counter target_dir=${UPDATERVM_WORKSPACE} - SSHKeywords.Assure_Library_Ipaddr terget_dir=${UPDATERVM_WORKSPACE} + SSHKeywords.Assure_Library_Ipaddr target_dir=${UPDATERVM_WORKSPACE} # Done preparation of Updater VM, now use AuthStandalone to create session from robot VM too. BuiltIn.Log_Many ${RESTCONF_USER} ${RESTCONF_PASSWORD} ${RESTCONF_SCOPE} ${CONTROLLER} ${session} = AuthStandalone.Init_Session ${CONTROLLER} ${RESTCONF_USER} ${RESTCONF_PASSWORD} ${RESTCONF_SCOPE}