Skip to content
Snippets Groups Projects

SOL005 NS Performance Management - Implementation of deltas between v3.5.1 and v3.3.1

Merged Giacomo Bernini requested to merge 3.5.1-dev-SOL005-NS-PM into 3.5.1-dev
13 files
+ 159
73
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -15,20 +15,27 @@ ${NFVO_CHECKS_NOTIF_ENDPOINT} 1
${MOCK_SERVER_JAR} ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${testOptionalMethods} 0
#${testOptionalMethods} 0
${callback_port} 9091
${callback_uri} http://172.22.1.7
${unreachable_callback_uri} http://not-reachable-uri
${callback_endpoint} /nspm/subscriptions
${callback_endpoint_error} /subs_404
${sleep_interval} 20s
#${callback_endpoint_error} /subs_404
#${sleep_interval} 20s
${invalid_etag} invalid etag
${total_polling_time} 2 min
${polling_interval} 10 sec
#${objectType} my_type
${pmJobObjectInstanceId} my_id
${thresholdObjectInstanceId} my_id
${performanceMetric} cpu_util
${thresholdType} SIMPLE
${thresholdValue} 10
Loading