Add Onap Mock Emulator 47/13647/1
authorGeora Barsky <georab@amdocs.com>
Tue, 19 Sep 2017 21:08:12 +0000 (17:08 -0400)
committerGeora Barsky <georab@amdocs.com>
Wed, 20 Sep 2017 03:41:20 +0000 (23:41 -0400)
commit16c93bd15d9809c1e4a4295db6a634d75ed1a8ea
treefc7d0dafb116c00454365ea68fa417c97c34bc10
parent7e83d7fbdb6975f7b9e47284aacc833749853d62
Add Onap Mock Emulator

Onap Mock Emulator is aimed to emulate SNIRO functionality for vCPE use case

Change-Id: Idd6e1e4c955749c31f1891b0fc6e6b8236d931f0
JIRA-ID:INT-215
Signed-off-by: Geora Barsky <georab@amdocs.com>
test/mock/pom.xml [new file with mode: 0644]
test/mock/src/main/docker/Dockerfile [new file with mode: 0644]
test/mock/src/main/docker/docker-entrypoint.sh [new file with mode: 0644]
test/mock/src/main/java/org/onap/integration/test/mock/MockApplication.java [new file with mode: 0644]
test/mock/src/main/java/org/onap/integration/test/mock/extension/WebhookDefinition.java [new file with mode: 0644]
test/mock/src/main/java/org/onap/integration/test/mock/extension/Webhooks.java [new file with mode: 0644]
test/mock/src/main/resources/application.properties [new file with mode: 0644]
test/mock/src/test/java/org/onap/integration/test/mock/MockApplicationTests.java [new file with mode: 0644]