X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Fresources%2Fepa_03-crud_operations_on_sdnc_data.py;h=c11054aa675daf995eb023589491a037422b282e;hb=b9dfe0317c4935294747897dc2fd1645c4983067;hp=029cb2bcb708fa605072149fbb3fd952d808a876;hpb=4987de4177c3f593f99b94923d26f5c966c004ed;p=osm%2Ftests.git diff --git a/robot-systest/resources/epa_03-crud_operations_on_sdnc_data.py b/robot-systest/resources/epa_03-crud_operations_on_sdnc_data.py index 029cb2b..c11054a 100644 --- a/robot-systest/resources/epa_03-crud_operations_on_sdnc_data.py +++ b/robot-systest/resources/epa_03-crud_operations_on_sdnc_data.py @@ -11,15 +11,17 @@ # limitations under the License. import os -from pathlib import Path - -import yaml from common_helpers import get_prometheus_info # Prometheus host and port -(prometheus_host, prometheus_port) = get_prometheus_info() +( + prometheus_host, + prometheus_port, + prometheus_user, + prometheus_password, +) = get_prometheus_info() # SDNC Configuration