aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-10-06 07:34:33 +0000
committerTibor Frank <tifrank@cisco.com>2023-10-06 07:34:33 +0000
commit64794b8e249f2c48c0abf170ab3c159eb555b378 (patch)
tree9c420f4ff717b9f34d16284cc822231bc0e757b4
parent982be86b452ca022914c18243056df22b2c85dd4 (diff)
C-Dash: Fix hoststack graphs
Change-Id: Ie91ef1d83e595a6b69ecd35aad5443896ffc96b9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--csit.infra.dash/app/cdash/trending/graphs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/csit.infra.dash/app/cdash/trending/graphs.py b/csit.infra.dash/app/cdash/trending/graphs.py
index ab8b627a7a..a1d61a07fc 100644
--- a/csit.infra.dash/app/cdash/trending/graphs.py
+++ b/csit.infra.dash/app/cdash/trending/graphs.py
@@ -159,8 +159,8 @@ def graph_trending(
add_info = (
f"bandwidth [{row[C.UNIT['hoststack-bps']]}]: "
f"{row[C.VALUE['hoststack-bps']]:,.0f}<br>"
- f"latency [{row[C.UNIT['hoststack-lat']]}]: "
- f"{row[C.VALUE['hoststack-lat']]:,.0f}<br>"
+ f"latency [{row[C.UNIT['hoststack-latency']]}]: "
+ f"{row[C.VALUE['hoststack-latency']]:,.0f}<br>"
)
else:
add_info = str()