Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: vid master 8fdf2dee7684f4911a58a2350626300af52b6e4d
Unit tests
Change-Id: I9ff2a916f09856e3a79d037a8815224ddb9e7a9b
Issue-ID: VID-197
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Project: sdc/sdc-docker-base master 40b078662abcaa87909487847d116cc7bb21b481
update vnc base docker
Change-Id: I97ae9b721cb2f19f08d1bf92941c8255cf0dab29
Issue-ID: SDC-384
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
|
|
Project: sdc master d03d20a800a41dc04e70803ae2c6851bfb9948b9
Add timeout and connection status
Added timeout and connection status to the plugins configuration.
Added support in ui to display a temporary error screen in case a plugin in offline
Change-Id: Id4a0909cc704903be6183f22c67caec6f5050103
Issue-ID: SDC-1081
Signed-off-by: Idan Amit <ia096e@intl.att.com>
|
|
Project: optf/osdf master 1a9638f5d5fc78f7e8be700e71b506fed3cc9d2d
New policies and required code changes
Issue-ID: OPTFRA-146
Change-Id: I2261ae69f52b184cd7dcb7b86d5905538666a411
Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
|
|
Project: optf/has master 0983301fc60decb20a88f5d7b07d6fa9c8fb8855
Merge "Update oparent-python version for optf/has"
Update oparent-python version for optf/has
Change-Id: Ice973735086d9412220256678b1d0f71ca9ff979
Issue-ID: OPTFRA-184
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: so master bc3243a2ed3deaa4861fbc86861e1c971c139d6a
Re-enable aria rest api build
Change-Id: I4509a993f9a98cff005efd570c1cfa00639d8c50
Issue-ID: SO-494
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
|
|
Project: so master 01cae7accc0f239913a6c8bc5429f2947e7af214
fixing python build/deploy
Change-Id: Ia5849d8f337fc9810631673ff01a7abfdb66a252
Issue-ID: SO-445
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
|
|
Project: appc master a559e6a4550f33397fce0429d71ad0d34f62593d
ResponseStatus unit tests
Improved code coverage.
Change-Id: I4f522d57b3e6e8d64d42c5e8b957db5a4a1bf07a
Issue-ID: APPC-745
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: appc master f74c992c1ad8471303df62066ab5f9d778825e30
InputBody and OutputBody unit tests
Improved code coverage.
Change-Id: I8b083f3281f0057d14cdfa9ae3c47eb3da99614e
Issue-ID: APPC-745
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: appc master fc6964a2908732641ac2e1be37eb9d2a429d09f9
DmaapMessage and its subclasses unit tests
Improved code coverage.
Change-Id: Iaa8496ce5c7aa5a8fc7ca203baf07ab8b7e55e5d
Issue-ID: APPC-745
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: appc master c1ea9e8d54c2819285f8f1e5217d55753b55f33c
CommonHeader unit tests
Improved code coverage.
Change-Id: Ic215cbd9ab6999f8e1d51c2f4d79d0d550057f04
Issue-ID: APPC-745
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: appc master 76e3d91cc84d5859b566e4e537ae4ad4238a0dc6
ActionIdentifiers unit tests
Improved code coverage.
Change-Id: I3d65411f5f746850a4e83c34f3ef349653e3bc3f
Issue-ID: APPC-745
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: so master 9f3f653aaad59502fd748ee1c44d4e83d5643693
AriaClientFactoryTest throws exception
java.lang.NoClassDefFoundError: org/apache/http/conn/ssl/X509HostnameVerifier
To fix, I added:
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
Change-Id: Ic18ef074bf0d90c800ede19b5da5cbb1703da8b5
Issue-ID: SO-493
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: ccsdk/distribution master 1a64873e9c2c8c2ec137109fc7c3ddeb5511c039
Merge "changed the references of sdnc to ccsdk"
changed the references of sdnc to ccsdk
changed the paths in the pom.xml and Dockerfile from /opt/onap/sdnc to /opt/onap/ccsdk
Change-Id: Idad1e6f365caf19b4d5fc19447007871b8a9af50
Issue-ID: CCSDK-211
Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
|
|
Project: optf/has master 589264e69c389524b390c2daa0dc33539e9b929b
All compnents on Single docker image
Made changes to docker settings to make a single
image instead of multiple. Also made changes to the
run and build scripts to work on this single image.
The data component requires certs, keys and ca bundles
settings too. For this, made changes to the run script.
Also, do to this, added the feature of picking the default
values from the current directory if arguments are
not provided to the run-docker.scripts.
For example: sudo ./run-dockers.sh will run without providing
any arguments to it IF the directory from where it is run
has these files in it.
1. conductor.conf -- configuration file
2. log.conf -- log settings files
3. aai_cert.cer
4. aai_key.key
5. aai_ca_bunlde.pem (pem) file
The first two from the above have been created and provided
in the current directory (has/). However, since certs will
be different from env to env, the last three needs to be provided
either by copying in the current direcotry or as the arguments 3, 4 and 5.
The script will give a detailed message on what may be missing and
how an attempt was made to get the default files. Checkt it out by
playing with run-docker.sh file.
Finally, the build script also calls the push script now. Since
there can be no testing of this in ONAP artifcats prod BEFORE being
merged to master, we can only test the push part once merged to master.
Issue-ID: OPTFRA-123
Change-Id: I83c54c97953b71aae18166b937dd89195e705f73
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
|
|
Project: aai/aai-common master ea404c2e3dd25ae283345065b9956656306d70d9
Merge "Update oparent and fix nexusiq deps"
Update oparent and fix nexusiq deps
Change-Id: I6622a73c5c934d17095aeae486ea81c78985f815
Issue-ID: AAI-629
Issue-ID: AAI-633
Issue-ID: AAI-636
Issue-ID: AAI-586
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Project: portal master dd5350525356a73410e0619b2e25722dd932f893
Merge "Single Signon"
Single Signon
This section explains how to enable Single Signon for an ONAP Portal SDK Application.
Issue-ID: PORTAL-216
Change-Id: Iea8ac4ebf724764f14cd0a6d11ff6f31f0f76cf8
Signed-off-by: abdelseaudi <abdelmuhaimen.seaudi@orange.com>
|
|
Project: portal master a97a49e6b51703cf4b3c93d69fc502a48c8155be
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: Ia2130fd27150ebbef048135b3d7a21a98ca4c094
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: integration master 1a0d0c9af7e2f3e1dfdff589a79f66a952b5539f
Merge "Update policy csit for new docker image names"
Update policy csit for new docker image names
Updated the policy csit script with the new policy docker image names
onap/policy/policy-pe -> onap/policy-pe
onap/policy/policy-drools -> onap/policy-drools
onap/policy/policy/nexus -> onap/policy-nexus
Issue-ID: POLICY-674
Change-Id: Ic72681c81fcd013706c0151dbd076beaa35ee917
Signed-off-by: mmis <michael.morris@ericsson.com>
|
|
Project: integration master ccc99d397f61c2439c438538b0c67321d397eb04
Merge "Add csit for vnfsdk/ice"
Add csit for vnfsdk/ice
Add missing VNF packages used by the tests (.zip files are ignored by default)
Change-Id: I1fa565ff37cd82e9e0662503a42d4f5c19595349
Issue-ID: VNFSDK-214
Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
|
|
Project: appc master 4c9258d586f265b8f664a965ac22ca489b0fff8f
WorkerImpl unit tests
Improved code coverage.
Change-Id: I1a5170d16d64e95b759a576b56689164036370c1
Issue-ID: APPC-745
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
|
|
Project: aaf/authz master 686d16c26d0435f892de66755ac8bc2383a739d2
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: Ib35dd3f14e9d18540a93d399d1ea6194302c4dfc
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: dmaap/dbcapi master 89e6d8f0b87a84b2de6cdab641b28692b9cf3be1
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I1f4bc2a7cecbc03bf4d6272148f6b159ee24a721
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: appc master 4178c7920dcc2610835f66c13d63cc6e6f72d420
Unit test for MDSALStoreException.java
Unit test for MDSALStoreException.java
Sonar-Link:
https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-dg-mdsal-bundle%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fmdsal%2Fexception
Change-Id: Ia8f8a1e35fd8426389b7e036574e0bddd3a17974
Issue-ID: APPC-751
Signed-off-by: shubhada <SV00449682@techmahindra.com>
|
|
Project: appc master 952cf60abedf9a87694525e6e4b590717e3075a9
Unit test coverage for domainmodel-lib classes
Unit test Coverage for:
1.Vnf.java
2.Vnfc.java
3.Vserver.java
Sonar Link:
https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-dg-domain-model-lib%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fdomainmodel
Change-Id: I7a77a992a1957020a066bcd5676c9a63cc7cd328
Issue-ID: APPC-720
Signed-off-by: shubhada <SV00449682@techmahindra.com>
|
|
Project: appc master 0bddcbbc0bc1001c52be6e86b6914285d28a90e2
ChefAdapterImpl Junits
-Added new Unit tests for ChefAdapterImpl pushJob method
-Added new Junit class ChefAdapterImplJobPusher
-Some minor construction refactor in other junits
Change-Id: Id6fbcba2c5f5e11bfad2c7dccf6c06f777756a47
Issue-ID: APPC-437
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
Project: appc master 3cbf289d3e7319338031e0ddf270404c8ba16df2
ChefAdapterImpl- checkInfo junits
-Added junit tests for checkInfo method to verify if input params are present
-Support for Michal Kabaj as part of APPC-437
Change-Id: I29758f29f32354439ea0471e1afa3df6bb8184b9
Issue-ID: APPC-437
Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
|
|
Project: dmaap/messagerouter/messageservice master 4eb8f3f52093960a6a62c6c07409e8d26fd5f276
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I390fbd6cef6143d8305dd04bb5e5655e303b3ecc
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: policy/engine master bfed41c8a4244d222d4cf4dd1d1068fddd42267e
Merge "Exclude httpclient to resolve CLM issue"
Exclude httpclient to resolve CLM issue
v4.5.1 is being ommitted via maven depedency resolution.
So we will exclude to help clear the CLM issue being
flagged.
Issue-ID: POLICY-507
Change-Id: I5636da0a8109fa66cf00eb9205d89d7437517955
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Project: policy/engine master 0a2275d744f81e72997e85db51db8e4631c900ac
Merge "JUnit addition for SDK-APP"
JUnit addition for SDK-APP
Issue-ID: POLICY-604
Change-Id: I9abc8418ddab1f487385c38c0424db601f8746e2
Signed-off-by: bobbymander <bobby.mander@att.com>
|
|
Project: policy/engine master 5fad6d42cf763f0e1f565727bb1e04b30566154e
Merge "Renamed policy-pe docker image"
Renamed policy-pe docker image
Renamed from:
onap/policy/policy-pe
to
onap/policy-pe
to enable consistent naming across nexus3 and docker hub
Issue-ID: POLICY-674
Change-Id: I1ace3e6034a17afa1ed68198b367e17981ec388b
Signed-off-by: mmis <michael.morris@ericsson.com>
|
|
Project: so master a9455a0d9289295b464994b6abe4a35d95e0f4ce
Merge "Adding Junit"
Adding Junit
Adding Junit for:
1.CreateVnfNotification.java
2.MsoRequest.java
3.RollbackVnfNotification.java
4.UpdateVnfNotification.java
5.VnfRollback.java
6.DeleteVnfNotification.java
7.ObjectFactory.java
8.QueryVnfNotification.java
Sonar Link:
https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so%3AMSOCommonBPMN%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fbpmn%2Fcommon%2Fadapter%2Fvnf
Change-Id: I7cc60cb10984d58f50bd40033d48e224de4efbd7
Issue-ID: SO-490
Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
|
|
Project: so master 1f2d4d8b32ef9403abec190775b90c5a4ab11d9f
Merge "Unit test coverage"
Unit test coverage
Unit test coverage for
1. MsoRequestsDbException.java
2. MsoRequestsDbExceptionBean.java
Sonar link:
https://sonar.onap.org/code?id=org.onap.so%3Aadapters&selected=org.onap.so.adapters%3Amso-requests-db-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Frequestsdb%2Fexceptions
Change-Id: I1322d0c48c3ebf6b250d9dc7b6e8f72fb4c94378
Issue-ID: SO-472
Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
|
|
Project: holmes/engine-management master 30407b138dbb273071c00c85481fd59cb3987633
Fix the Sonar Findings
Issue-ID: HOLMES-121
Change-Id: I0b6b0fc81c3f55f21fac28ddedb6d255c2ab663a
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
|
|
Project: modeling/toscaparsers master 2281756b792be521d50c48e5b55787af0b547a81
Add some configuration for sonar
Modify pom.xml for python code scan
Issue-ID: MODELING-74
Change-Id: I1559da93b020993043586437065429004c6a728c
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
|
|
Project: holmes/rule-management master c88c32f8d11daac84dd5573a9c24bbfad8ee9418
add init log filter and modify rulemgt.yml
Change-Id: Ia895ffd658164993d0532efb0e51eb0c4c56377e
Issue-ID: HOLMES-112
Signed-off-by: YiLi <li.yi101@zte.com.cn>
|
|
Project: holmes/engine-management master 2504d624b6c65ee919db506f870ee17b31e51f90
Add init log filter and modify engine-d.yml
Change-Id: I89da89c60b34f02ae21819b80b175395e2d9e2c9
Issue-ID: HOLMES-112
Signed-off-by: YiLi <li.yi101@zte.com.cn>
|
|
Project: multicloud/framework master f95806997450109cebe9bcc03398eeb648b749ae
Update A&AI schema to v13
Update A&AI schema to v13
Change-Id: Iff8ebf0491d78653bf346e374c2749eb8556214e
Issue-ID: MULTICLOUD-185
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
|
|
Project: so/libs master f0261ef5d032d604cc553593ce694b73f6f179b3
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I8933e3d5246be6d656fb223efbd2ea24f7ca036c
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: sdc/sdc-workflow-designer master 0246959aeb2bd4cb04e00649a0378a846116fbf9
Generate bpmn for extend activities
Modify BPMN Convertor to support conversion of extend activities.
Change copyright year from 2017 to 2017-2018
Issue-ID: SDC-679
Change-Id: I835fee3901302d53a948e50d2c2a03736f524e4b
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
|
|
Project: sdc/sdc-workflow-designer master 9d5b872a75cdfcad2a97a702e56a46730a653734
Clean up Redundant Code
Clean up Redundant Code and Add Code Optimization.
Issue-ID: SDC-1078
Change-Id: Ic6d03acf811df443c02df1753ea95aa4bf36da62
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
|
|
Project: msb/apigateway master ae1f91f7459163a6ae5c7b902379cce7513e1f93
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I7ea44a6c6a717feb7b7e3661d5e80aeb74e456f1
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: msb/discovery master 0c3bc4462dea62de5e6e02068ed087c39188ff8c
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: Id9c953fff4074fd3b7d3b3e83d565972dc8a3d45
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: msb/java-sdk master d5e651dc766e6a250e140e2e7ea9c577c3a2a754
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I73d5c3660c08e98afb3502dfeb498e62b8258fcd
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: msb/swagger-sdk master 94ca1cfc1e48178cec4716e60154ba847a0b62db
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: Ifa0c6bc256a9830f2c4c742a4e06dc7619d8b994
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Project: oom master 02f421fa8694505995b2ebb4257ea66a9ba1ebaa
Merge "AAI services registration via MSB"
AAI services registration via MSB
Change-Id: I09cfea85672285fb96d0449af2e1535249b1c125
Issue-ID: AAI-671
Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
|
|
Project: aai/aai-common master 6160cab9935b424407c25e3d137e088f4cae1320
schemaIngest file no longer mandatory on classpath
Fixed bug where users had to have schemaIngest.properties
on the classpath even if they were using schemaIngestPropLoc
instead.
Issue-ID: AAI-887
Change-Id: Id8f15871f945d0a575203f7c3ce0679b6dbb2242
Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
|
|
Project: appc master d273922725ebed244d8ba6458dee68487f260de5
Add Junit for ConnectionDetails class
Change-Id: Ie0c7348583d6e99397374602c0b2cb804cda8d85
Issue-ID: APPC-734
Signed-off-by: Neha Sood <ns189k@att.com>
|
|
Project: ccsdk/parent master eb6e45dd148db099d132ae8b9cfba5cc187a28f5
Fix typo in ccsdk version
ccsdk.distribution.version was mistakenly set at ccsdl.distribution.version
Change-Id: I0b5255482600fd4b50fb94711a5e9d15b1c94b71
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: dmaap/messagerouter/messageservice master bfb4022d24c6177c8dc36a45cfefae125cb418e7
changes for deployment errors
Issue-ID: DMAAP-332
Change-Id: I1f347f0a1c68c296e3f121ec4ee198f92218d377
Signed-off-by: su622b <sunil.unnava@att.com>
|