Commit a6952dbd authored by Michele Carignani's avatar Michele Carignani
Browse files

reverting default configuration override

parent e8e8a7c0
*** Variables ***
${MEC-APP_SCHEMA} https
#${MEC-APP_HOST} 172.28.4.87
${MEC-APP_HOST} try-mec.etsi.org
${MEC-APP_PORT} 443
${MEC-APP_SCHEMA} http
${MEC-APP_HOST} my-rnis-example.com
${MEC-APP_PORT} 8080
${SUBSCRIPTION_ID} 7777
${NON_EXISTENT_SUBSCRIPTION_ID} 6666
${LINKS_SELF} http://example.com/exampleAPI/rni/v2/subscriptions
${SUBSCRIPTION_HREF_VALUE} cell_changed
${SUBSCRIPTION_TYPE} CELL_CHANGE
${HREF} http://tapqa.plugtests.net:8111/michele/endpoint
${SUBSCRIPTION_VALUE} {'href': 'http://tapqa.plugtests.net:8111/michele/endpoint', 'subscriptionType': 'CELL_CHANGE'}
${HREF} http://notify-me.com:80/notify
${SUBSCRIPTION_VALUE} {'href': 'http://notify-me.com:80/notify', 'subscriptionType': 'CELL_CHANGE'}
${CELL_ID} 6060606
${C_ID} 6060606
${NOT_EXISTENT_CELL_ID} 0x8000099
......@@ -20,7 +19,7 @@ ${response} {}
${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l
${apiRoot} /sbx3l3thqw
${apiRoot} /example
${apiVersion} v2
${PIC_PROBLEM_DETAILS_ON_404} 0
......@@ -28,9 +27,9 @@ ${PIC_PROBLEM_DETAILS_ON_404} 0
# Notifications variables
${MOCK_SERVER_JAR} ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${callback_port} 8111
${callback_uri} http://tapqa.plugtests.net:8111
${callback_endpoint} /michele/endpoint
${callback_port} 80
${callback_uri} http://notify-me.com
${callback_endpoint} /notify
${callback_endpoint_error} /subs_404
${total_polling_time} 2 min
${polling_interval} 10 sec
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