Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 42 by [email protected]: prompt assignment is not working. Provide example on how to execute interactive scripts in ssh?
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=42

What steps will reproduce the problem?
Open Connection <ip address>
Login  <username> <password>
${prompt}       set prompt      \#      
${result}       start command   mysql
log     ${result}
${result}       write   exit
log     ${result}
Close Connection

Also as per below example prompt assignment to scalar is not working
${prompt}       Set Prompt      $
Do Something            
Set Prompt      ${prompt}

What is the expected output? What do you see instead?
${prompt} =
has no variable assignment
Log is attached. I want to interactively execute sql statements and exit from mysql.
Pls suggest how this can be done?


What version of the product are you using? On what operating system?
pybot --version
Robot Framework 2.5.4 (Python 2.6.2 on win32)

Please provide any additional information below.
Also unable to end the command execution if logging in to mysql through the mysql command.




Attachments:
        log.html  25.3 KB

Reply via email to