aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_cpta.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-01-04 11:08:47 +0100
committerTibor Frank <tifrank@cisco.com>2023-01-05 06:18:00 +0100
commit3055ecfbb0b619318f7cfbbb18ba142968b4c617 (patch)
tree659f77115b28be3b6c2ffab992f3905f87874fca /resources/tools/presentation/generator_cpta.py
parent2468e5040c36889c62105ba937b9e6412727aa47 (diff)
Report: Remove DNV testbeds
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Id54919579a245ef9f44a9599b8e2d4f3bd320e84
Diffstat (limited to 'resources/tools/presentation/generator_cpta.py')
-rw-r--r--resources/tools/presentation/generator_cpta.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_cpta.py b/resources/tools/presentation/generator_cpta.py
index 4063764eb1..d1b6fb082c 100644
--- a/resources/tools/presentation/generator_cpta.py
+++ b/resources/tools/presentation/generator_cpta.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -878,7 +878,7 @@ def _generate_all_charts(spec, input_data):
ltc_prog_lst = []
max_len = MaxLens(0, 0, 0, 0, 0, 0)
- # tb - testbed (2n-skx, 3n-dnv, etc)
+ # tb - testbed (2n-icx, etc)
tb = u"-".join(job_name.split(u"-")[-2:])
# data - read all txt dashboard files for tb
for file in listdir(f"{spec.cpta[u'output-file']}"):