Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.23 KB

README.rst

File metadata and controls

54 lines (40 loc) · 2.23 KB

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