doc.git
5 years agoUpdated git submodules
Steven Wright [Thu, 9 Aug 2018 18:15:53 +0000 (18:15 +0000)]
Updated git submodules

Project: vnfrqts/guidelines master 0a81243a07d6f723c96f0395e3621b5f5ad3f436

Merge "VNFRQTS - Removing seed info from repo"

VNFRQTS - Removing seed info from repo

Removing documents that were used as seed information.

Change-Id: I6443d802c3945b6678c31868893efba741cde484
Issue-ID: VNFRQTS-251
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
5 years agoUpdated git submodules
vempo [Thu, 9 Aug 2018 14:48:50 +0000 (17:48 +0300)]
Updated git submodules

Project: sdc master 9de469a6617bd0e53829d032fc871fdbecf6f4b1

Corrected relative path to parent POM

Change-Id: I48ac8bbc9ed8a7c15401a3af44696be93c5a4d7c
Issue-ID: SDC-1065
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
5 years agoUpdated git submodules
Sandeep J [Wed, 8 Aug 2018 12:20:54 +0000 (17:50 +0530)]
Updated git submodules

Project: appc master 344a44f3bb0762e5bc32a4ef760fb3b42ef4688d

added test case to testDataTool.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: If736ff2d7cd30f6762ecb6bdc267b4a7c7f51c07
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Joanna Jeremicz [Mon, 23 Jul 2018 10:10:41 +0000 (12:10 +0200)]
Updated git submodules

Project: appc master 5008b80497d3256b724d54e0b26ad398f050571e

Improve LicenseManagerImpl implementation

- Use STAX API for XML processing instead of parsing it manually
- Rearrange code for clarity and testing
- Adjust JUnits accordingly

Issue-ID: APPC-1024
Change-Id: I9d655b581adb401b0c20bc29eda6a2bce1f2ef89
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
5 years agoUpdated git submodules
Smokowski, Steve (ss835w) [Thu, 9 Aug 2018 16:44:57 +0000 (12:44 -0400)]
Updated git submodules

Project: so master 219ef08ffde8482dbaf6dfa151d9d06da7aabf4e

Fix Logging

Add more logging information for Java.Lang Exceptions

Issue-ID: SO-822

Change-Id: I5eb25adc087c9fb495829af2c9d0d1be7374f4a3

Change-Id: I5eb25adc087c9fb495829af2c9d0d1be7374f4a3
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoUpdated git submodules
econwar [Thu, 9 Aug 2018 14:21:29 +0000 (14:21 +0000)]
Updated git submodules

Project: integration master 18088d8304026be6d7720f37d1aaea6d9b5dcede

Add Publish to Feed Test Case

Change-Id: I5926771744ce870690388c9dcaf7bbbd1f21862d
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-564

5 years agoUpdated git submodules
stark, steven [Wed, 8 Aug 2018 21:01:36 +0000 (14:01 -0700)]
Updated git submodules

Project: vnfrqts/requirements master 3044f2af6f129ff656ce99a1c8721cfc919adafb

[VNFRQTS] added nestd heat requiremnt

Adding requirement for nested heat/nova servers

Change-Id: I7ed5e525970caf60142578b77917428ae3d1b4b1
Issue-ID: VNFRQTS-287
Signed-off-by: stark, steven <ss820f@att.com>
5 years agoUpdated git submodules
Dileep Ranganathan [Wed, 8 Aug 2018 13:08:08 +0000 (06:08 -0700)]
Updated git submodules

Project: optf/osdf master be84b41f0eb2c390bf220b0f6f007190642449bd

Fix the docker build image workflow

Fixed the Docker build image workflow.

Added seperate tagging for SNAPSHOT-latest and STAGING-latest

There are two docker jobs currently. One produces SNAPSHOT images
and other produces STAGING images. SNAPSHOT images are build from
nexus2 maven snapshots artifacts where as STAGING images are built
from nexus2 maven releases artifacts.

Removed libxml2-utils dependency from docker build image script.
Since the dedicated docker node might be shared by multiple jobs,
apt-get install inside the script might cause conflict and cause
failure of the docker jenkins jobs. Moved the dependency to be part
of the jenkins infrastructure node itself.

Change-Id: Ib33681ade6408a1116a5be84f19d0bf84e188aac
Issue-ID: OPTFRA-301
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
5 years agoUpdated git submodules
Dileep Ranganathan [Wed, 8 Aug 2018 13:02:41 +0000 (06:02 -0700)]
Updated git submodules

Project: optf/has master 27553f737c5d9717d5ef96b38cda3bfa52e9ccc1

Fix the docker build image workflow

Fixed the Docker build image workflow.

Added seperate tagging for SNAPSHOT-latest and STAGING-latest

There are two docker jobs currently. One produces SNAPSHOT images
and other produces STAGING images. SNAPSHOT images are build from
nexus2 maven snapshots artifacts where as STAGING images are built
from nexus2 maven releases artifacts.

Removed libxml2-utils dependency from docker build image script.
Since the dedicated docker node might be shared by multiple jobs,
apt-get install inside the script might cause conflict and cause
failure of the docker jenkins jobs. Moved the dependency to be part
of the jenkins infrastructure node itself.

Change-Id: I122974c984b1b0ece98bbd5a783d7923504abf3e
Issue-ID: OPTFRA-301
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
5 years agoUpdated git submodules
Sandeep J [Thu, 9 Aug 2018 09:36:36 +0000 (15:06 +0530)]
Updated git submodules

Project: appc master dc87c8cea2a6b6f68a8d7521db325fec4319b71a

added test case to TestSignal.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: Iacc5d38bacc946cf203d690cbe5a174e6dab15e2
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Sandeep J [Wed, 8 Aug 2018 12:09:08 +0000 (17:39 +0530)]
Updated git submodules

Project: appc master fbea05903ae752ec6eefec5fdf32f6b3144e66c1

added test case to TestPatternNode.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: I4d035ffb81367fd4de4004d4aefa8a6433e4fd7d
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Sandeep J [Wed, 8 Aug 2018 12:04:04 +0000 (17:34 +0530)]
Updated git submodules

Project: appc master 6074b773516e3e02a4c6517fd1f4cf5a9c19b86b

added test case to TestMergeNode.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: If9a93361b275df98412dc23410a2094e340b7c9c
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Sandeep J [Wed, 8 Aug 2018 11:52:02 +0000 (17:22 +0530)]
Updated git submodules

Project: appc master 2ee3f36f8de9f5a94a8c91e78d27453fc309cbc8

added test case to TestConvertNode.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: If2320397a735dd4f510350802df631cb132145e8
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Eric Debeau [Thu, 9 Aug 2018 14:43:16 +0000 (14:43 +0000)]
Updated git submodules

Project: externalapi/nbi master 9fb6d48ba882de74067184208f0ace896f852577

Update PTL in INFO.yaml

Issue-ID: EXTAPI-123

Change-Id: I8aa4f894c39792a963e52a84f8e5752ece1c043b
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
5 years agoUpdated git submodules
Hong Guan [Thu, 9 Aug 2018 14:21:22 +0000 (10:21 -0400)]
Updated git submodules

Project: ccsdk/platform/plugins master d325d65c7bd63fa1709e3d1f0d5327a6a330c01f

fixed type file name mismatch

Change-Id: If78d213f38c3bc672cf542cd7f1f7496781cb83b
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
5 years agoUpdated git submodules
Hong Guan [Wed, 8 Aug 2018 21:50:28 +0000 (17:50 -0400)]
Updated git submodules

Project: ccsdk/platform/plugins master 72e2ba6f74c73a3bfbc4a438036ea9d8c7679612

Add Helm Plugin maven build

Change-Id: I111db7511658bfff73e85cf9efed69e1a4e44713
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
5 years agoUpdated git submodules
Jun (Nicolas) Hu [Thu, 9 Aug 2018 13:48:18 +0000 (13:48 +0000)]
Updated git submodules

Project: oom master 7315e05d60c927d8d9eb5a53b5dc4d20c9e4ecb2

Merge "Refactor OOM robot to match HEAT"

Refactor OOM robot to match HEAT

Change properties file to match HEAT as much
as possible to facilitate diffing between the
two.

Change-Id: Ic75c7c249fe19bd651b4407baea480fff1432ca3
Issue-ID: INT-605
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUpdated git submodules
Gary Wu [Wed, 8 Aug 2018 21:07:29 +0000 (14:07 -0700)]
Updated git submodules

Project: oom master 08986330f2c71e54ae28a0f0aeaeb5fbfc8cea94

Bug fix on gerrit 58053 rebase.

An extraneous block of text in the robot configmap
was left in during the rebase of gerrit 58053
patchset 3.  This fixes the issue.

Change-Id: I0a705720adfc3e40581b411329d194cda4588a48
Issue-ID: INT-605
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUpdated git submodules
Marcin Migdal [Thu, 9 Aug 2018 13:22:37 +0000 (15:22 +0200)]
Updated git submodules

Project: integration master 5d08958636a11ec9d570a995f09fa09f6e14de49

Preparing for INT-607
Attempt to fix build part3

Change-Id: I7a0d6d05aed920e21e3bfd5b78bdffc271630192
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
5 years agoUpdated git submodules
Seshu Kumar M [Thu, 9 Aug 2018 12:35:52 +0000 (12:35 +0000)]
Updated git submodules

Project: so master f690106dbb6f2da96fdaa35541bc5ba152f9d299

Merge "Fix Ref Data"

Fix Ref Data

Fix recipe reference data, add initial data setup script

Issue-ID: SO-812

Change-Id: I9cbc45f7788fe7c5a74e15d45a9b82a55ddfe299
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoUpdated git submodules
Marcin Migdal [Thu, 9 Aug 2018 08:46:19 +0000 (10:46 +0200)]
Updated git submodules

Project: integration master d852d2a4ccd2692b1cb9cdf56c575ee983634b66

Preparing for INT-607
Attempt to fix build part2

Change-Id: I4520f309173f2b27100802e38c8a222176444812
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
5 years agoUpdated git submodules
Seshu Kumar M [Thu, 9 Aug 2018 12:07:02 +0000 (12:07 +0000)]
Updated git submodules

Project: so master 7d658b55df711387c65eb30df526c61b48f2f19a

Merge "Refactored references to AaiUtils"

Refactored references to AaiUtils

to use AAIResourceClient
updated bpmn, removed Generic AAI flows, and removed dead useless code
Did not modify E2E Delete Service Instance flow as it has changed
significantly

Issue-ID: SO-813
Change-Id: I1a6bc5353ef89e2ce4359be2654395f7ce060aba
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdated git submodules
Avi Gaffa [Thu, 9 Aug 2018 11:53:30 +0000 (11:53 +0000)]
Updated git submodules

Project: sdc/sdc-workflow-designer master 3930f4166d19391e720f381ca6f07e86d5a92e82

Merge "Fix errors and warnings"

Fix errors and warnings

Issue-ID: SDC-1622
Change-Id: I1a284c29ed1332545752bf04c14027d1199bbd4e
Signed-off-by: Malek <malek.zoabi@amdocs.com>
5 years agoUpdated git submodules
Smokowski, Steve (ss835w) [Wed, 8 Aug 2018 20:24:49 +0000 (16:24 -0400)]
Updated git submodules

Project: so master f7905365376fe58e811955c550859d94aa4c2ff2

Remove Property

Remove BPEL properties that are no longer used

Issue-ID: SO-817
Change-Id: Ie654562dabaddfcff68de3dfddeb85eed478b0a5

Change-Id: I6a418c73608d08f4cf12833f893e671ffa77beb0
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoUpdated git submodules
vempo [Wed, 8 Aug 2018 12:40:46 +0000 (15:40 +0300)]
Updated git submodules

Project: sdc master 806d077a1cbc7b6d6b46e6fc734af35e6ecd8c0e

Improved JaCoCo configuration

Declared JaCoCo Maven plugin under dependencyManagement to avoid
conflicting versions.

Change-Id: I11f3b575d6b3b34733e8f4379b9ba6b4bf4ba39b
Issue-ID: SDC-1596
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
5 years agoUpdated git submodules
fujinhua [Thu, 9 Aug 2018 08:22:28 +0000 (16:22 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master dfd932ec551c9636d3c5a3a931d6931b164434ec

Add unit test for ns create

Change-Id: If32920af59eb88b257f22a3a036d3574c53a3692
Issue-ID: VFC-1009
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Add unit test for ns create

Change-Id: I3fee5c345be12b5866ad9fe39364d897925f494d
Issue-ID: VFC-1009
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
5 years agoUpdated git submodules
talig [Thu, 9 Aug 2018 10:13:23 +0000 (13:13 +0300)]
Updated git submodules

Project: sdc/sdc-workflow-designer master ff78ef472f8e481afb39f24a1d37737ef8dfab60

Add activity spec code

Move code from sdc repository and:
1. place according to this project structure
2. refactor DTOs and use mapstruct
3. change errorResponse to be a json instead of a string (for all workflow code)

Change-Id: Ia85590b53ab59ff7600e05b8a6d52e06b1773220
Issue-ID: SDC-1606
Signed-off-by: talig <talig@amdocs.com>
5 years agoUpdated git submodules
Seshu Kumar M [Thu, 9 Aug 2018 09:39:45 +0000 (09:39 +0000)]
Updated git submodules

Project: so master 9db7d0896c46fff8d802000b7ebd343c7df25404

Merge "Fix Invalid BPMN"

Fix Invalid BPMN

Fix invalid BPMN for a 2nd time, add JUNIT to fail verify on invalid
BPMN

Issue-ID: SO-804

Change-Id: I0ead7d8ebc42dbfe6b18cb29e3962cceb6d7cc23

Change-Id: I0ead7d8ebc42dbfe6b18cb29e3962cceb6d7cc23
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoUpdated git submodules
Seshu Kumar M [Thu, 9 Aug 2018 09:38:40 +0000 (09:38 +0000)]
Updated git submodules

Project: so master a93b5c33826f0b30f8d85e463c8af482cc4ce0e0

Merge "junits for HttpClientRedirectStrategy"

junits for HttpClientRedirectStrategy

-Added new test class for HttpClientRedirectStrategy
-Test for method isRedirectable

Change-Id: I631ba978262316799fa10ddab4af4cfbb35dafd9
Issue-ID: SO-814
Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
5 years agoUpdated git submodules
Yuli Shlosberg [Thu, 9 Aug 2018 09:06:24 +0000 (12:06 +0300)]
Updated git submodules

Project: sdc master 2878793cf42c65717298e276c40d88ab195dac6e

fix logback.xml to INFO

Change-Id: Ied2f63beae487f0b3cb3f59d934b46c653928a0d
Issue-ID: SDC-1535
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
5 years agoUpdated git submodules
priyanshu [Wed, 8 Aug 2018 21:27:47 +0000 (02:57 +0530)]
Updated git submodules

Project: sdc master be05c17a3824d38d37adaba1a58291f7bd919646

Interface operations Bug Fixes

1. create and modify operation bug fix
2. Get and Delete negative use case handling
3. refactored code

Change-Id: I472abb7f487cb0399e63e413e616a03143a1e2ac
Issue-ID: SDC-1535
Signed-off-by: priyanshu <pagarwal@amdocs.com>
5 years agoUpdated git submodules
fujinhua [Thu, 9 Aug 2018 07:04:08 +0000 (15:04 +0800)]
Updated git submodules

Project: vfc/nfvo/driver/vnfm/svnfm master d2bf9d6e5dedffa406f30547cebf63a239d85c1f

Remove useless codes of ztevnfmdriver

Change-Id: I612342bfd9e0d138da0e8a465281240e9266db3e
Issue-ID: VFC-1009
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
5 years agoUpdated git submodules
fujinhua [Thu, 9 Aug 2018 02:36:48 +0000 (10:36 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master 205e810cea524b42a7842ae7e4474e8d45241fa8

Refactor codes for vfc-nfvo-lcm

Move scaleaspect.py from pub to ns

Change-Id: Icacc3cb630f34240246df007f765c94ccc29205d
Issue-ID: VFC-1009
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Refactor codes for vfc-nfvo-lcm

Delete useless config variables

Change-Id: Ifa89ba9ec788a5f05d7f7b3405ed04a0a8d6d09e
Issue-ID: VFC-1009
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
5 years agoUpdated git submodules
Thomas Nelson Jr [Wed, 8 Aug 2018 00:17:33 +0000 (00:17 +0000)]
Updated git submodules

Project: music master 64b04604921670862993fb2a72a895a6209947d5

Updates to Callback Api and Connection

Change-Id: I6a3f0537a616ae4d54b47fa2c70ba5128e39f123
Issue-ID: MUSIC-92
Signed-off-by: Thomas Nelson Jr <tn1381@att.com>
5 years agoUpdated git submodules
Helen Chen [Wed, 8 Aug 2018 21:38:43 +0000 (21:38 +0000)]
Updated git submodules

Project: integration master 89117c333aec6b571dc997679f1159ba22370e84

Merge "Add support for teardown full_deletion flag"

Add support for teardown full_deletion flag

Change-Id: I24217ed4eaca20457fd671e92a4abd83f033e6cc
Issue-ID: INT-610
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUpdated git submodules
eronkeo [Wed, 8 Aug 2018 15:22:25 +0000 (16:22 +0100)]
Updated git submodules

Project: dmaap/datarouter master 13639e1b05d8c8b5b1e9efd543573834501aefaa

remove tab characters from code

Change-Id: I5b1d041561056833f744270350b3d2c9cd4e1dcb
Issue-ID: DMAAP-570
Signed-off-by: eronkeo <ronan.keogh@ericsson.com>
5 years agoUpdated git submodules
Gary Wu [Mon, 30 Jul 2018 17:28:46 +0000 (10:28 -0700)]
Updated git submodules

Project: oom master dd00f7941f8d0b4720e310ab3225b5f56d06bf1f

Use VNF heat templates in the testsuite image

Change to use the VNF templates already cloned inside
the testsuite docker image intead of relying on an
external copy.

Also remove unnessary ConfigMaps and initContainers
as a result of this change.

Change-Id: Idedb48169e497d3485dcb89279d1ed5f3356105a
Issue-ID: INT-605
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUpdated git submodules
Jun (Nicolas) Hu [Wed, 8 Aug 2018 20:33:32 +0000 (20:33 +0000)]
Updated git submodules

Project: oom master 3f56c825b4da4a2eb0b6bbdee4e985970324fa52

Merge "Refactor OOM robot changes into demo/testsuite"

Refactor OOM robot changes into demo/testsuite

Refactor OOM-specific robot overrides to make them
generic to both HEAT and OOM; remove OOM-specific
robot overrides to prevent dual-maintenance between
OOM robot and HEAT robot.

Change-Id: I0030d8978cdbd50a12400aaba2f21778745f0431
Issue-ID: INT-605
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUpdated git submodules
Jun (Nicolas) Hu [Wed, 8 Aug 2018 20:23:36 +0000 (20:23 +0000)]
Updated git submodules

Project: oom master e0d4c46d9fc30ab22fad7065a914f9932451fd39

Merge "Rename OPENO_IP to MSB_IP"

Rename OPENO_IP to MSB_IP

Change-Id: I83264ceb0c55fa5ffaa67a464b1927f330a88328
Issue-ID: INT-526
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUpdated git submodules
econwar [Wed, 8 Aug 2018 17:17:18 +0000 (17:17 +0000)]
Updated git submodules

Project: integration master 6d5e8086c2647e38d817ae5040f18f6af62045be

Add Delete Feed Test Case
-DB container updated

Change-Id: I374032aa167e9725668f1997873fe5b52c3a87a4
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-65

5 years agoUpdated git submodules
Andy Mayer [Wed, 8 Aug 2018 19:47:25 +0000 (19:47 +0000)]
Updated git submodules

Project: vnfsdk/model master e0e6b61a9bb09bbcdb847339a146dbe6dddd8aa1

Merge "Include VES 7.0.1 documentation"

Include VES 7.0.1 documentation

Issue-ID: VNFSDK-299

Change-Id: I8ea5cf2e2a6f0d20631d03e7ce605dd1364cf3b2
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
5 years agoUpdated git submodules
Smokowski, Steve (ss835w) [Wed, 8 Aug 2018 18:48:03 +0000 (14:48 -0400)]
Updated git submodules

Project: so master 6591ba62c3fcd998836ea1ed844bde03a04a8380

Update Default Recipe

Update default recipe data to be inserted after flyway baseline

Issue-ID: SO-812

Change-Id: Icaab49127ebd184d2cf26397c71ca989ff68d468

Change-Id: Icaab49127ebd184d2cf26397c71ca989ff68d468
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoUpdated git submodules
krishnajinka [Tue, 7 Aug 2018 21:42:50 +0000 (06:42 +0900)]
Updated git submodules

Project: policy/engine master 5e8b7f573f0f7f08be242ee017ecf1243317f1b5

Fix sonar issue with constrctr in xacml comp

Fix sonar issue of Method has 9 parameters, which is
greater than 7 authorized in StdPDPPolicy. Make the
actual sonar fix

Issue-ID: POLICY-1016
Change-Id: Ibc79ddce81a6209ec190c7f393557e9c569df453
Signed-off-by: krisjinka <kris.jinka@samsung.com>
5 years agoUpdated git submodules
Smokowski, Steve (ss835w) [Wed, 8 Aug 2018 14:14:37 +0000 (10:14 -0400)]
Updated git submodules

Project: so master d68387d612bc13158661587db2cfa3fb62c2f698

Remove Unused Files

Remove files that are no longer used

Issue-ID: SO-815

Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f

Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoUpdated git submodules
jh245g [Mon, 6 Aug 2018 18:30:01 +0000 (14:30 -0400)]
Updated git submodules

Project: ccsdk/platform/plugins master e76d177a713b10a92525f09dbd3199a090d14d8f

Fix bug in basic authentication

Change-Id: If3f8231b5a3330009379d6d20d47f0be895ecdc8
Issue-ID: CCSDK-425
Signed-off-by: jh245g <jh245g@att.com>
5 years agoUpdated git submodules
econwar [Wed, 8 Aug 2018 16:46:51 +0000 (16:46 +0000)]
Updated git submodules

Project: integration master 81708b8b4db473e7dd9738fce13844ef48d7fcb7

Add Delete Subscription Test Case

Change-Id: I2ff9e6b4d616ad9f782241c4d964a001927b2165
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-68

5 years agoUpdated git submodules
Fiachra Corcoran [Tue, 7 Aug 2018 21:19:13 +0000 (22:19 +0100)]
Updated git submodules

Project: dmaap/datarouter master bce219cdadbad724b1c6b2704695d8adf11eb65d

DB utils update for db initialization

Issue-ID: DMAAP-566
Change-Id: I3dad4059a3b192f2c54598985893b1334809d1f0
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com>
5 years agoUpdated git submodules
Gary Wu [Wed, 8 Aug 2018 16:39:14 +0000 (16:39 +0000)]
Updated git submodules

Project: integration master 51166a34898aa06e67339d611397ecd83aa2ffbf

Merge "Add Update Feed Test Case"

Add Update Feed Test Case

Change-Id: I6dca1d00e9aab54da66d595bb302ddda5e7196cb
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-64

5 years agoUpdated git submodules
Gary Wu [Wed, 8 Aug 2018 16:26:53 +0000 (16:26 +0000)]
Updated git submodules

Project: integration master 1fd31b7c789422937079c4de96b1238e8b4f49e2

Merge "Add Update Subscription Test Case"

Add Update Subscription Test Case

Change-Id: I4432561dccedff914ac64bbf9078e39fcc29be4a
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-67

5 years agoUpdated git submodules
Gary Wu [Wed, 8 Aug 2018 16:26:41 +0000 (16:26 +0000)]
Updated git submodules

Project: integration master 9b2ca96d7784f9e6b745d6da35fd348225475405

Merge "Fix CSIT tests for clamp change values"

Fix CSIT tests for clamp change values

Change-Id: I93594cb0085844b96f4a68579000d2a3ca53b0cf
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-129

5 years agoUpdated git submodules
Gary Wu [Wed, 8 Aug 2018 15:21:25 +0000 (15:21 +0000)]
Updated git submodules

Project: integration master 4e69c299dffa44b954195890c9e4a5683bf8b66a

Merge "Add Subscribe to Feed Test Case"

Add Subscribe to Feed Test Case

Change-Id: Icf0139e9850b4efcac89e7ff4c3cce55cee71d73
Issue-ID: DMAAP-66
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
5 years agoUpdated git submodules
Gary Wu [Wed, 8 Aug 2018 15:20:47 +0000 (15:20 +0000)]
Updated git submodules

Project: integration master 6aba10720c1e9a3dbadd72b4a233b3a5ee45529d

Merge "Preparing for INT-607 Attempt to fix build"

Preparing for INT-607
Attempt to fix build

Change-Id: I47e1b77d9f434a5c6a116f42db338e9b08697559
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
5 years agoUpdated git submodules
Gary Wu [Wed, 8 Aug 2018 15:20:15 +0000 (15:20 +0000)]
Updated git submodules

Project: integration master 7cf2518fd6fdc4bef50e4cf9771f637cf6c64de6

Merge "Modify teardown script to make it safer"

Modify teardown script to make it safer

I made it so the teardown script would not destroy everything it possible could. A quiet teardown option was added and unused variable removed.

Change-Id: If4c3be7937441a58236b641ef7d171b52ba61c1d
Issue-ID: INT-610
Signed-off-by: eHanan <eoin.hanan@ericsson.com>
5 years agoUpdated git submodules
Gary Wu [Wed, 8 Aug 2018 15:18:29 +0000 (15:18 +0000)]
Updated git submodules

Project: integration master 8f86ca14c96489d5bece322f7dd91dd063b055d7

Merge "remove unused file"

remove unused file

Change-Id: I795ae10892b2b6305b7bbf997dde5a1986bb2ff0
Issue-ID: INT-607
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
5 years agoUpdated git submodules
hb123f [Thu, 2 Aug 2018 18:50:31 +0000 (14:50 -0400)]
Updated git submodules

Project: portal master 8d5039c674ef6fd0e4f2ebef9edfac27f0c18900

Replaced ecomp

Issue-ID: PORTAL-302

Replaced ecomp keyword and year

Change-Id: Ia9b324f6c7b74875ed6afd3cca7aa8d1ed7131a4
Signed-off-by: hb123f <hb123f@att.com>
5 years agoUpdated git submodules
Jun (Nicolas) Hu [Wed, 8 Aug 2018 14:41:25 +0000 (14:41 +0000)]
Updated git submodules

Project: oom master 2de2601e0f123739d7efafe4796e399f9327259f

Merge "Add pomba elasticsearch new charts for POMBA"

Add pomba elasticsearch new charts for POMBA

Adding elasticsearch deployment artifact to POMBA charts

Change-Id: I5d1d5675ca610315f6dd91caab5920edf3ff9318
Issue-ID: LOG-573
Signed-off-by: Geora Barsky <georab@amdocs.com>
Add pomba kibana chart for POMBA deployment

Adding new kibana deployment artifacts for pomba

Issue-ID: LOG-573
Change-Id: I1137fb9f2930933a5f47c839d110f61b69e761ef
Signed-off-by: Geora Barsky <georab@amdocs.com>
Use elasticsearch dump tool

Use elasticsearch dump tool to import index-patterns

Change-Id: I1137fb9f2930933a5f47c839d110f61b69e761ef
Issue-ID: LOG-573
Signed-off-by: Geora Barsky <georab@amdocs.com>
5 years agoUpdated git submodules
romaingimbert [Fri, 3 Aug 2018 08:04:46 +0000 (10:04 +0200)]
Updated git submodules

Project: externalapi/nbi master 9e34db4166287c48d8aaccc680eee0f0d5714f8b

rollback EXTAPI-108 call tosca

Change-Id: Icfe3594f7b34b7dabdc7941ce5fff3b52fd4703f
Issue-ID: EXTAPI-108
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
5 years agoUpdated git submodules
Jun (Nicolas) Hu [Wed, 8 Aug 2018 14:07:03 +0000 (14:07 +0000)]
Updated git submodules

Project: oom master 0a337c91d0e649bb15468f6ac7ef366b8097c0d8

Merge "Container restart loop"

Container restart loop

The container restarts in a loop before being considered as living on slow
labs.

Change-Id: I9cacb084999c92690df2113e2ff29a52711877df
Issue-ID: CLAMP-208
Signed-off-by: ac2550 <ac2550@intl.att.com>
5 years agoUpdated git submodules
Sonsino, Ofir (os0695) [Wed, 8 Aug 2018 12:54:51 +0000 (15:54 +0300)]
Updated git submodules

Project: vid master 661a24fd57de02869a9771761e0fcba7eb77d121

Update URI used to contact SO

Change-Id: I9b2e259b29e838cd027e7f9907704443293bef85
Issue-ID: VID-282
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
5 years agoUpdated git submodules
Elaine_Han [Wed, 8 Aug 2018 10:30:11 +0000 (18:30 +0800)]
Updated git submodules

Project: so master 67d2cf8b4327e19a1e632f8fd38a05b3184a0e7e

Save sppartner to AAI and call ExternalAPI bug fix

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000005
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
5 years agoUpdated git submodules
Sandeep J [Tue, 7 Aug 2018 10:15:05 +0000 (15:45 +0530)]
Updated git submodules

Project: appc master 73d1eb965ffa81033864609311a4dbd406c45ad9

added test cases to TestDGGeneralDBService.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: I309985d0b7d9cbfa60d3e1082afd84aaf9631ef1
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Sandeep J [Mon, 6 Aug 2018 10:22:34 +0000 (15:52 +0530)]
Updated git submodules

Project: appc master eb552133e407378672cc72705e9261dc4e6e9637

added test case to TestSignal.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: Ief0a74d2132295258c1a198309e310c235cad923
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
fujinhua [Wed, 8 Aug 2018 08:45:33 +0000 (16:45 +0800)]
Updated git submodules

Project: integration master 7e9188b57abc8588e51e8b86204aa718640170cc

Add db component when exec VFC CSIT

Change-Id: I53a54e1a3ba4f32f16f86ee7d4a9fa4c58810302
Issue-ID: INT-613
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Add db component when exec VFC CSIT

Change-Id: I9770f8d78466ac6066cdfe07aa3bac474114be1e
Issue-ID: INT-613
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
5 years agoUpdated git submodules
Seshu Kumar M [Wed, 8 Aug 2018 08:51:28 +0000 (08:51 +0000)]
Updated git submodules

Project: so master 3421ba5202d2f99756b66871c1653e889f947e28

Merge "SDNC request for Deactivate SOTN attach"

SDNC request for Deactivate SOTN attach

SDNC request for Deactivate SOTN attachment.

Change-Id: Iadb196fa5c0aea1171cad0da51c1b5b9bd58f69e
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
Seshu Kumar M [Wed, 8 Aug 2018 08:51:21 +0000 (08:51 +0000)]
Updated git submodules

Project: so master ac31a631b098e241278a28c764987767923f746a

Merge "SDNC request for DeActivate Site"

SDNC request for DeActivate Site

SDNC request for DeActivate Site

Change-Id: I82e0f95c391e737578f30ba54a1353c4020763a0
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
Seshu Kumar M [Wed, 8 Aug 2018 08:51:17 +0000 (08:51 +0000)]
Updated git submodules

Project: so master c68b237736f873afb95a8e2d0f69c9dcbe247255

Merge "Update the sdnc request update for deactivet SOTN"

Update the sdnc request update for deactivet SOTN

Update the sdnc request update for deactivet SOTN

Change-Id: Id06d712c84cd939768287a1a18a017466560030a
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
Seshu Kumar M [Wed, 8 Aug 2018 08:51:11 +0000 (08:51 +0000)]
Updated git submodules

Project: so master d0381f5a35d08094a9eb4cb15c71f1edb487cefd

Merge "SDNC request for delete SOTNConnectivity"

SDNC request for delete SOTNConnectivity

SDNC request for delete SOTNConnectivity

Change-Id: Iaf118183d285d8ec9cfcb7a4c663b429405af8f0
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
Seshu Kumar M [Wed, 8 Aug 2018 08:51:07 +0000 (08:51 +0000)]
Updated git submodules

Project: so master 6435abc4e4907b6393e28c5a6990bddc758cc49a

Merge "SDNCRequest for delete SOTN attachment"

SDNCRequest for delete SOTN attachment

SDNCRequest for delete SOTN attachment

Change-Id: I5fa582d13c96e283e3fa3b3ac712afeef3f30665
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
Seshu Kumar M [Wed, 8 Aug 2018 08:51:03 +0000 (08:51 +0000)]
Updated git submodules

Project: so master ca01f7781a8473241828d2f529fd3c936287e6ef

Merge "SDNC request template for delete Site"

SDNC request template for delete Site

SDNC request template for delete Site

Change-Id: Id40ae3dbc2a8989b69dd20be1f27d98babd8bb42
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
fujinhua [Wed, 8 Aug 2018 07:50:53 +0000 (15:50 +0800)]
Updated git submodules

Project: integration master f169d0620f1558a5bd815eafc1b03c7c4196d38b

Add db component when exec VFC CSIT

Change-Id: I0dc962610bc050e810f725b2c8fedb74a82a6a37
Issue-ID: INT-613
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
5 years agoUpdated git submodules
fujinhua [Wed, 8 Aug 2018 06:46:11 +0000 (14:46 +0800)]
Updated git submodules

Project: integration master b1d068efbbe88c31dc74c7b4115e72f9961ff1be

Add db component when exec VFC CSIT

Change-Id: Ibcfec9c79c6c722bc35d459424ab73af0b5cc025
Issue-ID: INT-613
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Add db component when exec VFC CSIT

Change-Id: I052b9c687ad0ddafba4dd2b2aaeccd89aebdbe44
Issue-ID: INT-613
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
5 years agoUpdated git submodules
ayalaben [Tue, 7 Aug 2018 08:38:59 +0000 (11:38 +0300)]
Updated git submodules

Project: sdc/sdc-workflow-designer master 923910109f7796aca1263df1a7fa13f7d6bc072c

Associate Artifact

Change-Id: Iba63c1a32c8ef7647874ea7234e853edc9d8d0d7
Issue-ID: SDC-1535
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
5 years agoUpdated git submodules
Li Zi [Mon, 6 Aug 2018 09:26:27 +0000 (09:26 +0000)]
Updated git submodules

Project: oom master c5290dc05be5ca1987d0a794769229e55e8e1126

Fix the issue can't get log of msb in kibana

Issue-ID: MSB-267
Change-Id: Ie6bebdd7b8dde8cfd87c2ddcedc8f2831f9d98dd
Signed-off-by: LiZi <li.zi30@zte.com.cn>
5 years agoUpdated git submodules
Avi Gaffa [Wed, 8 Aug 2018 06:37:09 +0000 (06:37 +0000)]
Updated git submodules

Project: sdc/sdc-workflow-designer master 2e867bf3de8a820405ab624c10c198dae5e7e2f3

Merge "Add validator duplicate IO name"

Add validator duplicate IO name

fixes comments of patch set 1

Change-Id: I44bbbfd8f992871880f2efe26c08393879fcff77
Issue-ID: SDC-1518
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
5 years agoUpdated git submodules
priyanshu [Tue, 7 Aug 2018 13:52:05 +0000 (19:22 +0530)]
Updated git submodules

Project: sdc master f0811d5711a03c3b4b3e02ecdce4a2cd0f7f7a35

Interface operations Bug Fix

modify operation bug fix

Change-Id: I510b19013a050b02bf3b1c959a1340a1ce1b3566
Issue-ID: SDC-1535
Signed-off-by: priyanshu <pagarwal@amdocs.com>
5 years agoUpdated git submodules
Seshu Kumar M [Wed, 8 Aug 2018 05:52:05 +0000 (05:52 +0000)]
Updated git submodules

Project: so master e92cd093a1255cafef406f4cd97dc6af3c75fb73

Merge "E2EServiceInstances to be free of catalogdb"

E2EServiceInstances to be free of catalogdb

Fixing Junits
Making MSO requests free from direct repository calls
Add @Param annotation so as to fix JPA methods with query parameters
Fix createE2EServiceInstance Test
Add Unit Tests for Sunny day scenarios
revert import auto-alignment

Issue-ID: SO-811
Change-Id: I9f69d817622b0807642a783311d6959817a77970
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdated git submodules
yunlong ying [Wed, 8 Aug 2018 04:07:59 +0000 (04:07 +0000)]
Updated git submodules

Project: integration master 691efb658e6c69ee1559f775729e6e152eb6345f

Merge "Add db component when exec VFC CSIT"

Add db component when exec VFC CSIT

Change-Id: I90b411f2cce47d2926ee35f867cdd7e628b167bc
Issue-ID: INT-613
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
5 years agoUpdated git submodules
Ryan Young [Tue, 7 Aug 2018 22:33:24 +0000 (18:33 -0400)]
Updated git submodules

Project: appc master 88ae299e275ad50642cd0ac754bd0189439e3aca

add property to skip karaf feature test

SingleFeatureTest results in ClassNotFoundException: ResolutionException
(no security manage: RMI class loader disabled)

Change-Id: I58ac5947557276ccc0c7add7cb4c9394418cfa26
Signed-off-by: Ryan Young <ry303t@att.com>
Issue-ID: APPC-1045

5 years agoUpdated git submodules
Krishnajinka [Tue, 7 Aug 2018 00:07:47 +0000 (09:07 +0900)]
Updated git submodules

Project: policy/engine master 47c46108782dccd44101b772ba979e3fdf3ead04

Resolve sonar issue in Policy parameters

Fix sonar issue of Method has 9 parameters, which is
greater than 7 authorized in PolicyParameters class
and related test class.Rework2

Issue-ID: POLICY-1016
Change-Id: I3096566d958e093439bcc95d92f1fe92e0ac57be
Signed-off-by: Krishnajinka <kris.jinka@samsung.com>
5 years agoUpdated git submodules
eronkeo [Tue, 7 Aug 2018 15:58:43 +0000 (16:58 +0100)]
Updated git submodules

Project: dmaap/datarouter master dcb5aef184cc0e6a68fc65a4bf0fbc4e48968bad

fix nexus URL for DR node and prov

Change-Id: I3d0609b0946432e141b6103766251735ff684893
Issue-ID: DMAAP-565
Signed-off-by: eronkeo <ronan.keogh@ericsson.com>
5 years agoUpdated git submodules
Arul.Nambi [Tue, 7 Aug 2018 17:04:55 +0000 (13:04 -0400)]
Updated git submodules

Project: aai/sparky-be master e1584cf3cf90469617d167c1a0886598df61b107

Fixing the jenkins docker job

Issue-ID: AAI-1449
Change-Id: Ieae1e9d251005d6ae1dd930993e8bfc011f2fd59
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
5 years agoUpdated git submodules
Seshu Kumar M [Tue, 7 Aug 2018 16:40:23 +0000 (16:40 +0000)]
Updated git submodules

Project: so master 94450aaa3ceaf24f2de6a949c0ccc447fbc7fe06

Merge "Remove declaration of subclass exception"

Remove declaration of subclass exception

Removed declaration of exception TenantAlreadyExists
since TenantAlreadyExists is a subclass of TenantException
which is declared earlier. Having TenantAlreadyExists is
superfluous since it is a subclass of another listed exception.

Issue-ID: SO-666
Change-Id: Ic828f4f18b865767bde7d34630f31683d7d49503
Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>
5 years agoUpdated git submodules
Gary Wu [Tue, 7 Aug 2018 16:15:27 +0000 (16:15 +0000)]
Updated git submodules

Project: integration master 57386a6cc6752fd2ec56a203d7a8f957567d3154

Merge "Preparing for INT-607 Remove unused file"

Preparing for INT-607
Remove unused file

Change-Id: I3e0d1ad06e16f35a13f10993a4ec1096fcb71ac9
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
5 years agoUpdated git submodules
Seshu Kumar M [Tue, 7 Aug 2018 16:13:16 +0000 (16:13 +0000)]
Updated git submodules

Project: so master 1dfdb2ea3379dbb3e66a2f72bbb5bc02a09390b5

Merge "Change & to &&"

Change & to &&

The boolean expression on line 243 requires two "&"
instead of one.

Issue-ID: SO-666
Change-Id: I3965119a223063e9bcee8a5ca807791b41f63410
Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>
5 years agoUpdated git submodules
Seshu Kumar M [Tue, 7 Aug 2018 16:12:49 +0000 (16:12 +0000)]
Updated git submodules

Project: so master a9b1f1302a54473c56828293bdd219489c7c270f

Merge "Upgrade CXF"

Upgrade CXF

Upgrade to latest version of CXF for Security Report

Issue-ID: SO-807
Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100

Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoUpdated git submodules
Seshu Kumar M [Tue, 7 Aug 2018 16:11:49 +0000 (16:11 +0000)]
Updated git submodules

Project: so master 0b136c33873e9ef96166c4373c4fd55c50bacfab

Merge "Add xml body for activate on different resource"

Add xml body for activate on different resource

Add xml body for activate on different resource.

Change-Id: I9e9ba306dc961fd575a336fcc1fb7a73b49ac6c9
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
Seshu Kumar M [Tue, 7 Aug 2018 16:11:39 +0000 (16:11 +0000)]
Updated git submodules

Project: so master df1958c9d54b9a05640dd6b39c54dddca873b9f7

Merge "Add request body for differnet resource"

Add request body for differnet resource

Add request body for differnet resource.

Change-Id: I2c2b0634d5adb84214b5e3177c9bcdcff3b6f334
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
Sandeep J [Tue, 7 Aug 2018 11:51:05 +0000 (17:21 +0530)]
Updated git submodules

Project: appc master 42b0c6f15278f1d92a7a07db1b253ff50374ee4f

updated existing test in TransactionTest.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: I2a16e144489647a011735bad462665690eeba368
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Sandeep J [Tue, 7 Aug 2018 10:32:18 +0000 (16:02 +0530)]
Updated git submodules

Project: appc master f66c2480d558298e4c7ce94d02c643e91e885c3c

Added test cases to ConfigResourceNodeTest.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: Iebffd1a614c286f50fca9b3159107d6e08a06670
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Sandeep J [Tue, 7 Aug 2018 11:09:45 +0000 (16:39 +0530)]
Updated git submodules

Project: appc master 2678c12a4091b0815b5b42efab8e8aba9e841638

added test case to TestEncryptionTool.java

to increase code coverage

Issue-ID: APPC-1086
Change-Id: Icf3522dee487c4ab876e11f201ad160c6be3831d
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoUpdated git submodules
Seshu Kumar M [Tue, 7 Aug 2018 14:38:34 +0000 (14:38 +0000)]
Updated git submodules

Project: so master 956f5e200a3a54a39d253c98636986e846013c29

Merge "Clean up pom"

Clean up pom

Remove logging jars that are not used

Issue-ID: SO-809

Change-Id: I5af45b00811fde53243273d90dbf88c8215de7ed
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Tue, 7 Aug 2018 14:07:03 +0000 (16:07 +0200)]
Updated git submodules

Project: integration master 54e87bb750a86ef48866b1a259fbcb4ce57bc6a6

Update the manifest

Update staging manifest to 3.0-STAGING

Issue-ID: CLAMP-209
Change-Id: I1df05894e6a1fe88787b8ff769e3a011ddaae62c
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
5 years agoUpdated git submodules
Gary Wu [Tue, 7 Aug 2018 13:32:01 +0000 (13:32 +0000)]
Updated git submodules

Project: integration master 66dc370cd0555e595cd526a65ff2bd631ae44e54

Merge "update sdc csit tests"

update sdc csit tests

Change-Id: I2a36f9b9dadd4744590f980ba214104777a89d20
Issue-ID: SDC-1611
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
5 years agoUpdated git submodules
Gary Wu [Tue, 7 Aug 2018 13:31:53 +0000 (13:31 +0000)]
Updated git submodules

Project: integration master d1eaf1f0a19ec15f399c2c79282bddc41fc78bec

Merge "Update VID docker image for CSIT"

Update VID docker image for CSIT

Change-Id: Ifa8fb2a552fc22864123457d50a51c4a8e46106e
Issue-ID: VID-238
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
5 years agoUpdated git submodules
Marcin Migdal [Tue, 7 Aug 2018 08:29:08 +0000 (10:29 +0200)]
Updated git submodules

Project: integration master 4e276344a57a3355d5ae507fbfb5bd27c3b4911d

Preparing INT-607
Set version for Jacocco plugin

Change-Id: Ia644b75b55a6e888d49b4cd7a43f18b6d97ece08
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
5 years agoUpdated git submodules
Marcin Migdal [Tue, 7 Aug 2018 08:27:48 +0000 (10:27 +0200)]
Updated git submodules

Project: integration master 2e9fa2812e69833b4ea22632cdacf133c2dfc262

Preparing INT-607
Remove transient dependency

Change-Id: Ia8d4e6f4aad4ea0bda2ff3899fc8308e560fcfea
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
5 years agoUpdated git submodules
ayalaben [Tue, 7 Aug 2018 11:59:38 +0000 (14:59 +0300)]
Updated git submodules

Project: sdc master b5246d5d62885a84c3e5b29048ad3c468945d3ba

Remove filter and archive toggle

Change-Id: I7d2a213bbf57897cf7231556798bcc92b59bdbed
Issue-ID: SDC-1615
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
5 years agoUpdated git submodules
Byung-Woo Jun [Tue, 7 Aug 2018 12:48:09 +0000 (12:48 +0000)]
Updated git submodules

Project: so master 7b3675d4826d793daafea13900cc86c725392173

Merge "remove the arquilian from parent pom.xml"

remove the arquilian from parent pom.xml

Issue-ID: SO-729

Change-Id: I82a95a2de0dae2e5c6c868c2a72bdd52928dc9c0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoUpdated git submodules
Seshu Kumar M [Tue, 7 Aug 2018 12:44:33 +0000 (12:44 +0000)]
Updated git submodules

Project: so master 13fa02ea02e7907208455738f6b477fc0cd8da29

Merge "Update input variable for deactivate"

Update input variable for deactivate

Update input variable for deactivate

Change-Id: Icc67a667bbf26198b78ad34248b61003e149ce26
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoUpdated git submodules
Seshu Kumar M [Tue, 7 Aug 2018 12:43:25 +0000 (12:43 +0000)]
Updated git submodules

Project: so master 739f3d7fe318bd710babebf31b76c04deff292de

Merge "Delete unused groovy"

Delete unused groovy

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000004
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>