commit | 869bf5f3227580eff07142915e54d24f0722a8e0 | [log] [tgz] |
---|---|---|
author | Takashi Kajinami <kajinamit@oss.nttdata.com> | Sun Aug 24 01:48:08 2025 +0900 |
committer | Takashi Kajinami <kajinamit@oss.nttdata.com> | Sun Aug 24 01:49:23 2025 +0900 |
tree | a2f92ea37b9de8de96eaa060c65a6716617f84d0 | |
parent | f8a8197b1e1764aecfcd02ae31053b7b96538a6a [diff] |
Remove unused PROMETHEUS_RATE_DURATION It was replaced by the QUERY environment in [1]. [1] afe631a2d0335a010f8f784b144f37305ece0147 Change-Id: I6e5780f93036c852c1de0aeef1eb68f41855838b Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
diff --git a/telemetry_tempest_plugin/scenario/test_telemetry_integration_prometheus.py b/telemetry_tempest_plugin/scenario/test_telemetry_integration_prometheus.py index 6f9e3f6..1def0f6 100644 --- a/telemetry_tempest_plugin/scenario/test_telemetry_integration_prometheus.py +++ b/telemetry_tempest_plugin/scenario/test_telemetry_integration_prometheus.py
@@ -166,7 +166,6 @@ "NEUTRON_NETWORK": self.stack_network_id, "STACK_NAME": self.stack_name, "RESOURCE_PREFIX": resource_prefix, - "PROMETHEUS_RATE_DURATION": str(prometheus_rate_duration), "LOAD_LENGTH": str(prometheus_rate_duration * 2), "QUERY": query, })