Skip to main content

A Robot Framework Apache Tomcat Manager Library

Project description

Robot Framework library to manage Apache Tomcat server

Build Status

Short Description

Robot Framework library for managing Apache Tomcat Server.

This library is Implemented on the basis of: - Manager App HOW-TO - tomcat-manager

Installation

Install the library from PyPI using pip:

pip install robotframework-apachetomcat

Settings for Apache Tomcat Server

To use this library you need to add a user with the following roles to tomcat-users.xml file on Apache Tomcat server: - manager-gui - manager-script - manager-jmx - manager-status.

<tomcat-users>
    <user username="tomcat" password="tomcat" roles="manager-jmx,manager-status,manager-script,admin,manager-gui,admin-gui,manager-script,admin"/>
</tomcat-users>

Documentation

See keyword documentation for ApacheTomcatManager library on GitHub.

Example

An example of using ApacheTomcatManager library in Robot Framework test case:

*** Settings ***
Library    ApacheTomcatManager
Library    Collections

*** Test Cases ***
Simple Test
    Connect To Tomcat    my_host_name    8080    tomcat    tomcat    alias=tmc
    ${info}=    Serverinfo
    Log Dictionary    ${info}
    Close All Tomcat Connections

License

Apache License 2.0

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-apachetomcat-2.0.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

robotframework_apachetomcat-2.0.0-py2.py3-none-any.whl (9.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file robotframework-apachetomcat-2.0.0.tar.gz.

File metadata

  • Download URL: robotframework-apachetomcat-2.0.0.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for robotframework-apachetomcat-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a6dfabc3af345e9d4d55ec26f2761018e3917105cdd475dc3012ab94467aba8f
MD5 266842ea77366738126e4d8a72d385ca
BLAKE2b-256 62918f9d8c58e228699da2ae9abf202f11c4b312fcef1285be93bbdac6db487f

See more details on using hashes here.

File details

Details for the file robotframework_apachetomcat-2.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: robotframework_apachetomcat-2.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for robotframework_apachetomcat-2.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9cab7a2afb1e33da0839aa7661e3d6c0c462693b877ea997f7a0159dd1d0fc00
MD5 bdf7233ad6e0237f2b87dc763739853a
BLAKE2b-256 be5f244033c9a5f46b20a0b1557c9b944e87b679d01488e20c88018775765f51

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