From 0aa40781f8c5c0b084faaf0c3eb2210574d49ab8 Mon Sep 17 00:00:00 2001 From: Sandeep J Date: Tue, 21 Aug 2018 16:48:38 +0530 Subject: Updated git submodules Project: appc master 427428023f01af5ff4d2683ce260b25f58e43865 refactored code in ExecuteNodeActionImpl.java created a method a called getVserverRelations(SvcLogicContext vnfCtx, SvcLogicContext ctx) having the logic for looping through relationship-list data, to get vserver relations. This piece of code was earlier not covered by test cases. By putting this logic in a separate method, we will be able to write a specific test case for this logic and will be able to increase the code coverage by a big amount. Issue-ID: APPC-1086 Change-Id: Iffa2a4f04a1fd2b93edc4bcdfef8625f196a305e Signed-off-by: Sandeep J --- docs/submodules/appc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/appc.git') diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git index 9197e7273..427428023 160000 --- a/docs/submodules/appc.git +++ b/docs/submodules/appc.git @@ -1 +1 @@ -Subproject commit 9197e727349f035c9f782f5e841c4b3e2f2ff1f5 +Subproject commit 427428023f01af5ff4d2683ce260b25f58e43865 -- cgit 1.2.3-korg