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

Fix issue #133

parent d9c4a223
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@
Suite Setup    Create Sessions
Suite Setup    Create Sessions
Suite Teardown    Terminate All Processes    kill=true
Suite Teardown    Terminate All Processes    kill=true
Resource    environment/variables.txt 
Resource    environment/variables.txt 
Resource    environment/configuration.txt
Library    MockServerLibrary
Library    MockServerLibrary
Library    Process
Library    Process
Library    OperatingSystem
Library    OperatingSystem
+0 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,6 @@ ${vnfPkgId_processing} 007c111c-38a1-42c0-a666-7475ecb1567c
${ARTIFACT_TYPE}    application/octet-stream
${ARTIFACT_TYPE}    application/octet-stream
${ARTIFACT_ID}    artifactId
${ARTIFACT_ID}    artifactId
${WRONG_ACCEPT}    application/json
${WRONG_ACCEPT}    application/json
${vnfLcmOpOccId}    6fc3539c-e602-4afa-8e13-962fb5a7d81d
${SYNC_MODE}    0
${SYNC_MODE}    0
${sleep_interval}    20s
${sleep_interval}    20s
${callback_uri}    http://localhost
${callback_uri}    http://localhost
+9 −8
Original line number Original line Diff line number Diff line
@@ -28,17 +28,18 @@ ${changeVnfOperateRequest} {}
${requestedState}   test
${requestedState}   test
${changeVnfExtConnectivityRequest}    {}
${changeVnfExtConnectivityRequest}    {}
${patchBodyRequest}   {}
${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
${total_polling_time}   2 min
${polling_interval}     10 sec
${polling_interval}     10 sec


${notification_request}    []
${notification_request}    []
${notification_response}    []
${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