Added retries and timeout parameters for Prometheus queries
[osm/tests.git] / robot-systest / resources / sa_02-vnf_with_vim_metrics_and_autoscaling_data.py
index 2821a60..ef1ee29 100644 (file)
@@ -21,6 +21,9 @@ else:
     prometheus_host = os.environ.get('OSM_HOSTNAME')
     prometheus_port = '9091'
 
+# Prometheus polling interval and retries
+prometheus_poll_retries = '15 times'
+prometheus_poll_timeout = '1 minute'
 # Prometheus metric and threshold
 metric_name = 'osm_cpu_utilization'
 metric_threshold = 60