Remove common_helpers.py and update tests using it
[osm/tests.git] / robot-systest / resources / basic_08-disable_port_security_network_level_data.py
index b35ed87..ab2edd8 100644 (file)
@@ -14,16 +14,6 @@ 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
 vim_account_type = "openstack"