Fri, Apr 17, 2015 at 02:56:13PM CEST, olichtne@redhat.com wrote:
From: Ondrej Lichtner olichtne@redhat.com
The following set of patches implements basic support for talking to PerfRepo. There still are some placeholders for functions that are not important for now and bugs are to be expected.
There is a short example work flow example in the last patch of the set but you still need to have a PerfRepo instance available to try everything out, I'll be sending a follow-up email to interested parties that will explain in more detail how to try this out.
Any comments and ideas are always welcome.
Ondrej Lichtner (4): Utils: add utility dictionary functions SlavePool: add hostname and hwaddr to match info add lnst/Controller/PerfRepo.py Task: LNST integration with PerfRepo
lnst/Common/Utils.py | 52 +++ lnst/Controller/NetTestController.py | 3 +- lnst/Controller/NetTestResultSerializer.py | 3 +- lnst/Controller/PerfRepo.py | 532 +++++++++++++++++++++++++++++ lnst/Controller/SlavePool.py | 17 +- lnst/Controller/Task.py | 127 +++++++ 6 files changed, 728 insertions(+), 6 deletions(-) create mode 100644 lnst/Controller/PerfRepo.py
patchset applied. Thanks!