public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Make possible to run client tests as subtests
@ 2011-05-24  7:08 Lucas Meneghel Rodrigues
  2011-05-24  7:08 ` [PATCH 1/4] client.bin.net.net_utils: Introduce get_local_ip() Lucas Meneghel Rodrigues
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-05-24  7:08 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

In order to avoid duplication of code, make it possible to run the
existing autotest client tests as subtests. This patchset is result
of work on Jiri Zupka original single patch, the differences:

* Removed example subtest KVM autotest test
* Renamed some API introduced to net_utils for consistency
* Rewrote netperf in terms of the new 'subtest' infrastructure

Lucas Meneghel Rodrigues (4):
  client.bin.net.net_utils: Introduce get_local_ip()
  client: Make it possible to run subtests in autotest
  tools: Make html_report to deal with subtest results
  KVM test: Rewrite netperf in terms of subtest

 client/bin/client_logging_config.py |    5 +-
 client/bin/net/net_utils.py         |   17 +++++
 client/common_lib/base_job.py       |    2 +
 client/common_lib/logging_config.py |    3 +-
 client/common_lib/test.py           |   21 ++++++-
 client/tools/html_report.py         |  124 +++++++++++++++++++---------------
 client/virt/tests/netperf.py        |  117 +++++++++------------------------
 7 files changed, 143 insertions(+), 146 deletions(-)

-- 
1.7.5.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-06-01 19:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24  7:08 [PATCH 0/4] Make possible to run client tests as subtests Lucas Meneghel Rodrigues
2011-05-24  7:08 ` [PATCH 1/4] client.bin.net.net_utils: Introduce get_local_ip() Lucas Meneghel Rodrigues
2011-05-24  7:08 ` [PATCH 2/4] client: Make it possible to run subtests in autotest Lucas Meneghel Rodrigues
2011-05-24  7:08 ` [PATCH 3/4] tools: Make html_report to deal with subtest results Lucas Meneghel Rodrigues
2011-05-24  7:08 ` [PATCH 4/4] KVM test: Rewrite netperf in terms of subtest Lucas Meneghel Rodrigues
2011-05-24 14:24 ` [PATCH 0/4] Make possible to run client tests as subtests Lucas Meneghel Rodrigues
2011-06-01 19:31 ` Lucas Meneghel Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox