X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Fresources%2Fsa_08-vnf_with_vnf_indicators_snmp_data.py;fp=robot-systest%2Fresources%2Fsa_08-vnf_with_vnf_indicators_snmp_data.py;h=27f448f91f8cfa13e83235fd1c4d93ee059ab4e9;hb=0a5f08fbe316638735e99c13f2946fd7c14a596a;hp=6d63b55fe15dc9c32f6319034f5fd5f93ecce202;hpb=6d8362d9325ff227f6174e9ed40830f5e197af0e;p=osm%2Ftests.git diff --git a/robot-systest/resources/sa_08-vnf_with_vnf_indicators_snmp_data.py b/robot-systest/resources/sa_08-vnf_with_vnf_indicators_snmp_data.py index 6d63b55..27f448f 100644 --- a/robot-systest/resources/sa_08-vnf_with_vnf_indicators_snmp_data.py +++ b/robot-systest/resources/sa_08-vnf_with_vnf_indicators_snmp_data.py @@ -16,4 +16,9 @@ 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()