From 99137ab005df346e3398231f86d1b4bb19d461df Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 24 Feb 2017 08:59:11 +0100 Subject: Add storperf reportign status page Create associated static storperf page Prepare vsperf, qtip, bottlenecks Put Yardstick scenario class into utils directory Change-Id: I874d1733fe3f37dc5dd557559478e7e0b25371d7 Signed-off-by: Morgan Richomme --- reporting/yardstick/reporting-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reporting/yardstick/reporting-status.py') diff --git a/reporting/yardstick/reporting-status.py b/reporting/yardstick/reporting-status.py index a0f0b01..12f42ca 100644 --- a/reporting/yardstick/reporting-status.py +++ b/reporting/yardstick/reporting-status.py @@ -10,7 +10,7 @@ import datetime import jinja2 import os -import scenarioResult as sr +import utils.scenarioResult as sr from scenarios import config as cf # manage conf -- cgit 1.2.3-korg