X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Fresources%2Fsa_07-alarms_from_sa-related_vnfs_data.py;h=27f448f91f8cfa13e83235fd1c4d93ee059ab4e9;hb=8c7c4c03bbb44a3299836291380a9f1ff22b9d5a;hp=0a5266720b4dcf594feac23b2fd4e0f090a2ecd0;hpb=c88e004791675692aa7eba25800350b19720d5fd;p=osm%2Ftests.git diff --git a/robot-systest/resources/sa_07-alarms_from_sa-related_vnfs_data.py b/robot-systest/resources/sa_07-alarms_from_sa-related_vnfs_data.py index 0a52667..27f448f 100644 --- a/robot-systest/resources/sa_07-alarms_from_sa-related_vnfs_data.py +++ b/robot-systest/resources/sa_07-alarms_from_sa-related_vnfs_data.py @@ -16,38 +16,9 @@ from common_helpers import get_prometheus_info # Prometheus host and port -(prometheus_host, prometheus_port) = get_prometheus_info() - -# Prometheus polling interval and retries -prometheus_poll_retries = '15 times' -prometheus_poll_timeout = '1 minute' -# Webhook Service NS and VNF descriptor package folder -ws_vnfd_pkg = 'hackfest_basic_vnf' -ws_nsd_pkg = 'hackfest_basic_ns' -# Webhook Service NS and VNF descriptor package id -ws_vnfd_name = 'hackfest_basic-vnf' -ws_nsd_name = 'hackfest_basic-ns' -# Webhook Service NS instance name -ws_ns_name = 'sa_07-webhook_service_test' -# Webhook Service port to receive alarms -ws_port = 5212 - -# Get ${HOME} from local machine -home = str(Path.home()) -# Prometheus metric for VNF alarm -metric_name = 'osm_cpu_utilization' -# NS and VNF descriptor package folder -vnfd_pkg = 'cirros_alarm_vnf' -nsd_pkg = 'cirros_alarm_ns' -# VNF descriptor file name -vnfd_file = 'cirros_alarm_vnfd.yaml' -# VNF descriptor package location after env substitution -new_vnfd_pkg = 'new_cirros_alarm_vnf' -# NS and VNF descriptor id -vnfd_name = 'cirros_alarm-vnf' -nsd_name = 'cirros_alarm-ns' -# NS instance name -ns_name = 'sa_07-alarm_test' -# SSH keys to be used -publickey = home + '/.ssh/id_rsa.pub' -privatekey = home + '/.ssh/id_rsa' +( + prometheus_host, + prometheus_port, + prometheus_user, + prometheus_password, +) = get_prometheus_info()