Skip to content

Robot Framework library for working with Apache Zookeeper

License

Notifications You must be signed in to change notification settings

peterservice-rnd/robotframework-zookeepermanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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