Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-scpcompat-0.1.0.tar.gz (16.0 kB view details)

Uploaded Source

Built Distribution

robotframework_scpcompat-0.1.0-py2.py3-none-any.whl (19.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file robotframework-scpcompat-0.1.0.tar.gz.

File metadata

File hashes

Hashes for robotframework-scpcompat-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2e453df7559e5c60f93a2a2e6e59549e436418fa50dd01dcfb5ff084484ea49c
MD5 9ee8a18539503e60ace9ef4a3b1786bf
BLAKE2b-256 b8ba12d8afeaf68f59d5fc7a08f27e0413b249513542ae4889ab8fc88833a280

See more details on using hashes here.

File details

Details for the file robotframework_scpcompat-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for robotframework_scpcompat-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bc8cd97088e1e053edf6916be0cbc25a60cd4264c46867e9fb60d73aad4d5bd6
MD5 df8f312d2405dbf82abd993bfb951774
BLAKE2b-256 d03071c6c13c2d26bbc86e907a5a379731b9b5cc97acc1265029bd5d0ae4168a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page