X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_CPTA.py;fp=resources%2Ftools%2Fpresentation%2Fgenerator_CPTA.py;h=7279ea345aabfc52c325c6e8b02f4bc68d32923f;hp=99fc82170a42b1922d049a70b3b9dac9c543f0a2;hb=eb9e73f37019420ff8387c204b6621e73195fd97;hpb=5b444791a6be7d050632fb53b3404ffb57b66ff3 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)