X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=9e80d1b3458f637ddbbf7907c64624a2fa66918f;hb=5a2c06dc4e1d3395082b6afef657453cb5bab18d;hp=fccfd9299a520349ced250e025f53bd000680a4f;hpb=dadb06ada83c7f25f9cf884d54d3a30fad979b29;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index fccfd9299a..9e80d1b345 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -241,6 +241,11 @@ def table_performance_comparison(table, input_data): name = "{0}-{1}".format(tst_data["parent"].split("-")[0], "-".join(tst_data["name"]. split("-")[:-1])) + if "comparison across testbeds" in table["title"].lower(): + name = name.\ + replace("1t1c", "1c").replace("2t1c", "1c").\ + replace("2t2c", "2c").replace("4t2c", "2c").\ + replace("4t4c", "4c").replace("8t4c", "4c") tbl_dict[tst_name_mod] = {"name": name, "ref-data": list(), "cmp-data": list()}