From 877928bd3cf147654209225dd4605db02eb562e4 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 18 Apr 2023 12:04:49 +0200 Subject: C-Dash: Add VPP Device coverage data Signed-off-by: Tibor Frank Change-Id: Ib083d287b8483c8b5b1be14ef3ce6b798eb04352 --- csit.infra.dash/app/cdash/report/layout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit.infra.dash/app/cdash/report/layout.py') diff --git a/csit.infra.dash/app/cdash/report/layout.py b/csit.infra.dash/app/cdash/report/layout.py index 8dbaea3508..1e79b68b5e 100644 --- a/csit.infra.dash/app/cdash/report/layout.py +++ b/csit.infra.dash/app/cdash/report/layout.py @@ -125,7 +125,7 @@ class Layout: if dut == "dpdk": area = "dpdk" else: - area = "-".join(lst_test_id[3:-2]) + area = ".".join(lst_test_id[3:-2]) suite = lst_test_id[-2].replace("2n1l-", "").replace("1n1l-", "").\ replace("2n-", "") test = lst_test_id[-1] @@ -1312,7 +1312,7 @@ class Layout: Input("plot-btn-download", "n_clicks"), prevent_initial_call=True ) - def _download_trending_data(store_sel, _): + def _download_iterative_data(store_sel, _): """Download the data :param store_sel: List of tests selected by user stored in the -- cgit 1.2.3-korg