From 8e6d2e877fd744604209f720c7b1d3adab71b362 Mon Sep 17 00:00:00 2001 From: uihassan Date: Mon, 10 Aug 2020 09:36:57 +0500 Subject: [PATCH] Added Test Cases for NotificationEndpoint.robot --- SOL009/NFVMANOLogManagement-API/environment/variables.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SOL009/NFVMANOLogManagement-API/environment/variables.txt b/SOL009/NFVMANOLogManagement-API/environment/variables.txt index 27017b95..5bdb7251 100644 --- a/SOL009/NFVMANOLogManagement-API/environment/variables.txt +++ b/SOL009/NFVMANOLogManagement-API/environment/variables.txt @@ -32,12 +32,16 @@ ${callback_uri} http://172.22.1.7:${callback_port} ${callback_endpoint} /nfvmanologm/subscriptions ${filter_ok} callbackUri=${callbackUri} ${filter_ko} erroneousFilter=erroneous +${callback_endpoint_fwd} /endpoint/check ${callback_endpoint_error} /subs_404 ${sleep_interval} 20s ${total_polling_time} 2 min ${polling_interval} 10 sec +${notification_request} [] +${notification_response} [] + ${MOCK_SERVER_JAR} ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar ${alarm_filter} id -- GitLab