Added retries and timeout parameters for Prometheus queries
[osm/tests.git] / robot-systest / resources / sa_01-vnf_with_vim_metrics_data.py
index 86026f8..af1779f 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 metrics to retrieve
 metric_1_name = 'osm_cpu_utilization'
 metric_2_name = 'osm_average_memory_utilization'