variables.txt 858 Bytes
Newer Older
1
*** Variables ***
2
3
${NFVO_HOST}      172.21.248.145    # Hostname of the NFVO
${NFVO_PORT}      9999    # Listening port of the NFVO
4
${NFVO_SCHEMA}    https
5
${AUTHORIZATION}    Bearer ivwDluws6XVhdFqGznZiw8cK1wP67S9b
6
7
${CONTENT_TYPE_JSON}    application/json
${ACCEPT_JSON}    application/json
8
${apiRoot}        /osm
9
10
11
${AUTH_USAGE}     1
${NEG_AUTHORIZATION}    Bearer negativetoken
${apiVersion}     v1
12
${apiName}        nspm
13
${FIELD_USAGE}    1
14
${NFVO_CHECKS_NOTIF_ENDPOINT}    1
15

16
17
${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar

18
19
20
21
22
23
24
25
26
27
28
29
30
${testOptionalMethods}    0

${callback_port}    9091
${callback_uri}    http://172.22.1.7:${callback_port}
${callback_endpoint}    /nspm/subscriptions
${callback_endpoint_error}    /subs_404
${sleep_interval}    20s

${total_polling_time}   2 min
${polling_interval}     10 sec


${response}