Commit 08d2c46f authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix issue #133

parent d9c4a223
......@@ -2,6 +2,7 @@
Suite Setup Create Sessions
Suite Teardown Terminate All Processes kill=true
Resource environment/variables.txt
Resource environment/configuration.txt
Library MockServerLibrary
Library Process
Library OperatingSystem
......
......@@ -31,7 +31,6 @@ ${vnfPkgId_processing} 007c111c-38a1-42c0-a666-7475ecb1567c
${ARTIFACT_TYPE} application/octet-stream
${ARTIFACT_ID} artifactId
${WRONG_ACCEPT} application/json
${vnfLcmOpOccId} 6fc3539c-e602-4afa-8e13-962fb5a7d81d
${SYNC_MODE} 0
${sleep_interval} 20s
${callback_uri} http://localhost
......
......@@ -28,17 +28,18 @@ ${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
${sleep_interval} 20s
${callback_endpoint} /endpoint
${callback_endpoint_fwd} /endpoint/check
${callback_endpoint_error} /endpoint_404
${callback_uri} http://localhost
${callback_port} 9091
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment