Skip to main content

Robot Framework UNIX Filesystem Library

Project description

==========================
robotframework-unixfilesystem
==========================

**robotframework-unixfilesystem** is a `Robot Framework
<http://code.google.com/p/robotframework/>`_ test library to test
UNIX filesystem attributes like permissions, ownership etc.

Installation
++++++++++++

To install, just fetch the latest version from PyPI:.

pip install --upgrade robotframework-unixfilesystem

Usage
+++++

Setup in the robotframework Settings section:

============ ================
Setting Value
============ ================
Library UnixFilesystemLibrary
============ ================

\

These keyword actions are available::

Get Owner From Path:
Does an lstat on the Path and returns the owner of the file/directory:

Arguments:
- path: the path to the file/directory you wish to get ownership
on (e.g. /tmp/test.txt or ../foo)
Return:
- owner: returns the owner of the file (e.g. root or chris)

Owner From Path Should Match:
Does an lstat on the Path and checks to see if the supplied owner matches.
Returns True if a match is found or False otherwise.

Arguments:
- owner: the username to check against ownership of the path
(e.g. root or chris)
- path: the path to the file/directory you wish to get ownership
on (e.g. /tmp/test.txt or ../foo)
Return:
- returns True if the owner of the Path matches Owner, False otherwise

Get Permissions From Path As Octal
Gets the permissions via lstat of the supplied Path and returns those permissions as
an octal value.

Arguments:
- path: the path to the file/directory you wish to get ownership on
(e.g. /tmp/test.txt or ../foo)
Return:
- permissions: Returns the octal permissions of the path (e.g. 0755 or 0644)

Permissions From Path Should Match:
Gets the permissions via lstat of the supplied Path and checks if those permissions
match the supplied Permissions.
Returns True if a match is found or False otherwise.

Arguments:
- path: the path to the file/directory you wish to get ownership on
(e.g. /tmp/test.txt or ../foo)
- permissions: octal permissions (e.g. 0755 or 0644)
Return:
- returns True if the owner of the Path matches Permissions, False otherwise



Here is an example of how to use the library:

================== ========================== ===================================
Action Argument Argument
================== ========================== ===================================
${Owner}= Get Owner From Path path=/tmp/test.txt
Should Match ${Owner} root
================== ========================== ===================================

Here is an example of how to check that the owner of a path matches the supplied owner

============================ ========================== ===================================
Action Argument Argument
============================ ========================== ===================================
Owner From Path Should Match root path=/tmp/text.txt
============================ ========================== ===================================

Here is an example of how to get permissions from the path as an octal

================== ================================== ===================================
Action Argument Argument
================== ================================== ===================================
${Permissions} Get Permissions From Path as Octal path=/tmp/
Should Match ${Permissions} 0644
================== ================================== ===================================

Here is an example of how to check that permissions from the path match the octal

================================== ==========================
Action Argument
================================== ==========================
Permissions From Path Should Match 0644
================================== ==========================



License
+++++++

The robotframework-unixfilesystem is licensed under the `Apache 2.0 License
<http://www.apache.org/licenses/LICENSE-2.0.html>`_.

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-unixfilesystemlibrary-0.1.0.tar.gz (3.1 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for robotframework-unixfilesystemlibrary-0.1.0.tar.gz
Algorithm Hash digest
SHA256 602e9f490a830cdf13d8d463707aad1a3836c99052af58dee5bb4868e451db10
MD5 9e7f04c4389e34f121f191cc6a7d5a14
BLAKE2b-256 c5806b4b8870429e7bc817afae121670330274e6a25a2afd7fbd669fd4a2a6b8

See more details on using hashes here.

Supported by

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