Commit f7acedb0 authored by Mudassar Khan's avatar Mudassar Khan
Browse files

fix(#205): correct path variable for MOCK_SERVER_JAR in SOL002 and SOL003

parent f5500014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ ${polling_interval} 10 sec
${notification_request}    []
${notification_response}    []

${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${MOCK_SERVER_JAR}    ../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar

${AlarmNotification}    {}
${AlarmClearedNotification}    {}
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ ${apiName} vnfind

${VNFM_CHECKS_NOTIF_ENDPOINT}    0

${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${MOCK_SERVER_JAR}    ../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${callback_uri}    http://localhost
${callback_port}    9091
${callback_endpoint}    /endpoint
+1 −1
Original line number Diff line number Diff line
@@ -11,4 +11,4 @@ ${polling_interval} 10 sec
${notification_request}    []
${notification_response}    []

${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${MOCK_SERVER_JAR}    ../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ ${notification_response} []

${response}=    httpresponse

${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${MOCK_SERVER_JAR}    ../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar

${fields}

+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ ${callback_port} 9091
${callback_endpoint}    /endpoint
${callback_endpoint_error}    /endpoint_404
${sleep_interval}    20s
${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${MOCK_SERVER_JAR}    ../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar

${response}        http-response
Loading