From c01befc28450d5c2003d25876dda0201eb827735 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 25 Apr 2022 16:55:01 +0200 Subject: feat(uti): Add statistics Change-Id: I14046fd1050f130d201bbe81a72e48ad4fd10057 Signed-off-by: Tibor Frank --- resources/tools/dash/app/pal/trending/graphs.py | 2 +- resources/tools/dash/app/pal/trending/spec_test_selection.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'resources/tools/dash/app/pal/trending') diff --git a/resources/tools/dash/app/pal/trending/graphs.py b/resources/tools/dash/app/pal/trending/graphs.py index 7089e2c080..16cb5a2cb3 100644 --- a/resources/tools/dash/app/pal/trending/graphs.py +++ b/resources/tools/dash/app/pal/trending/graphs.py @@ -165,7 +165,7 @@ def select_trending_data(data: pd.DataFrame, itm:dict) -> pd.DataFrame: phy = itm["phy"].split("-") if len(phy) == 4: topo, arch, nic, drv = phy - if drv in ("dpdk", "ixgbe"): + if drv == "dpdk": drv = "" else: drv += "-" diff --git a/resources/tools/dash/app/pal/trending/spec_test_selection.yaml b/resources/tools/dash/app/pal/trending/spec_test_selection.yaml index 4d177c0737..ad4589fee5 100644 --- a/resources/tools/dash/app/pal/trending/spec_test_selection.yaml +++ b/resources/tools/dash/app/pal/trending/spec_test_selection.yaml @@ -395,7 +395,7 @@ core: [1C, 2C, 4C] frame-size: [64B, ] test-type: [MRR, NDR, PDR] -2n-dnv-10ge2p1x553-ixgbe: +2n-dnv-10ge2p1x553-dpdk: l2-base: label: L2 Ethernet Switching Base test: @@ -1474,7 +1474,7 @@ core: [1C, 2C] frame-size: [IMIX, 1518B] test-type: [MRR, ] -3n-dnv-10ge2p1x553-ixgbe: +3n-dnv-10ge2p1x553-dpdk: l2-base: label: L2 Ethernet Switching Base test: @@ -1811,7 +1811,7 @@ core: [2C, 3C, 4C] frame-size: [1518B, IMIX] test-type: [MRR, NDR, PDR] -3n-tsh-10ge2p1x520-ixgbe: +3n-tsh-10ge2p1x520-dpdk: l2-base: label: L2 Ethernet Switching Base test: -- cgit 1.2.3-korg