aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Add cloud-region and nf-role as an optional search criteriaAlexey Sandler1-10/+28
2019-09-15Merge "logging of HttpResponse use raw body"Ittay Stern2-1/+68
2019-09-12Merge "logging requests and responses in SyncRestClient"Ittay Stern2-0/+36
2019-09-12logging of HttpResponse use raw bodyEylon Malin2-1/+68
2019-09-12logging requests and responses in SyncRestClientEinat Vinouze2-0/+36
2019-09-12Reduce vnf data response from A&AI in change management flowsas221v3-91/+107
2019-09-12create JoshworksJacksonObjectMapper and use it everywhere neededEylon Malin2-32/+5
2019-09-12add UT to logRequest of LoggingEylon Malin1-10/+39
2019-09-12make Logging a service and inject it to SyncRestClientEylon Malin15-156/+203
2019-09-10Merge "update MSO configuration URL"Ittay Stern2-2/+2
2019-09-10update MSO configuration URLEylon Malin2-2/+2
2019-09-10Merge "update MSO create service instance URL"Ittay Stern3-35/+86
2019-09-10update MSO create service instance URLEylon Malin3-35/+86
2019-09-09Merge "initMockitoMocks: Generify null-placing"Amichai Hemli2-11/+36
2019-09-09Merge "add UT to TreeTest"Ittay Stern1-0/+8
2019-09-09Merge "Add UT to AaiControllerTest"Ittay Stern1-139/+165
2019-09-09add UT to TreeTestWeiss, Sara (sw793d)1-0/+8
2019-09-09Add UT to AaiControllerTestWeiss, Sara (sw793d)1-139/+165
2019-09-09add UT to PromiseEcompRequestIdFilterTestWeiss, Sara (sw793d)1-0/+15
2019-09-09initMockitoMocks: Generify null-placingIttay Stern2-11/+36
2019-09-09Merge "Stabilize AAIServiceTreeIntegrativeTest, assuming a Mocking issue"Amichai Hemli1-14/+9
2019-09-09Adding feature: Replace vfmoduleEinat Vinouze4-89/+131
2019-09-08Stabilize AAIServiceTreeIntegrativeTest, assuming a Mocking issueIttay Stern1-14/+9
2019-09-08send different request id on each mso callEylon Malin2-25/+85
2019-09-05send X-ONAP-RequestID header from MSO clientEylon Malin1-1/+6
2019-09-04Merge "add missing test annotation"Ittay Stern1-5/+7
2019-09-04Merge "add AAIServiceTreeIntegrativeTest"Ittay Stern1-0/+454
2019-09-04add missing test annotationEylon Malin1-5/+7
2019-09-04Merge "fix getDeactivateAndCloudDeletePath test"Ittay Stern1-10/+4
2019-09-04add AAIServiceTreeIntegrativeTestEylon Malin1-0/+454
2019-09-04Merge "Add UT to ToscaParserImpl"Ittay Stern1-0/+13
2019-09-03fix getDeactivateAndCloudDeletePath testEylon Malin1-10/+4
2019-09-03Add UT to ToscaParserImplSara Weiss1-0/+13
2019-09-02remove not used feature RoleGeneratorEylon Malin2-220/+0
2019-09-02improve test to verify also serializationEylon Malin1-34/+6
2019-09-02add UT for MsoController.testActivateFabricConfigurationEylon Malin1-1/+37
2019-09-02Revert "add some UT for MsoBusinessLogicImpl"Eylon Malin1-65/+0
2019-09-01Merge "add some UT for MsoBusinessLogicImpl"Ittay Stern1-0/+65
2019-09-01Fix "old-csars" test: csarWithVnfWithVfModuleInModelEylon Malin1-10/+9
2019-09-01add some UT for MsoBusinessLogicImplEylon Malin1-0/+65
2019-09-01add UT for NCF modelEylon Malin1-0/+63
2019-09-01add getNewestModelVersionByInvariant to controller and serviceEylon Malin2-0/+116
2019-09-01handle non OK response from SDC while getting modelEylon Malin5-28/+128
2019-08-29add ut getServiceToscaModel rethrow ExceptionEylon Malin1-20/+67
2019-08-29edit of macro services in new view edit screenEylon Malin1-80/+57
2019-08-29add UT to ToscaParserImpl and fix little bugEylon Malin2-35/+83
2019-08-29add AAITreeNodeUtilsTestEylon Malin1-0/+166
2019-08-29fix url and payload for getting latest modelEylon Malin1-0/+72
2019-08-26Log request-id even when no HttpServletRequest param or no user-sessionIttay Stern1-43/+0
2019-08-26Merge "AaiController tests"Wojciech Sliwka1-38/+193