X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Fresources%2Fsa_08-vnf_with_vnf_indicators_snmp_data.py;h=6d63b55fe15dc9c32f6319034f5fd5f93ecce202;hb=fccb028b493afafb8a602953ed5125303423d3ff;hp=36dabdb6c8c1586b3fd210e23183930aba337322;hpb=ae08f5b745b7a708883e7f9c550ffcf70128603b;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 36dabdb..6d63b55 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 @@ -17,17 +17,3 @@ from common_helpers import get_prometheus_info # Prometheus host and port (prometheus_host, prometheus_port) = get_prometheus_info() - -# Prometheus metrics to retrieve -metric_1_name = 'ifInOctets' -metric_1_filter = 'ifIndex=1' -metric_2_name = 'ifMtu' -metric_2_filter = 'ifIndex=2' -# NS and VNF descriptor package folder -vnfd_pkg = 'snmp_ee_vnf' -nsd_pkg = 'snmp_ee_ns' -# NS and VNF descriptor id -vnfd_name = 'snmp_ee-vnf' -nsd_name = 'snmp_ee-ns' -# NS instance name -ns_name = 'sa_08-vnf_with_vnf_indicators_snmp_test'