diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-27 09:08:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-27 09:08:59 +0000 |
commit | 512c71b637b3b07cf184383a539fcaf87e245c94 (patch) | |
tree | 60d694fbd293ea8d9259b6537e7a014fc3af1ec8 /utils/test/reporting/yardstick/reporting-status.py | |
parent | ca499ef74efb6fb59d39473fb578ab31e64f7ac5 (diff) | |
parent | 498efbd7ddce3cdb90f6818f7a88dcfd9b50ba84 (diff) |
Merge "Add storperf reportign status page Create associated static storperf page Prepare vsperf, qtip, bottlenecks Put Yardstick scenario class into utils directory"
Diffstat (limited to 'utils/test/reporting/yardstick/reporting-status.py')
-rw-r--r-- | utils/test/reporting/yardstick/reporting-status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/reporting/yardstick/reporting-status.py b/utils/test/reporting/yardstick/reporting-status.py index a0f0b0184..12f42ca31 100644 --- a/utils/test/reporting/yardstick/reporting-status.py +++ b/utils/test/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 |