Skip to content
Snippets Groups Projects
Commit 5f0f5ac3 authored by aureliano sinatra's avatar aureliano sinatra
Browse files

Merge branch 'master' of forge.etsi.org:stf/stf-557/api-tests into feature/refactoring

parents d8193d61 6fc5a7b7
No related branches found
No related tags found
No related merge requests found
......@@ -41,5 +41,13 @@ ${VnfIdentifierDeletionNotification} {}
${callback_uri} http://localhost
${callback_port} 9091
${callback_endpoint} /endpoint
${callback_endpoint_fwd} /endpoint/check
${callback_endpoint_error} /endpoint_404
${sleep_interval} 20s
\ No newline at end of file
${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
\ No newline at end of file
......@@ -2,18 +2,12 @@
${vnfInstanceId} 6fc3539c-e602-4afa-8e13-962fb5a7d81f
${subscriptionId} 6fc3539c-e602-4afa-8e13-962fb5a7d81f
${vnfLcmOpOccId} 6fc3539c-e602-4afa-8e13-962fb5a7d81d
${callback_endpoint} /notification
${callback_endpoint_fwd} /notification/check
${callback_port} 9091
${callback_uri} http://localhost
${conflicVnfInstanceId} 6fc3539c-e602-4afa-8e13-962fb5a7d81f
${VnfLcmOperationOccurrenceNotification} {}
${VnfIdentifierCreationNotification} {}
${VnfIdentifierDeletionNotification} {}
${response} {}
${notification_request} []
${notification_response} []
${json} {}
${requestedFlavour} test
......@@ -30,9 +24,21 @@ ${vnfInstanceDescription_Update} Updated description vnf
${vnfPkgId_processing} 007c111c-38a1-42c0-a666-7475ecb1567c
${changeVnfFlavourRequest} {}
${requestedFlavour} test
${changeVnfOperateRequest} {}
${requestedState} test
${changeVnfExtConnectivityRequest} {}
${patchBodyRequest} {}
${callback_uri} http://localhost
${callback_port} 9091
${callback_endpoint} /endpoint
${callback_endpoint_fwd} /endpoint/check
${callback_endpoint_error} /endpoint_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
......@@ -39,9 +39,16 @@ ${VnfIdentifierDeletionNotification} {}
${callback_uri} http://localhost
${callback_port} 9091
${callback_endpoint} /endpoint
${callback_endpoint_fwd} /notification/check
${callback_endpoint_fwd} /endpoint/check
${callback_endpoint_error} /endpoint_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
${response} {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment