greggyNapalm / firebat-manager

Tests manager and data relay on load generation host

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebat-Manager

Netwrok application with manages test tasks on one load generation host and acts as a data relay.

Documentation

Coming soon

Requirements

  • GNU Linux
  • Python >= 2.7 (Not Python3)

Installation

Use pip and vurtualev/virtualenvwrapper

Stable version:

Coming soon

Development version:

$ git clone git://github.com/greggyNapalm/firebat-manager.git; cd firebat-manager
$ pip install -r requirements-dev.txt
$ cp -p firebat-manager.default.cfg firebat-manager.local.cfg
$ export FIRE_MNG_CFG=`readlink -e firebat-manager.local.cfg`
$ ./run.py

or

pip install -e git+git://github.com/greggyNapalm/firebat-manager.git#egg=firebat-manager

Screenshots

Coming soon

Issues

Find a bug? Want a feature? Submit an here. Patches welcome!

License

BSD Read more

About

Tests manager and data relay on load generation host

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%