diff options
Diffstat (limited to 'csit.infra.dash/app/cdash')
-rw-r--r-- | csit.infra.dash/app/cdash/utils/constants.py | 9 |
1 files 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 + ############################################################################ |