Improve bulk processing 63/83763/2
authorMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Fri, 29 Mar 2019 17:39:32 +0000 (13:39 -0400)
committerMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Mon, 1 Apr 2019 16:47:33 +0000 (12:47 -0400)
commitfeb0214caf9d9dfcf3280c8c0f63137219aafabb
treedbef5cc1660c39e4e1ca8dd7db8e391a7adeeada
parentcb74139eb31d5bdaa6eb390ae7eebaf49729b7e4
Improve bulk processing

Change-Id: Ia8bd447563072284aa71e00eab0ef9b93e1776b1
Issue-ID: CCSDK-1127
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
12 files changed:
ms/blueprintsprocessor/application/src/main/resources/application-dev.properties
ms/blueprintsprocessor/application/src/test/resources/logback-test.xml
ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/NetconfComponentFunction.kt
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/ResourceResolutionService.kt
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/db/ResourceResolutionResultService.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/ResourceResolutionServiceTest.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/logback-test.xml
ms/blueprintsprocessor/functions/restconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/restconf/executor/RestconfComponentFunction.kt
ms/controllerblueprints/application/src/test/resources/logback-test.xml [moved from ms/controllerblueprints/application/src/test/resources/logback.xml with 91% similarity]
ms/controllerblueprints/modules/blueprint-core/src/test/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/utils/TopologicalSortingUtilsTest.kt
ms/controllerblueprints/modules/blueprint-core/src/test/resources/logback-test.xml [new file with mode: 0644]
ms/controllerblueprints/modules/service/src/test/resources/logback-test.xml [moved from ms/controllerblueprints/modules/service/src/test/resources/logback.xml with 78% similarity]