From 46a30ce2243f8c28f73f0fa4371d50dc59b4882c Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 15 Dec 2023 08:09:34 +0000 Subject: [PATCH] C-Dash: Remove unused testbeds Change-Id: I8e1ace94e0f49c3e581d303ec7f7de0adcf51051 Signed-off-by: Tibor Frank --- csit.infra.dash/app/cdash/utils/constants.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py index b0e8ed7caf..4ffd7c1d52 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -169,21 +169,16 @@ class Constants: "1n-aws": 3.400, "2n-aws": 3.400, "2n-c6in": 3.500, - "2n-dnv": 2.000, "2n-clx": 2.300, "2n-icx": 2.600, - "2n-skx": 2.500, "2n-spr": 2.800, "2n-tx2": 2.500, "2n-zn2": 2.900, "3n-alt": 3.000, - "3n-aws": 1.000, - "3n-dnv": 2.000, "3n-icx": 2.600, "3n-icxd": 2.000, - "3n-skx": 2.500, - "3n-tsh": 2.200, "3n-snr": 2.200, + "3n-tsh": 2.200, "3na-spr": 2.800, "3nb-spr": 2.800 } @@ -407,4 +402,4 @@ class Constants: # Default name of downloaded file with selected data. COVERAGE_DOWNLOAD_FILE_NAME = "coverage_data.csv" - ############################################################################ \ No newline at end of file + ############################################################################ -- 2.16.6