Skip to main content

Robot Framework plugin for lockable resources

Project description

Robot Framework Remote Resource Allocator

CircleCI PyPI version

Resource locking library for Robot Framework.

Usage

Library import

Library     RobotLockable       lock_folder=.   resource_list_file=example/resource.json    (hostname=hostname)

Available Keywords

keyword arguments note
lock <requirements> (<timeout_s>) Allocate resource using giving requirements
unlock <resource> Release resource

See more details using Remote library CLI to generate documentation: python3 RobotLockable/Remote.py --doc

Remote server

Library provide command line util robot_lockable that provide robot remote server for lockable functionality. This is useful when resources located remotely for test case.

robot_lockable --help
Usage: robot_lockable [OPTIONS]

  main function for remote plugin

Options:
  --port INTEGER              RemoteLockable server Port
  --host TEXT                 Interface to listen. Use "0.0.0.0" to get access
                              from external machines

  --hostname TEXT             Hostname
  --resources_list_file TEXT  Resources list file
  --lock_folder TEXT          Lock folder
  --doc TEXT                  generate documentation. E.g. doc.html or list
  --help                      Show this message and exit.

Run Remote Server In Docker Container

Docker container is run using command below. Replace path to resource.json and hostname with project specific values:

docker run \
  -p 8270:8270 \
  -v <local path to the resource.json folder>:/<path to resource.json folder> \
  --hostname $(hostname) \
  jussiva/robot-lockable:latest \
  --resources_list_file <path to resource.json folder>

Full example

To run example resource allocator located in this repository, docker run command is:

docker run \
  -p 8270:8270 \
  -v $PWD/example:/example/ \
  --hostname hostname \
  --rm \
  jussiva/robot-lockable:latest \
  --resources_list_file /example/resource.json

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

robot-lockable-0.3.2.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

robot_lockable-0.3.2-py2.py3-none-any.whl (5.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file robot-lockable-0.3.2.tar.gz.

File metadata

  • Download URL: robot-lockable-0.3.2.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.11

File hashes

Hashes for robot-lockable-0.3.2.tar.gz
Algorithm Hash digest
SHA256 3b148328b146987e2da3fd1af23a42bf564680888dc4a157912ab439a20ea882
MD5 0187014527845d8684d49a323ba031f3
BLAKE2b-256 c6495c757bb0bf7df9e93c4625d795688bf142b15fe9a7efd5c38db3cd0031e3

See more details on using hashes here.

File details

Details for the file robot_lockable-0.3.2-py2.py3-none-any.whl.

File metadata

  • Download URL: robot_lockable-0.3.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.11

File hashes

Hashes for robot_lockable-0.3.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1ce7ac4533c4f7aea35fc13cf84f45756a8cc08252cdb169aaffcddeb620adc5
MD5 11bb384b9b900723ed118084e8b12559
BLAKE2b-256 4028b52648a1fa50479a4834cfd2f98141e8bfbd61334fef5646be75a64bc1cb

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