diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-04-25 16:55:01 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-04-26 08:49:11 +0000 |
commit | c01befc28450d5c2003d25876dda0201eb827735 (patch) | |
tree | 4bd0eacbe76c605b8950e7b001ef296bbeca277a /resources/tools/dash/app/pal/trending | |
parent | 76def9e0a3404b38c9e7fbd58260700207b17639 (diff) |
feat(uti): Add statistics
Change-Id: I14046fd1050f130d201bbe81a72e48ad4fd10057
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/trending')
-rw-r--r-- | resources/tools/dash/app/pal/trending/graphs.py | 2 | ||||
-rw-r--r-- | resources/tools/dash/app/pal/trending/spec_test_selection.yaml | 6 |
2 files changed, 4 insertions, 4 deletions
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: |