Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
08d2c46f
Commit
08d2c46f
authored
Jan 28, 2021
by
Elian Kraja
Browse files
Fix issue
#133
parent
d9c4a223
Changes
3
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFLifecycleManagement-API/NotificationEndpoint.robot
View file @
08d2c46f
...
...
@@ -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
...
...
SOL003/VNFLifecycleManagement-API/environment/configuration.txt
View file @
08d2c46f
...
...
@@ -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
...
...
SOL003/VNFLifecycleManagement-API/environment/variables.txt
View file @
08d2c46f
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment