RobotFramework library for Secure Copy file transfers (SCP) that works with the RobotFramework SSH library.
Project description
Introduction
SCPLibrary is a Robot Framework test library for performing Secure Copy (SCP) operations over SSH. Unlike the other SCPLibrary (‘robotframework-scplibrary’), this one works hand in hand with the Robot SSHLibrary (hence ‘robotframework-scpcompat’).
I wrote this because I was frustrated that the non-compatible SCPLibrary overwrote some SSHLibrary keywords and managed connections itself. I did consider changing the existing library, but that would break it for existing users.
To recap, the main differences are:
Relies on the standard SSHLibrary to manage connections
Download File and Upload File keywords use the currently active SSH connection to transfer files to the remote host
Does not conflict with any SSHLibrary keywords
Can even use an existing connection used for other SSH commands
It is operating system independent, but has only been tested with Python. Strictly speaking, the underlying ‘scp’ module is also pure Python, so let me know if you have any luck with Jython or IronPython.
SSHLibrary is open source software licensed under GNU General Public License v3.
Installation
When installing SCPLibrary on UNIX-like machines with Python, the easiest approach is using pip:
pip install robotframework-scpcompat
Note while this library supports both Python 2 and 3, SSHLibrary does not. So until SSHLibrary fixes issue #144 it doesn’t make sense to use Python 3. Hopefully though, once it’s resolved this library should also work with Python 3.
Documentation
The library is self-documenting via docstrings; additionally you can find an example robot script in this repository. You can run it against any host with SSH password authentication:
robot -v host:xxx -v user:xxx -v pass:xxx example.robot
The scp module documentation is also helpful, as this library is basically a wrapper around it.
For general information about using test libraries with Robot Framework, see Robot Framework User Guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file robotframework-scpcompat-0.1.0.tar.gz
.
File metadata
- Download URL: robotframework-scpcompat-0.1.0.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e453df7559e5c60f93a2a2e6e59549e436418fa50dd01dcfb5ff084484ea49c |
|
MD5 | 9ee8a18539503e60ace9ef4a3b1786bf |
|
BLAKE2b-256 | b8ba12d8afeaf68f59d5fc7a08f27e0413b249513542ae4889ab8fc88833a280 |
File details
Details for the file robotframework_scpcompat-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: robotframework_scpcompat-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc8cd97088e1e053edf6916be0cbc25a60cd4264c46867e9fb60d73aad4d5bd6 |
|
MD5 | df8f312d2405dbf82abd993bfb951774 |
|
BLAKE2b-256 | d03071c6c13c2d26bbc86e907a5a379731b9b5cc97acc1265029bd5d0ae4168a |