robotframework-zookeepermanager

Robot Framework library for working with Apache Zookeeper.


Keywords
testing, testautomation, robotframework, autotest, zookeeper, automation
License
Apache-2.0
Install
pip install robotframework-zookeepermanager==2.0.2

Documentation

RobotFramework Zookeeper Manager Library

Build Status

Short Description

Robot Framework library for managing Apache Zookeeper, based on kazoo python library.

Installation

pip install robotframework-zookeepermanager

Documentation

See keyword documentation for robotframework-zookeepermanager library in folder docs.

Example

Settings Value
Library ZookeeperManager
Test cases Action Argument Argument Argument
Simple Test Connect To Zookeeper 127.0.0.1: 2181    
  Create Node /my/favorite/node my_value ${TRUE}
  ${node_exists}= Exists /my/favorite/node  
  Delete Node /my/favorite/node    
  Close All Zookeeper Connections      

License

Apache License 2.0