X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=fd33983148e14fc1d1c2f03db6e4948bdbd62c7d;hp=aa49762d8db78f1f6fd6e9add3b7813df08419e9;hb=0a34eb9b7d4c0449c36edff7a5ab80dce76ce786;hpb=dec942c114df8fbd039e93174245920c257cc5e7 diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index aa49762d8d..fd33983148 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1831,8 +1831,8 @@ def table_comparison(table, input_data): include_tests=table[u"include-tests"] ) - if table[u"include-tests"] in (u"NDR", u"PDR") or \ - u"latency" in table[u"include-tests"]: + if table[u"include-tests"] in (u"NDR", u"PDR", u"hoststack", u"vsap") \ + or u"latency" in table[u"include-tests"]: for tst_name, tst_data in col_data[u"data"].items(): if tst_data[u"data"]: tst_data[u"mean"] = mean(tst_data[u"data"])