X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fhtml_template.py;h=e17c7663708877bacb0efe0fad8f2fc15b1cdb1c;hb=39f80e9b06395ae1515cfcf08508504ad4dd978a;hp=f030a2f6c5e7d897123ecc3b29303e10ee8cf73e;hpb=4f842b4a7cedcc5ba89542955bf2b64c3451361d;p=yardstick.git diff --git a/yardstick/common/html_template.py b/yardstick/common/html_template.py index f030a2f6c..e17c76637 100644 --- a/yardstick/common/html_template.py +++ b/yardstick/common/html_template.py @@ -158,7 +158,7 @@ report_template = """ value - {% for key, value in result.info.iteritems() %} + {% for key, value in result.info.items() %} {{ loop.index }} {{key}} @@ -177,7 +177,7 @@ report_template = """ value - {% for key, value in result.testcases.iteritems() %} + {% for key, value in result.testcases.items() %} {{ loop.index }} {{key}}