Newer
Older
*** Variables ***
${NFVO_HOST} 172.21.248.145 # Hostname of the NFVO
${NFVO_PORT} 9999 # Listening port of the NFVO
${AUTHORIZATION} Bearer Vr37Kbwr4eWZUNoSpWwy49mkxVmpmPWG
${CONTENT_TYPE_JSON} application/json
${ACCEPT_JSON} application/json
${AUTH_USAGE} 1
${NEG_AUTHORIZATION} Bearer negativetoken
${apiVersion} v1
${apiName} vnfpkgm
${FIELD_USAGE} 1
${NFVO_PLAIN} 1
${NFVO_FIELDS} 1
Elian Kraja
committed
${onboardingStateVnfPkgId} 788106a2-d692-44f3-a86d-384f0ce35e42 # The VNF Package is in CREATED onboardingState
${testOptionalMethods} 0
${MOCK_SERVER_JAR} ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${callback_port} 9091
${callback_uri} http://localhost:${callback_port}
${callback_endpoint} /endpoint
${callback_endpoint_fwd} /endpoint/check
${callback_endpoint_error} /endpoint_404
Elian Kraja
committed
${sleep_interval} 20s
${total_polling_time} 2 min
${polling_interval} 10 sec
${NFVO_CHECKS_NOTIF_ENDPOINT} 1
${response}
${notification_request} []
${notification_response} []