X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fhtml_template.py;h=e17c7663708877bacb0efe0fad8f2fc15b1cdb1c;hb=3fd6e8f9590ebb0accb402eb356aec24c15aa843;hp=f030a2f6c5e7d897123ecc3b29303e10ee8cf73e;hpb=0e21cfca2c8cd9cf9d06480d0f6e0b8e7535808d;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}}