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

New issue 1472 by aalto.t...@gmail.com: SSHLibrary Get File fails in RF version 2.8
http://code.google.com/p/robotframework/issues/detail?id=1472

I have simple test that logins to server and uses Get File keyword to retrieve a file. Basically it looks like this:
ssh library get
    Open Connection    <ip goes here>
    Login    username    password
    Get File    /tmp/config.tar.gz    /tmp/config-server-01.tar.gz
    [Teardown]    Close All Connections

No in RF version 2.7.7 this did work like a charm but in RF version 2.8 I get error:

<kw type="kw" name="SSHLibrary.Get File">
<doc>Copies file(s) from remote host to local host.</doc>
<arguments>
<arg>/tmp/config.tar.gz</arg>
<arg>/tmp/config-server-01.tar.gz</arg>
</arguments>
<msg timestamp="20130613 09:34:21.249" level="INFO">[chan 3] Opened sftp connection (server version 3)</msg> <msg timestamp="20130613 09:34:21.281" level="FAIL">AttributeError: 'module' object has no attribute 'matches'</msg> <status status="FAIL" endtime="20130613 09:34:21.281" starttime="20130613 09:34:21.222"></status>
</kw>

Reproduced in linux with pybot version 2.8 and it works with version 2.7.7.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to