A Robot Framework Apache Tomcat Manager Library
Project description
Robot Framework library to manage Apache Tomcat server
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
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
Close
Hashes for robotframework-apachetomcat-2.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6dfabc3af345e9d4d55ec26f2761018e3917105cdd475dc3012ab94467aba8f |
|
MD5 | 266842ea77366738126e4d8a72d385ca |
|
BLAKE2b-256 | 62918f9d8c58e228699da2ae9abf202f11c4b312fcef1285be93bbdac6db487f |
Close
Hashes for robotframework_apachetomcat-2.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cab7a2afb1e33da0839aa7661e3d6c0c462693b877ea997f7a0159dd1d0fc00 |
|
MD5 | bdf7233ad6e0237f2b87dc763739853a |
|
BLAKE2b-256 | be5f244033c9a5f46b20a0b1557c9b944e87b679d01488e20c88018775765f51 |