From 7c40bdf8e4706ed006daa2136bfa7786c9443920 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 9 Mar 2016 11:51:07 +0100 Subject: [PATCH] Fix typo in throughpcep suite. Change-Id: Ia5152cd9c5c6f04d4c2c9b95a35a8991c9a8a2ad Signed-off-by: Vratko Polak --- csit/suites/bgpcep/throughpcep/cases.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.36.6