Skip to content

hayderimran7/xrally-docker

 
 

Repository files navigation

Docker plugins for Rally Framework

What is it?!

Warning

It is just proof of concept

This is an example of rally plugins for Docker platform. It includes:

  • all required base classes(inner rally stuff);
  • the scenario Docker.run_container which launches a container and executes the command in it
  • the simple context for polling images or discovering existing ones.

How to use?!

Rally 0.10.0 supports auto-discovering plugins by entry-point. It simplifies a lot of things. To install these plugins, you need to install that repository just like regular python package and Rally will find it.

Know issues

This package works fine, but you need to install the proper version of Docker client which suits your Docker API version.

About

A set of Rally plugins for testing docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.5%
  • Shell 5.5%