aboutsummaryrefslogtreecommitdiffstats
path: root/packages/arquillian-unit-tests/src/test/resources/docker/mso
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24Support for new AAI certificateRob Daugherty1-1/+1
Change-Id: I09d207b513008184765ed8db1ec6817323f83a10 Issue-ID: SO-589 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-13Add mso-asdc-controller-config to mso-docker.jsonArthur Martella1-0/+5
Change-Id: I491feaf6f410490ec52794b2c025f2abcb0e9f9c Issue-ID: SO-563 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-20Flows fail to update status in requests DBRob Daugherty1-1/+2
The fallout and completion handlers are not updating the request status in the mso_requests database. The cause is a missing URN mapping that defines the service endpoint for these updates. Issue: SO-230 Change-Id: I5b4ff6e9ca2cde6605b3ed7cb7b086041111d31c Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-01URL mismatch in mso.sdnc.propertiesRob Daugherty1-1/+4
There was a mismatch between the "sdncurls" definitions in the environment files (e.g. mso-docker.json) and the property file template (mso.sdnc.properties). This commit adds missing "sdncurls" to the arquillian unit test environment. Issue: SO-123 Change-Id: I538c9df71fec6e9368d4a984eb82f58ec3b0c545 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-21SO Failed Robot Health CheckRob Daugherty1-1/+2
There were several issues. The wrong jackson provider was being selected, which caused the exception, so we fixed that. Then we discovered that a a URN mapping was missing, so we added that. Then we found that the healthcheck wouldn't work because it's trying to check the default process engine, which does not exist. We commented out that part of the healthcheck to be able to resolve this high priority issue. A new low priority issue will need to be created to follow up. Change-Id: I327612a147333eeecd44915942cecd13959c4717 Issue-id: SO-139 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-04-11[MSO-8] Update the maven dependencyxg353y1-16/+17
Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes. Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc Signed-off-by: xg353y <xg353y@intl.att.com>
2017-01-31Initial OpenECOMP MSO commitChrisC1-0/+219
Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC <cc697w@intl.att.com>