Functional testing framework for deployment ramdisks (e.g. Bareon)
Go to file
Dmitry Bogun cb1c3ff4f7 Replace pidof call
Replace OS specific "pidof" call on more common and mostly equivalent
"ps" call. It allows to use framework not only on RedHat based OS.

Change-Id: I4ac1c145e30d7f2b43fcb371e819f9943eab91f1
2017-01-05 12:49:34 +00:00
etc/ramdisk-func-test Initial commit 2016-03-16 16:30:32 +02:00
ramdisk_func_test Replace pidof call 2017-01-05 12:49:34 +00:00
tools Initial commit 2016-03-16 16:30:32 +02:00
.gitignore Initial commit 2016-03-16 16:30:32 +02:00
.gitreview Added .gitreview 2016-02-18 10:17:38 +00:00
LICENSE Initial commit 2016-03-16 16:30:32 +02:00
README.rst Initial commit 2016-03-16 16:30:32 +02:00
setup.py Remove template engine abstraction layer 2017-01-05 12:45:23 +00:00
tox.ini Initial commit 2016-03-16 16:30:32 +02:00

README.rst

A functional testing framework used for ramdisk-based deployment tools, e.g. bareon (https://wiki.openstack.org/wiki/Bareon)

Provides an API to: - create virtual nodes from template - create virtual networks - execute commands on the nodes - transfer files to/from nodes - cleanup resources