Commit 123f503b authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

moved SOL002 VNF indicator notification tests

parent a0cd5ea0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,12 @@ ${callback_uri} http://localhost
${callback_port}    9091
${callback_endpoint}    /endpoint

${callback_endpoint_fwd}    /endpoint/check
${callback_endpoint_error}    /endpoint_404

${notification_request}    []
${notification_response}    []

${unreachable_callback_uri}    http://not-reachable-uri

${response}       some_response_object
+0 −12
Original line number Diff line number Diff line
# NFV API Tests

This is a development folder for ETSI STF 557.
It includes the NFV API conformance test descriptions.

## License

Any software in this repository is released under the ETSI Software License.
Licensing information is available in the attached LICENSE file.


Copyright (c) ETSI 2018
+0 −13
Original line number Diff line number Diff line
*** Variables ***
${callback_uri}    http://localhost
${callback_port}    9091
${callback_endpoint}    /endpoint
${callback_endpoint_fwd}    /endpoint/check
${callback_endpoint_error}    /endpoint_404
${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
 No newline at end of file