Remove common_helpers.py and update tests using it
[osm/tests.git] / robot-systest / resources / basic_01-crud_operations_on_vim_targets_data.py
index 101f3d5..1e35e78 100644 (file)
 import os
 from pathlib import Path
 import yaml
-from common_helpers import get_prometheus_info
 
 
-# Prometheus host and port
-(
-    prometheus_host,
-    prometheus_port,
-    prometheus_user,
-    prometheus_password,
-) = get_prometheus_info()
-
 # VIM configuration
 cloud_type = os.environ.get("CLOUD_TYPE", "openstack")
 if cloud_type == "openstack":