aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/sniroemulator
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Fix image push failuresDmitry Puzikov1-1/+1
Latest com.spotify:docker-maven-plugin has a bug preventing images to be pushed to the private registries. Latest bug-free version is 1.0.0 so revert to it. Change-Id: Ibe8f733a2e6b059203fa5dcca297ad35e7e1fe42 Issue-ID: INT-879 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-02-22Fix sniroemulator to make container arm64-readyDmitry Puzikov2-5/+10
Swicth from debian based image to alpine based image. Fix docker-plugin version. Change-Id: I87af14b9785f70f49955ba299ed6e3d8ff9866f3 Issue-ID: INT-879 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2018-09-18Upgrade oparent to 1.2.1Gary Wu1-7/+1
Change-Id: Idd9e0d0ebd681c0a9676181e37616158ce571f96 Issue-ID: INT-656 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-12-01Bump minor versionJessica Wagantall1-1/+1
Bump minor version in preparation for Amsterdam branching. Change-Id: I435deb8fd6fea5955d192f309c5641a1298f90c6 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-02Merge "Sniro Emulator - Fix SO CallBack with Resource IDs"Marco Platania2-9/+41
2017-11-02Sniro Emulator - Fix SO CallBack with Resource IDsGeora Barsky2-9/+41
Modify SNIRO emulator to pick up serviceResourceId from SO request Change-Id: Ib0bc23cb87ed5e49bb0dde351661527c404199bc JIRA-ID: INT-317 Signed-off-by: Geora Barsky <georab@amdocs.com>
2017-10-29Merge "Sniro Emulator - Fix SO CallBack URL"Gary Wu2-1/+14
2017-10-28Sniro Emulator - Fix SO CallBack URLGeora Barsky2-1/+14
Modify SNIRO emulator to use the callback URL included in the request Change-Id: Ida9cf0099c984a0c0ca19bd5850164640b649827 JIRA-ID: INT-311 Signed-off-by: Geora Barsky <georab@amdocs.com>
2017-09-28Update docker plugin versionGary Wu1-2/+2
Change-Id: I448f14163b8378d446a89d6a2592fa6ddf7dba76 Issue-ID: INT-215 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-27Add serverId for sniroemulator docker pushGary Wu1-0/+2
Change-Id: Iedd2169100d7bb56ebeaebb95451acb723bea11b Issue-ID: INT-215 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-26Sniro Emulator - Set up docker maven pluginGeora Barsky1-2/+1
Adding docker push registry variable into docker maven plugin image name Change-Id: Id5f20558a67a37a5921e0da272befc42341aaf7b JIRA-ID: INT-215 Signed-off-by: Geora Barsky <georab@amdocs.com>
2017-09-25Sniro Emulator - Adjust project to use oparentGeora Barsky5-5/+141
Use oparent as a parent artifact Change-Id: I0f08837fefeff296a37f8ddc5dcb6f85daf13afc JIRA-ID: INT-215 Signed-off-by: Geora Barsky <georab@amdocs.com>
2017-09-22Update sniroemulator pom to support docker:pushGary Wu1-2/+1
Change-Id: Ic356a226a996a74cf83d00d14c36fec2b6a05677 Issue-ID: INT-215 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-22Sniro Emulator - Adding maven docker pluginGeora Barsky1-0/+42
Maven plugin to build docker image has been added to pom file Change-Id: I2f6cff227427fe2dceb7baa73b78a4924bfd2622 JIRA-ID: INT-215 Signed-off-by: Geora Barsky <georab@amdocs.com>
2017-09-22Sniro Emulator - Move to different locationGeora Barsky8-0/+506
Change location of sniro emulator project from intgration/test/mock to integration/test/mocks/sniroemulator Change-Id: I808525d0d8ec23e785a5f06b7ba43a003a00d6fc JIRA-ID: INT-215 Signed-off-by: Geora Barsky <georab@amdocs.com>