C-Dash: Remove unused testbeds
[csit.git] / csit.infra.dash / app / cdash / utils / constants.py
index fb887fe..4ffd7c1 100644 (file)
@@ -73,7 +73,7 @@ class Constants:
 
     # Maximal value of TIME_PERIOD for data read from the parquets in days.
     # Do not change without a good reason.
-    MAX_TIME_PERIOD = 130
+    MAX_TIME_PERIOD = 250
 
     # It defines the time period for data read from the parquets in days from
     # now back to the past.
@@ -126,6 +126,7 @@ class Constants:
         "dpdk": "DPDK",
         "container_memif": "LXC/DRC Container Memif",
         "crypto": "IPSec IPv4 Routing",
+        "gso": "GSO",
         "ip4": "IPv4 Routing",
         "ip4_tunnels": "IPv4 Tunnels",
         "ip6": "IPv6 Routing",
@@ -165,22 +166,19 @@ class Constants:
 
     NORM_FREQUENCY = 2.0  # [GHz]
     FREQUENCY = {  # [GHz]
-        "1n-aws": 1.000,
-        "2n-aws": 1.000,
-        "2n-dnv": 2.000,
+        "1n-aws": 3.400,
+        "2n-aws": 3.400,
+        "2n-c6in": 3.500,
         "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-skx": 2.500,
-        "3n-tsh": 2.200,
+        "3n-icxd": 2.000,
         "3n-snr": 2.200,
+        "3n-tsh": 2.200,
         "3na-spr": 2.800,
         "3nb-spr": 2.800
     }
@@ -235,6 +233,8 @@ class Constants:
         "latency": "result_latency_forward_pdr_50_avg",
         "hoststack-cps": "result_rate_value",
         "hoststack-rps": "result_rate_value",
+        "hoststack-cps-bandwidth": "result_bandwidth_value",
+        "hoststack-rps-bandwidth": "result_bandwidth_value",
         "hoststack-bps": "result_bandwidth_value",
         "hoststack-latency": "result_latency_value"
     }
@@ -243,6 +243,9 @@ class Constants:
         "mrr": "result_receive_rate_rate_values",
         "ndr": "result_ndr_lower_rate_value",
         "pdr": "result_pdr_lower_rate_value",
+        "mrr-bandwidth": "result_receive_rate_bandwidth_avg",
+        "ndr-bandwidth": "result_ndr_lower_bandwidth_value",
+        "pdr-bandwidth": "result_pdr_lower_bandwidth_value",
         "latency": "result_latency_forward_pdr_50_avg",
         "hoststack-cps": "result_rate_value",
         "hoststack-rps": "result_rate_value",
@@ -260,6 +263,8 @@ class Constants:
         "latency": "result_latency_forward_pdr_50_unit",
         "hoststack-cps": "result_rate_unit",
         "hoststack-rps": "result_rate_unit",
+        "hoststack-cps-bandwidth": "result_bandwidth_unit",
+        "hoststack-rps-bandwidth": "result_bandwidth_unit",
         "hoststack-bps": "result_bandwidth_unit",
         "hoststack-latency": "result_latency_unit"
     }
@@ -397,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
+    ############################################################################