This patch adds netperf test name into res_data so that the summary or html contains information on which netperf test was run.
Signed-off-by: Jan Tluka jtluka@redhat.com --- test_modules/Netperf.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/test_modules/Netperf.py b/test_modules/Netperf.py index 868cca0..93eda82 100644 --- a/test_modules/Netperf.py +++ b/test_modules/Netperf.py @@ -235,6 +235,7 @@ class Netperf(TestGeneric): logging.debug("running as client...")
res_data = {} + res_data["testname"] = self._testname
rv = 0 results = []
On Tue, Nov 03, 2015 at 03:13:21PM +0100, Jan Tluka wrote:
This patch adds netperf test name into res_data so that the summary or html contains information on which netperf test was run.
Signed-off-by: Jan Tluka jtluka@redhat.com
Acked-by: Ondrej Lichtner olichtne@redhat.com
lnst-developers@lists.fedorahosted.org