X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_CPTA.py;h=7279ea345aabfc52c325c6e8b02f4bc68d32923f;hb=dadb06ada83c7f25f9cf884d54d3a30fad979b29;hp=99fc82170a42b1922d049a70b3b9dac9c543f0a2;hpb=f4906bea17b3db7a57713d04c795a8e88df45604;p=csit.git diff --git a/resources/tools/presentation/generator_CPTA.py b/resources/tools/presentation/generator_CPTA.py index 99fc82170a..7279ea345a 100644 --- a/resources/tools/presentation/generator_CPTA.py +++ b/resources/tools/presentation/generator_CPTA.py @@ -323,7 +323,7 @@ def _generate_all_charts(spec, input_data): test_data, job_name=job_name, build_info=build_info, - name='-'.join(test_name.split('-')[3:-1]), + name='-'.join(test_name.split('-')[2:-1]), color=COLORS[index]) traces.extend(trace) res.append(rslt)