You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 47 Next »

You can build most of the projects directly in IntelliJ - but everything can be built using a root pom.xml example (docker is required for dcae-inventory).  Ideally we would all run a standardized vagrant development environment (running the same versions of grunt/node/npn/bower, jdk etc).

Setup your environment first (OSX, RHEL, Ubuntu or Windows) - Setting Up Your Development Environment

The git checkout script has been updated to reflect all the repos (minus the deprecated dcae and mso) in ONAP as of 20170831 - https://github.com/obrienlabs/onap-root

Warnings

Pending requests

COMMON-17 - Getting issue details... STATUS

COMMON-18 - Getting issue details... STATUS

PORTAL-8 - Getting issue details... STATUS

merge/defer-to  INT-5 - Getting issue details... STATUS

Fail to build entire ONAP

Procedure using git-repo

(Thanks David Bainbridge)

https://gerrit.googlesource.com/git-repo

git clone https://gerrit.googlesource.com/git-repo

see https://source.android.com/setup/downloading

Updated pom.xml with the latest master changes for 20171227 https://github.com/obrienlabs/onap-root/blob/master/pom.xml

will add vnfsdk when I finished triaging the build

Only issue is you will need to copy the License.txt before you run for aai - still verifying the fix


mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
mkdir onap
cd onap
# currently updating my own with no dcae, mso, aai-service - they are deprecated
#repo init -u https://github.com/obrienlabs/onap-root/tree/master/onap-manifest
repo init -u https://github.com/dbainbri-ciena/onap-manifest
repo sync -q --no-clone-bundle
# pull https://github.com/obrienlabs/onap-root/blob/master/pom.xml
# will post updated pom.xml shortly after I finish testing it
cp aai/logging-service/License.txt .
mvn clean install -U -DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true

[INFO] Reactor Summary:
[INFO] aaf-authz .......................................... SUCCESS [  4.492 s]
[INFO] Authz Client ....................................... SUCCESS [  8.895 s]
....
[INFO] vvp-gitlab ......................................... SUCCESS [  3.098 s]
[INFO] onap.root .......................................... SUCCESS [  0.029 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:51 min
[INFO] Finished at: 2017-12-28T10:24:10-05:00
[INFO] Final Memory: 1889M/3572M

Procedure - deprecated

  • create a root directory like "onap"
  • copy the sh script there
  • run the sh script
  • notice the directory structure with embedded repos
  • copy the root pom.xml
  • maven build with the root pom
  • there will be a couple projects that may not build due to your settings.xml repos, the state of a couple of the projects, whether you have docker running - see the developer pages to make sure you are setup
    ONAP Developer Checklist
    Setting Up Your Development Environment

Clone/pull all repos sh script

This script serves 3 purposes

1) ssh clone all ONAP repos (those of us with unrestricted internet access)

2) https clone all the ONAP repos (for those behind a fireall)

3) pull all repos - refreshing them in a close to an atomic pull as possible.

4) we currently cannot use an automated script around the following because a 1.0/1.1 filter/metadata is missing - also the directory structure differs for repos (some have a root repo, others are parent-less peers)

https://gerrit.onap.org/r/projects/?format=text

Use:

pass in the command clone|pull and your onap gerrit id (note oam repo is the largest at 0.8Gb transferred at 6Mb/sec)

./git_recurse.sh clone <your_gerrit_username>

clone by https for those behind a firewall

./git_recurse.sh clone_https michaelobrien uHaBPMvR47mocSbB3YnK56EB1RR3Keer6vatj5555555555

to refresh project within a 5 min window

TODO: checkout branch and merge master into branch

Todo: move to private branch or JIRA to be under source control -  COMMON-18 - Getting issue details... STATUS

For now on https://github.com/obrienlabs/onap-root

Root pom.xml

version 1.1.2-SNAPSHOT

Place this pom.xml at the root of where you ran the git_recurse.sh (on top of all the repos) - it expects the same directory structure as setup in gerrit.

This is a root reactor pom.xml that can be used to build all or parts of onap

Some repos like dcae-inventory will require docker installed to build the images.

for speed build with all 5 repos in (~.m2/settings.xml) and the maven options below (no tests and no test compilation) - and try to get a 8-12 thread machine and most importantly a fast SSD - or use a Mac.

obrienbiometrics:core michaelobrien$ mvn clean install -U -DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true

-Dadditionalparam=-Xdoclint:none


https://github.com/obrienlabs/onap-root

Known Issues in progress

Last run 20170614

Try to develop in OSX - it has the least issues when building ONAP in its entirety.

There are issues with some of the projects (primarily in windows - like DCAE attempting to reinstall npn) - these may be due to the fact I am still ramping up on ONAP and have not done a full in-depth review of each project.  Where available I have commented on the reason why a particular project is failing its local build (all should build fine in CI).  Some compile issues were recently fixed since May 12th when I started building ONAP.

Some builds are only meant for deployment (a result of uisng mvn install) like appc - you may want to comment this one unless you are modifying it (run off artifacts).

replace /Users/michaelobrien/wse_onap/onap7/appc/deployment/installation/appc/target/docker-stage/opt/openecomp/appc/svclogic/graphs/appc/graph.versions? [y]es, [n]o, [A]ll, [N]one, [r]ename: error:  invalid response [{ENTER}]

Snapshots

20171227

[INFO] aaf-authz .......................................... SUCCESS [  4.492 s]

[INFO] Authz Client ....................................... SUCCESS [  8.895 s]

[INFO] aaf-inno ........................................... SUCCESS [  0.812 s]

[INFO] Env ................................................ SUCCESS [  4.091 s]

[INFO] Log4J Elements ..................................... SUCCESS [  2.566 s]

[INFO] Rosetta ............................................ SUCCESS [  4.061 s]

[INFO] aaf-cadi ........................................... SUCCESS [  0.345 s]

[INFO] CADI Core Framework (Code, Access, Data, Identity) . SUCCESS [  5.893 s]

[INFO] CADI Client ........................................ SUCCESS [  4.006 s]

[INFO] CADI AAF (Application Authorization Framework) LUR . SUCCESS [  5.374 s]

[INFO] Authz Core ......................................... SUCCESS [  4.288 s]

[INFO] Authz Cass ......................................... SUCCESS [  5.268 s]

[INFO] Default Organization ............................... SUCCESS [  1.542 s]

[INFO] Authz Command ...................................... SUCCESS [ 12.511 s]

[INFO] Authz TestCases .................................... SUCCESS [  0.684 s]

[INFO] Authz Gate/Wall .................................... SUCCESS [  1.805 s]

[INFO] AAF Certification Managmenent ...................... SUCCESS [  3.979 s]

[INFO] Authz File Server .................................. SUCCESS [  1.395 s]

[INFO] Authz Service ...................................... SUCCESS [  9.122 s]

[INFO] CADI Cassandra Plugin .............................. SUCCESS [  1.655 s]

[INFO] XGen ............................................... SUCCESS [  0.798 s]

[INFO] aaf-luaplugin ...................................... SUCCESS [  5.858 s]

[INFO] oparent ............................................ SUCCESS [  0.008 s]

[INFO] oparent/checkstyle ................................. SUCCESS [  0.273 s]

[INFO] oparent/oparent .................................... SUCCESS [  1.711 s]

[INFO] aai-aai-common ..................................... SUCCESS [  1.198 s]

[INFO] aai-annotations .................................... SUCCESS [  3.685 s]

[INFO] aai-schema ......................................... SUCCESS [ 14.014 s]

[INFO] aai-core ........................................... SUCCESS [ 10.847 s]

[INFO] aai-auth ........................................... SUCCESS [  1.046 s]

[INFO] aai-utils .......................................... SUCCESS [  1.019 s]

[INFO] aai-champ .......................................... SUCCESS [ 40.673 s]

[INFO] aai-data-router .................................... SUCCESS [ 21.999 s]

[INFO] aai-logging-service ................................ SUCCESS [  1.434 s]

[INFO] Common Logging API ................................. SUCCESS [  1.735 s]

[INFO] EELF Logging Implementation ........................ SUCCESS [  6.538 s]

[INFO] Common Logging Distribution ........................ SUCCESS [  1.152 s]

[INFO] aai-model-loader ................................... SUCCESS [ 31.856 s]

[INFO] aai-rest-client .................................... SUCCESS [  4.033 s]

[INFO] aai-router-core .................................... SUCCESS [ 16.287 s]

[INFO] aai-search-data-service ............................ SUCCESS [ 16.956 s]

[INFO] aai-sparky-be ...................................... SUCCESS [ 15.940 s]

[INFO] aai-sparky-fe ...................................... SUCCESS [01:37 min]

[INFO] aai-traversal ...................................... SUCCESS [  0.478 s]

[INFO] aai-traversal ...................................... SUCCESS [ 19.746 s]

[INFO] appc ............................................... SUCCESS [ 10.749 s]

[INFO] APP-C Common ....................................... SUCCESS [ 21.829 s]

[INFO] APPC Adapters ...................................... SUCCESS [  0.262 s]

[INFO] APPC Chef Adaptor .................................. SUCCESS [  0.282 s]

[INFO] APPC Chef Adapter - Bundle ......................... SUCCESS [ 13.198 s]

[INFO] APPC Chef Adaptor - Features ....................... SUCCESS [  3.564 s]

[INFO] APPC Chef Adapter - Karaf Installer ................ SUCCESS [  6.757 s]

[INFO] rest Adaptor ....................................... SUCCESS [  0.172 s]

[INFO] rest Adapter - bundle .............................. SUCCESS [  8.095 s]

[INFO] Rest Adaptor - Features ............................ SUCCESS [  1.014 s]

[INFO] rest Adapter - Karaf Installer ..................... SUCCESS [  5.451 s]

[INFO] IaaS Adaptor ....................................... SUCCESS [  0.105 s]

[INFO] IaaS Adapter - bundle .............................. SUCCESS [  8.817 s]

[INFO] IaaS Adaptor - Features ............................ SUCCESS [  0.673 s]

[INFO] IaaS Adapter - Karaf Installer ..................... SUCCESS [  3.095 s]

[INFO] APPC Metric ........................................ SUCCESS [  0.104 s]

[INFO] appc-metric-bundle Bundle .......................... SUCCESS [  1.638 s]

[INFO] DMaaP Adapter ...................................... SUCCESS [  0.098 s]

[INFO] appc-message-adapter-api ........................... SUCCESS [  2.954 s]

[INFO] DMaaP Adapter - bundle ............................. SUCCESS [  6.640 s]

[INFO] appc-message-adapter-factory ....................... SUCCESS [  3.065 s]

[INFO] DMaaP Adapter - Features ........................... SUCCESS [  0.641 s]

[INFO] dMaaP Adapter - Karaf Installer .................... SUCCESS [  7.094 s]

[INFO] NETCONF adapter .................................... SUCCESS [  0.167 s]

[INFO] NETCONF Adapter - bundle ........................... SUCCESS [  5.761 s]

[INFO] appc-netconf-adapter-features ...................... SUCCESS [  1.157 s]

[INFO] NETCONF Adapter - Karaf Installer .................. SUCCESS [  4.427 s]

[INFO] appc-ssh-adapter ................................... SUCCESS [  0.118 s]

[INFO] appc-ssh-adapter-api ............................... SUCCESS [  8.750 s]

[INFO] appc-ssh-adapter-tests ............................. SUCCESS [  3.228 s]

[INFO] appc-ssh-adapter-sshd .............................. SUCCESS [  3.458 s]

[INFO] appc-ssh-adapter-features .......................... SUCCESS [  1.995 s]

[INFO] rest healthcheck adaptor ........................... SUCCESS [  0.470 s]

[INFO] rest healthcheck Adapter - bundle .................. SUCCESS [ 13.251 s]

[INFO] rest healthcheck Adaptor - Features ................ SUCCESS [  1.626 s]

[INFO] Rest Health Check Adapter - Karaf Installer ........ SUCCESS [  8.231 s]

[INFO] Appc Ansible Adapter ............................... SUCCESS [  6.998 s]

[INFO] APPC Ansible Service Adapter - bundle .............. SUCCESS [ 16.323 s]

[INFO] Ansible Adaptor - Features ......................... SUCCESS [  3.290 s]

[INFO] Ansible Adapter - Karaf Installer .................. SUCCESS [ 15.345 s]

[INFO] APPC Provider ...................................... SUCCESS [  0.512 s]

[INFO] appc-provider-model ................................ SUCCESS [ 10.334 s]

[INFO] APPC Dispatcher .................................... SUCCESS [  0.139 s]

[INFO] APPC Dispatcher Common ............................. SUCCESS [  0.096 s]

[INFO] appc-data-access-lib ............................... SUCCESS [  1.219 s]

[INFO] execution-queue-management-lib ..................... SUCCESS [  1.098 s]

[INFO] domain-model-lib ................................... SUCCESS [  1.836 s]

[INFO] APPC Command Executor .............................. SUCCESS [  0.116 s]

[INFO] appc-command-executor-api .......................... SUCCESS [  1.993 s]

[INFO] APPC Request Handler ............................... SUCCESS [  0.141 s]

[INFO] appc-request-handler-api ........................... SUCCESS [  1.963 s]

[INFO] appc-provider-bundle ............................... SUCCESS [  7.249 s]

[INFO] appc-provider-features ............................. SUCCESS [  0.654 s]

[INFO] APPC Provider - Karaf Installer .................... SUCCESS [  2.126 s]

[INFO] Event Listener ..................................... SUCCESS [  0.112 s]

[INFO] Event Listener - bundle ............................ SUCCESS [  2.080 s]

[INFO] Event Listener - Features .......................... SUCCESS [  0.682 s]

[INFO] APPC Event Listener - Karaf Installer .............. SUCCESS [  1.668 s]

[INFO] SDC Event Listener ................................. SUCCESS [  0.111 s]

[INFO] appc-yang-generator ................................ SUCCESS [  2.731 s]

[INFO] APPC License Manager ............................... SUCCESS [  0.119 s]

[INFO] appc-license-manager-api ........................... SUCCESS [  2.001 s]

[INFO] appc-dg ............................................ SUCCESS [  0.118 s]

[INFO] appc-dg-shared ..................................... SUCCESS [  0.121 s]

[INFO] appc-dg-domain-model-lib ........................... SUCCESS [  1.072 s]

[INFO] appc-dg-dependency-model ........................... SUCCESS [  1.715 s]

[INFO] appc-sdc-listener-bundle ........................... SUCCESS [  2.213 s]

[INFO] Event Listener - Features .......................... SUCCESS [  0.595 s]

[INFO] SDC Listener - Karaf Installer ..................... SUCCESS [  4.243 s]

[INFO] APPC Lifecycle Management .......................... SUCCESS [  0.212 s]

[INFO] appc-lifecycle-management-api ...................... SUCCESS [  1.629 s]

[INFO] state-machine-lib .................................. SUCCESS [  1.617 s]

[INFO] appc-lifecycle-management-core Bundle .............. SUCCESS [  1.061 s]

[INFO] appc-lifecycle-management-features ................. SUCCESS [  1.520 s]

[INFO] APPC LifeCycle Management - Karaf Installer ........ SUCCESS [  1.604 s]

[INFO] APPC OAM ........................................... SUCCESS [  0.132 s]

[INFO] appc-oam-model ..................................... SUCCESS [  1.608 s]

[INFO] appc-oam-bundle .................................... SUCCESS [  2.538 s]

[INFO] appc-oam-features .................................. SUCCESS [  0.608 s]

[INFO] APPC OAM - Karaf Installer ......................... SUCCESS [  2.994 s]

[INFO] Application Controller Config ...................... SUCCESS [  0.225 s]

[INFO] Config Params Node ................................. SUCCESS [  0.251 s]

[INFO] Config Params - Provider ........................... SUCCESS [  4.932 s]

[INFO] Config Params Plugin - Features .................... SUCCESS [  1.771 s]

[INFO] Config Component Params - Installer ................ SUCCESS [  3.047 s]

[INFO] APPC Encryption Tool ............................... SUCCESS [  0.271 s]

[INFO] APPC Encryption Tool - Provider .................... SUCCESS [  2.866 s]

[INFO] APPC Encryption Tool Plugin - Features ............. SUCCESS [  1.568 s]

[INFO] Config Component Encryption Tool - Installer ....... SUCCESS [  1.688 s]

[INFO] APPC Data Services for Node ........................ SUCCESS [  0.270 s]

[INFO] APPC Data Services - Provider ...................... SUCCESS [  2.577 s]

[INFO] APPC Data Services Plugin - Features ............... SUCCESS [  1.936 s]

[INFO] Config Component Data Services - Installer ......... SUCCESS [  1.784 s]

[INFO] APPC Flow Executor ................................. SUCCESS [  0.120 s]

[INFO] Flow Executor - Provider ........................... SUCCESS [  2.750 s]

[INFO] Flow Executor - Features ........................... SUCCESS [  1.974 s]

[INFO] Config Component Params - Installer ................ SUCCESS [  1.881 s]

[INFO] Config Generator Node .............................. SUCCESS [  0.201 s]

[INFO] Config Generator - Provider ........................ SUCCESS [ 12.747 s]

[INFO] Config Generator Plugin - Features ................. SUCCESS [ 16.084 s]

[INFO] Config Component Generator - Installer ............. SUCCESS [  5.571 s]

[INFO] Config Component Adaptor ........................... SUCCESS [  0.100 s]

[INFO] APPC Config Component Adaptor - Provider ........... SUCCESS [  1.952 s]

[INFO] Config Component Adaptor - Features ................ SUCCESS [  0.630 s]

[INFO] Config Component Adaptor - Installer ............... SUCCESS [  1.160 s]

[INFO] Config Audit Node .................................. SUCCESS [  0.079 s]

[INFO] Config Audit - Provider ............................ SUCCESS [  0.798 s]

[INFO] Config Audit Plugin - Features ..................... SUCCESS [  0.641 s]

[INFO] Config Component Audit - Installer ................. SUCCESS [  1.220 s]

[INFO] Application Controller Directed Graph .............. SUCCESS [  0.073 s]

[INFO] Directed Graph Loader Node ......................... SUCCESS [  0.078 s]

[INFO] APPC Directed Graph Loader - Provider .............. SUCCESS [  7.493 s]

[INFO] Directed Graph Loader - Features ................... SUCCESS [  0.604 s]

[INFO] APPC Directed Graph ................................ SUCCESS [  0.073 s]

[INFO] APPC DG - Provider ................................. SUCCESS [  3.053 s]

[INFO] Application Controller Outbound .................... SUCCESS [  0.100 s]

[INFO] APPC AAI Client for Node ........................... SUCCESS [  0.090 s]

[INFO] APPC AAI Client - Provider ......................... SUCCESS [  1.112 s]

[INFO] APPC AAI Client Plugin - Features .................. SUCCESS [  0.656 s]

[INFO] APPC AAI Client -Installer ......................... SUCCESS [  1.469 s]

[INFO] APPC Network Inventory Client ...................... SUCCESS [  0.163 s]

[INFO] APPC Network Client - Provider ..................... SUCCESS [  0.852 s]

[INFO] APPC Network Inventory - Features .................. SUCCESS [  0.568 s]

[INFO] APPC Network Inventory - Installer ................. SUCCESS [  1.511 s]

[INFO] Application Controller Inbound ..................... SUCCESS [  0.072 s]

[INFO] appc-artifact-handler .............................. SUCCESS [  0.183 s]

[INFO] appc-artifact-handler-model ........................ SUCCESS [  2.369 s]

[INFO] appc-artifact-handler-provider ..................... SUCCESS [  1.814 s]

[INFO] appc-artifact-handler-features ..................... SUCCESS [  0.709 s]

[INFO] appc-artifact-handler-installer .................... SUCCESS [  2.440 s]

[INFO] appc-design-services ............................... SUCCESS [  0.102 s]

[INFO] appc-design-services-model ......................... SUCCESS [  1.574 s]

[INFO] appc-design-services-provider ...................... SUCCESS [  1.052 s]

[INFO] appc-design-services-features ...................... SUCCESS [  0.665 s]

[INFO] appc-design-services-installer ..................... SUCCESS [  1.433 s]

[INFO] appc-sequence-generator ............................ SUCCESS [  0.090 s]

[INFO] appc-sequence-generator-model ...................... SUCCESS [  1.508 s]

[INFO] appc-sequence-generator-bundle ..................... SUCCESS [  1.713 s]

[INFO] Application Controller Sequence Generator Features . SUCCESS [  0.636 s]

[INFO] Appc Sequence Generator : Karaf Installer .......... SUCCESS [  1.551 s]

[INFO] appc-java-client ................................... SUCCESS [03:20 min]

[INFO] client-lib ......................................... SUCCESS [  5.291 s]

[INFO] code-generator ..................................... SUCCESS [  6.687 s]

[INFO] client-kit ......................................... SUCCESS [  6.893 s]

[INFO] client-simulator ................................... SUCCESS [  7.331 s]

[INFO] appc-ranking-framework-lib ......................... SUCCESS [  1.028 s]

[INFO] lock-manager-lib ................................... SUCCESS [  0.097 s]

[INFO] lock-manager-api ................................... SUCCESS [  0.679 s]

[INFO] lock-manager-impl .................................. SUCCESS [  0.970 s]

[INFO] lock-manager-features .............................. SUCCESS [  0.534 s]

[INFO] transaction-recorder ............................... SUCCESS [  1.023 s]

[INFO] APPC Workflow Management ........................... SUCCESS [  0.091 s]

[INFO] appc-workflow-management-api ....................... SUCCESS [  0.765 s]

[INFO] appc-workflow-management-core Bundle ............... SUCCESS [  0.782 s]

[INFO] appc-workflow-management-features .................. SUCCESS [  0.585 s]

[INFO] appc-command-executor-core Bundle .................. SUCCESS [  1.031 s]

[INFO] appc-command-executor-features ..................... SUCCESS [  0.503 s]

[INFO] APPC Command Executor - Karaf Installer ............ SUCCESS [  5.881 s]

[INFO] appc-request-handler-core Bundle ................... SUCCESS [  1.182 s]

[INFO] appc-request-handler-features ...................... SUCCESS [  0.590 s]

[INFO] APPC License Manager Bundle ........................ SUCCESS [  2.346 s]

[INFO] appc-license-manager-features ...................... SUCCESS [  0.488 s]

[INFO] appc-dispatcher-features ........................... SUCCESS [  0.546 s]

[INFO] APPC Dispatcher - Karaf Installer .................. SUCCESS [  6.936 s]

[INFO] appc-metric-features ............................... SUCCESS [  0.646 s]

[INFO] APPC Metric - Karaf Installer ...................... SUCCESS [  1.206 s]

[INFO] appc-dg-mdsal-store ................................ SUCCESS [  0.732 s]

[INFO] appc-dg-common ..................................... SUCCESS [  1.211 s]

[INFO] appc-dg-ssh ........................................ SUCCESS [  0.734 s]

[INFO] appc-dg-aai ........................................ SUCCESS [  0.776 s]

[INFO] appc-dg-netconf .................................... SUCCESS [  0.964 s]

[INFO] appc-dg-license-manager ............................ SUCCESS [  0.647 s]

[INFO] appc-dg-shared-features ............................ SUCCESS [  0.495 s]

[INFO] APPC DG Shared - Karaf Installer ................... SUCCESS [  6.270 s]

[INFO] APPC DG util ....................................... SUCCESS [  0.073 s]

[INFO] appc-dg-util - bundle .............................. SUCCESS [  0.968 s]

[INFO] appc-dg-util-features .............................. SUCCESS [  0.620 s]

[INFO] APPC DG Util - Karaf Installer ..................... SUCCESS [  7.259 s]

[INFO] CCSDK Parent POM : ODL project, Carbon SR1 ......... SUCCESS [  2.129 s]

[INFO] cli ................................................ SUCCESS [  0.410 s]

[INFO] cli/framework ...................................... SUCCESS [  1.019 s]

[INFO] cli/validate ....................................... SUCCESS [  0.326 s]

[INFO] cli/validate/sample-mock-generator ................. SUCCESS [  0.375 s]

[INFO] cli/profiles ....................................... SUCCESS [  0.382 s]

[INFO] cli/profiles/http .................................. SUCCESS [  1.031 s]

[INFO] cli/products ....................................... SUCCESS [  0.322 s]

[INFO] cli/products/sample ................................ SUCCESS [  0.603 s]

[INFO] cli/products/openecomp ............................. SUCCESS [  0.332 s]

[INFO] cli/products/openecomp/auth ........................ SUCCESS [  0.398 s]

[INFO] cli/products/openecomp/catalog ..................... SUCCESS [  0.374 s]

[INFO] cli/products/openecomp/features .................... SUCCESS [  0.318 s]

[INFO] cli/products/openecomp/features/aai ................ SUCCESS [  0.410 s]

[INFO] cli/products/openecomp/features/sdc ................ SUCCESS [  0.378 s]

[INFO] cli/products/onap-amsterdam ........................ SUCCESS [  0.360 s]

[INFO] cli/products/onap-amsterdam/auth ................... SUCCESS [  0.395 s]

[INFO] cli/products/onap-amsterdam/catalog ................ SUCCESS [  0.337 s]

[INFO] cli/products/onap-amsterdam/features ............... SUCCESS [  0.337 s]

[INFO] cli/products/onap-amsterdam/features/msb ........... SUCCESS [  0.432 s]

[INFO] cli/products/onap-amsterdam/features/aai ........... SUCCESS [  0.372 s]

[INFO] cli/products/onap-amsterdam/features/sdc ........... SUCCESS [  0.405 s]

[INFO] cli/products/onap-amsterdam/features/so ............ SUCCESS [  0.325 s]

[INFO] cli/validate/sample-yaml-generator ................. SUCCESS [  0.339 s]

[INFO] cli/main ........................................... SUCCESS [  0.564 s]

[INFO] cli/deployment ..................................... SUCCESS [  0.371 s]

[INFO] cli/deployment/zip ................................. SUCCESS [  2.352 s]

[INFO] cli/deployment/docker .............................. SUCCESS [  0.859 s]

[INFO] cli/validate/validation ............................ SUCCESS [  0.346 s]

[INFO] dmaap-dbcapi ....................................... SUCCESS [  1.079 s]

[INFO] dmaap-buscontroller ................................ SUCCESS [  0.962 s]

[INFO] dmaap-messagerouter-dmaapclient .................... SUCCESS [  8.140 s]

[INFO] dmaap-messagerouter-messageservice ................. SUCCESS [ 16.158 s]

[INFO] dmaap-messagerouter-mirroragent .................... SUCCESS [  4.125 s]

[INFO] dmaap-messagerouter-msgrtr ......................... SUCCESS [  3.805 s]

[INFO] msb-java-sdk ....................................... SUCCESS [  1.237 s]

[INFO] holmes-common ...................................... SUCCESS [  0.355 s]

[INFO] holmes-common-service .............................. SUCCESS [  3.100 s]

[INFO] holmes-dsa ......................................... SUCCESS [  0.358 s]

[INFO] holmes-dmaap-dsa ................................... SUCCESS [  5.971 s]

[INFO] holmes-dsa/holmes-dmaap-dsa-standalone ............. SUCCESS [  3.715 s]

[INFO] holmes-engine-management ........................... SUCCESS [  0.421 s]

[INFO] holmes-engine-d-service ............................ SUCCESS [  6.494 s]

[INFO] holmes-engine/holmes-engine-d-standalone ........... SUCCESS [  6.060 s]

[INFO] holmes-rule-management ............................. SUCCESS [  0.359 s]

[INFO] holmes-rulemgt-service ............................. SUCCESS [  4.682 s]

[INFO] holmes-rulemgt/holmes-rulemgt-standalone ........... SUCCESS [  3.335 s]

[INFO] msb-apigateway ..................................... SUCCESS [  0.426 s]

[INFO] onap/msb/apigateway/apiroute ....................... SUCCESS [  0.355 s]

[INFO] onap/msb/apigateway/apiroute/apiroute-service ...... SUCCESS [ 16.813 s]

[INFO] onap/msb/apigateway/apiroute/apiroute-standalone ... SUCCESS [  1.817 s]

[INFO] onap/msb/apigateway/openresty-ext .................. SUCCESS [  0.561 s]

[INFO] onap/msb/apigateway/redis-ext ...................... SUCCESS [  0.402 s]

[INFO] onap/msb/apigateway/distributions .................. SUCCESS [  0.458 s]

[INFO] onap/msb/apigateway/distributions/msb-apigateway ... SUCCESS [  1.917 s]

[INFO] msb-discovery ...................................... SUCCESS [  0.416 s]

[INFO] onap/msb/discovery/sdclient ........................ SUCCESS [  0.335 s]

[INFO] onap/msb/discovery/sdclient/discovery-service ...... SUCCESS [  3.862 s]

[INFO] onap/msb/discovery/sdclient/discovery-standalone ... SUCCESS [  1.187 s]

[INFO] onap/msb/discovery/discovery-ui .................... SUCCESS [  0.693 s]

[INFO] onap/msb/discovery/nginx-ext-consul ................ SUCCESS [  0.738 s]

[INFO] onap/msb/discovery/distributions ................... SUCCESS [  0.372 s]

[INFO] onap/msb/discovery/distributions/msb-discovery ..... SUCCESS [  1.751 s]

[INFO] msb-swagger-sdk .................................... SUCCESS [  0.438 s]

[INFO] multicloud-framework ............................... SUCCESS [  0.362 s]

[INFO] multicloud/openstack/newton ........................ SUCCESS [  0.825 s]

[INFO] multicloud/openstack/ocata ......................... SUCCESS [  0.795 s]

[INFO] multicloud/openstack/windriver ..................... SUCCESS [  0.757 s]

[INFO] multicloud-openstack ............................... SUCCESS [  0.372 s]

[INFO] multicloud-opentack-vmware ......................... SUCCESS [  0.363 s]

[INFO] oparent/license .................................... SUCCESS [  0.055 s]

[INFO] oparent/oparent-python ............................. SUCCESS [  1.426 s]

[INFO] policy-api ......................................... SUCCESS [  0.405 s]

[INFO] policy-gui ......................................... SUCCESS [  0.382 s]

[INFO] policy-pap ......................................... SUCCESS [  0.425 s]

[INFO] policy-pdp ......................................... SUCCESS [  0.427 s]

[INFO] policy-common ...................................... SUCCESS [  0.385 s]

[INFO] ONAP-Logging ....................................... SUCCESS [  0.865 s]

[INFO] Integrity Audit .................................... SUCCESS [  0.801 s]

[INFO] Integrity Monitor .................................. SUCCESS [  0.937 s]

[INFO] site-manager ....................................... SUCCESS [  5.545 s]

[INFO] Policy Engine - Docker build ....................... SUCCESS [  4.081 s]

[INFO] policy-drools-applications ......................... SUCCESS [  0.389 s]

[INFO] controlloop ........................................ SUCCESS [  0.428 s]

[INFO] common ............................................. SUCCESS [  0.373 s]

[INFO] model-impl ......................................... SUCCESS [  0.439 s]

[INFO] sdc ................................................ SUCCESS [  0.533 s]

[INFO] rest ............................................... SUCCESS [  0.435 s]

[INFO] policy-drools-pdp .................................. SUCCESS [  0.352 s]

[INFO] policy-utils ....................................... SUCCESS [  0.544 s]

[INFO] policy-core ........................................ SUCCESS [  5.573 s]

[INFO] policy-endpoints ................................... SUCCESS [  0.961 s]

[INFO] aai ................................................ SUCCESS [  0.715 s]

[INFO] policy-yaml ........................................ SUCCESS [  0.614 s]

[INFO] actors ............................................. SUCCESS [  0.362 s]

[INFO] actorServiceProvider ............................... SUCCESS [  0.423 s]

[INFO] appc ............................................... SUCCESS [  0.421 s]

[INFO] trafficgenerator ................................... SUCCESS [  0.421 s]

[INFO] events ............................................. SUCCESS [  0.427 s]

[INFO] policy-management .................................. SUCCESS [  3.177 s]

[INFO] so ................................................. SUCCESS [  0.601 s]

[INFO] vfc ................................................ SUCCESS [  0.523 s]

[INFO] simulators ......................................... SUCCESS [  0.545 s]

[INFO] actor.appc ......................................... SUCCESS [  0.505 s]

[INFO] actor.vfc .......................................... SUCCESS [  0.511 s]

[INFO] appclcm ............................................ SUCCESS [  0.444 s]

[INFO] actor.appclcm ...................................... SUCCESS [  0.553 s]

[INFO] actor.so ........................................... SUCCESS [  0.532 s]

[INFO] actor.test ......................................... SUCCESS [  0.461 s]

[INFO] guard .............................................. SUCCESS [  0.629 s]

[INFO] eventmanager ....................................... SUCCESS [  0.646 s]

[INFO] feature-controlloop-utils .......................... SUCCESS [  0.563 s]

[INFO] msb ................................................ SUCCESS [  0.587 s]

[INFO] templates .......................................... SUCCESS [  0.423 s]

[INFO] template.demo ...................................... SUCCESS [  0.740 s]

[INFO] archetype-cl-amsterdam ............................. SUCCESS [  1.749 s]

[INFO] PDP-D Application Installation Packages ............ SUCCESS [  0.358 s]

[INFO] PDP-D APPS Base Package ............................ SUCCESS [  0.471 s]

[INFO] Artifacts for PDP-D Applications ................... SUCCESS [  3.127 s]

[INFO] PDP-D APPS Installation Package .................... SUCCESS [  0.925 s]

[INFO] feature-healthcheck ................................ SUCCESS [  0.593 s]

[INFO] feature-eelf ....................................... SUCCESS [  0.659 s]

[INFO] feature-session-persistence ........................ SUCCESS [  1.097 s]

[INFO] feature-test-transaction ........................... SUCCESS [  0.543 s]

[INFO] api-state-management ............................... SUCCESS [  0.509 s]

[INFO] feature-state-management ........................... SUCCESS [  0.625 s]

[INFO] api-active-standby-management ...................... SUCCESS [  0.442 s]

[INFO] feature-active-standby-management .................. SUCCESS [  0.745 s]

[INFO] feature-simulators ................................. SUCCESS [  0.511 s]

[INFO] Policy Packages .................................... SUCCESS [  0.402 s]

[INFO] Base Package ....................................... SUCCESS [  0.613 s]

[INFO] Installation Package ............................... SUCCESS [  3.923 s]

[INFO] policy-engine ...................................... SUCCESS [  0.409 s]

[INFO] PolicyEngineUtils .................................. SUCCESS [  0.597 s]

[INFO] ONAP-XACML ......................................... SUCCESS [  0.755 s]

[INFO] PolicyEngineAPI .................................... SUCCESS [ 27.520 s]

[INFO] ONAP-REST .......................................... SUCCESS [  0.980 s]

[INFO] ONAP-PDP ........................................... SUCCESS [  0.480 s]

[INFO] ONAP-PDP-REST ...................................... SUCCESS [  4.540 s]

[INFO] ONAP-PAP-REST ...................................... SUCCESS [  6.142 s]

[INFO] LogParser .......................................... SUCCESS [  6.160 s]

[INFO] PolicyEngineClient ................................. SUCCESS [  0.606 s]

[INFO] BRMSGateway ........................................ SUCCESS [ 49.464 s]

[INFO] portal-sdk ......................................... SUCCESS [  1.682 s]

[INFO] ONAP Portal SDK Framework .......................... SUCCESS [  3.168 s]

[INFO] ONAP Portal SDK Core ............................... SUCCESS [  1.664 s]

[INFO] POLICY-SDK-APP ..................................... SUCCESS [  8.554 s]

[INFO] ONAP Portal SDK Webapp Overlay Files ............... SUCCESS [  4.297 s]

[INFO] ONAP Portal SDK Analytics .......................... SUCCESS [  2.810 s]

[INFO] ONAP Portal SDK Workflow ........................... SUCCESS [  0.703 s]

[INFO] ONAP Portal SDK Webapp Common Classes .............. SUCCESS [  1.096 s]

[INFO] ONAP-SDK-APP ....................................... SUCCESS [ 14.024 s]

[INFO] Policy Packages .................................... SUCCESS [  0.389 s]

[INFO] Base Package ....................................... SUCCESS [ 14.645 s]

[INFO] Installation Package ............................... SUCCESS [ 12.818 s]

[INFO] portal ............................................. SUCCESS [  1.368 s]

[INFO] ecompportal-be-common .............................. SUCCESS [  8.753 s]

[INFO] ecompportal-be-os .................................. SUCCESS [ 11.018 s]

[INFO] ecompportal-FE-os .................................. SUCCESS [02:27 min]

[INFO] widget-ms-parent ................................... SUCCESS [  0.461 s]

[INFO] common-widgets ..................................... SUCCESS [  0.997 s]

[INFO] widget-microservice ................................ SUCCESS [  1.893 s]

[INFO] ONAP Portal SDK Webapp for OpenSource .............. SUCCESS [  9.323 s]

[INFO] security-utils ..................................... SUCCESS [  0.352 s]

[INFO] common-app-api ..................................... SUCCESS [  0.700 s]

[INFO] common-be .......................................... SUCCESS [  0.344 s]

[INFO] catalog-dao ........................................ SUCCESS [  1.110 s]

[INFO] catalog-model ...................................... SUCCESS [  1.894 s]

[INFO] catalog-be ......................................... SUCCESS [ 18.473 s]

[INFO] asdctool ........................................... SUCCESS [ 13.273 s]

[INFO] catalog-ui ......................................... SUCCESS [01:13 min]

[INFO] catalog-fe ......................................... SUCCESS [  3.529 s]

[INFO] asdc-tests ......................................... SUCCESS [ 12.809 s]

[INFO] openecomp-sdc ...................................... SUCCESS [  1.213 s]

[INFO] openecomp-sdc-lib .................................. SUCCESS [  0.020 s]

[INFO] openecomp-sdc-logging-lib .......................... SUCCESS [  0.048 s]

[INFO] openecomp-sdc-logging-api .......................... SUCCESS [  1.804 s]

[INFO] openecomp-sdc-logging-core ......................... SUCCESS [  0.695 s]

[INFO] openecomp-core-lib ................................. SUCCESS [  0.055 s]

[INFO] openecomp-utilities-lib ............................ SUCCESS [  1.116 s]

[INFO] openecomp-sdc-datatypes-lib ........................ SUCCESS [  0.294 s]

[INFO] openecomp-common-lib ............................... SUCCESS [  0.486 s]

[INFO] openecomp-sdc-api .................................. SUCCESS [  0.056 s]

[INFO] openecomp-sdc-rest-webapp .......................... SUCCESS [  0.046 s]

[INFO] openecomp-sdc-common-rest .......................... SUCCESS [  0.492 s]

[INFO] openecomp-facade-api ............................... SUCCESS [  0.258 s]

[INFO] openecomp-facade-core .............................. SUCCESS [  0.241 s]

[INFO] openecomp-session-lib .............................. SUCCESS [  0.228 s]

[INFO] openecomp-nosqldb-api .............................. SUCCESS [  0.322 s]

[INFO] openecomp-nosqldb-core ............................. SUCCESS [  0.648 s]

[INFO] openecomp-item-permissions-lib ..................... SUCCESS [  0.023 s]

[INFO] openecomp-item-permissions-api ..................... SUCCESS [  0.186 s]

[INFO] openecomp-sdc-notification-api ..................... SUCCESS [  0.336 s]

[INFO] openecomp-item-permissions-core .................... SUCCESS [  0.217 s]

[INFO] openecomp-sdc-versioning-api ....................... SUCCESS [  0.542 s]

[INFO] openecomp-zusammen-lib ............................. SUCCESS [  0.051 s]

[INFO] openecomp-zusammen-api ............................. SUCCESS [  0.241 s]

[INFO] openecomp-zusammen-plugin .......................... SUCCESS [  1.983 s]

[INFO] openecomp-zusammen-core ............................ SUCCESS [  0.568 s]

[INFO] openecomp-sdc-versioning-core ...................... SUCCESS [  1.161 s]

[INFO] openecomp-sdc-vendor-license-api ................... SUCCESS [  0.793 s]

[INFO] openecomp-sdc-vendor-license-core .................. SUCCESS [  1.645 s]

[INFO] openecomp-sdc-validation-api ....................... SUCCESS [  0.267 s]

[INFO] openecomp-heat-lib ................................. SUCCESS [  0.670 s]

[INFO] openecomp-sdc-validation-sdk ....................... SUCCESS [  0.467 s]

[INFO] openecomp-sdc-validation-core ...................... SUCCESS [  0.249 s]

[INFO] openecomp-tosca-lib ................................ SUCCESS [  1.424 s]

[INFO] openecomp-sdc-translator-api ....................... SUCCESS [  0.181 s]

[INFO] openecomp-sdc-validation-impl ...................... SUCCESS [  1.306 s]

[INFO] openecomp-sdc-translator-core ...................... SUCCESS [  4.249 s]

[INFO] openecomp-sdc-enrichment-api ....................... SUCCESS [  0.206 s]

[INFO] openecomp-sdc-model-api ............................ SUCCESS [  0.299 s]

[INFO] openecomp-sdc-model-core ........................... SUCCESS [  0.352 s]

[INFO] openecomp-config-lib ............................... SUCCESS [  0.301 s]

[INFO] openecomp-sdc-vendor-software-product-lib .......... SUCCESS [  0.049 s]

[INFO] openecomp-sdc-vendor-software-product-api .......... SUCCESS [  1.211 s]

[INFO] openecomp-tosca-converter-lib ...................... SUCCESS [  0.049 s]

[INFO] openecomp-tosca-converter-api ...................... SUCCESS [  0.185 s]

[INFO] openecomp-sdc-model-impl ........................... SUCCESS [  0.445 s]

[INFO] openecomp-sdc-tosca-generator-api .................. SUCCESS [  0.349 s]

[INFO] openecomp-sdc-vendor-software-product-core ......... SUCCESS [  2.185 s]

[INFO] openecomp-sdc-enrichment-impl ...................... SUCCESS [  0.629 s]

[INFO] openecomp-sdc-enrichment-core ...................... SUCCESS [  0.239 s]

[INFO] backend ............................................ SUCCESS [  0.058 s]

[INFO] openecomp-sdc-validation-manager ................... SUCCESS [  0.289 s]

[INFO] openecomp-healing-lib .............................. SUCCESS [  0.054 s]

[INFO] openecomp-sdc-healing-api .......................... SUCCESS [  0.196 s]

[INFO] openecomp-sdc-healing-core ......................... SUCCESS [  0.402 s]

[INFO] openecomp-item-permissions-impl .................... SUCCESS [  0.257 s]

[INFO] openecomp-sdc-healing-impl ......................... SUCCESS [  0.608 s]

[INFO] openecomp-sdc-activity-log-lib ..................... SUCCESS [  0.040 s]

[INFO] openecomp-sdc-activity-log-api ..................... SUCCESS [  0.193 s]

[INFO] openecomp-sdc-activity-log-core .................... SUCCESS [  0.200 s]

[INFO] openecomp-sdc-activity-log-manager ................. SUCCESS [  0.213 s]

[INFO] openecomp-sdc-tosca-generator-core ................. SUCCESS [  0.640 s]

[INFO] openecomp-sdc-orchestration-lib .................... SUCCESS [  0.052 s]

[INFO] openecomp-sdc-orchesrtation-api .................... SUCCESS [  0.094 s]

[INFO] openecomp-sdc-orchesrtation-core ................... SUCCESS [  0.100 s]

[INFO] openecomp-tosca-converter-core ..................... SUCCESS [  0.651 s]

[INFO] openecomp-sdc-vendor-software-product-manager ...... SUCCESS [  1.954 s]

[INFO] openecomp-sdc-vendor-license-manager ............... SUCCESS [  0.647 s]

[INFO] openecomp-conflict-lib ............................. SUCCESS [  0.056 s]

[INFO] openecomp-conflict-api ............................. SUCCESS [  0.160 s]

[INFO] openecomp-conflict-core ............................ SUCCESS [  0.332 s]

[INFO] openecomp-sdc-conflict-manager ..................... SUCCESS [  0.254 s]

[INFO] item-rest .......................................... SUCCESS [  0.067 s]

[INFO] item-rest-types .................................... SUCCESS [  0.194 s]

[INFO] vendor-license-rest ................................ SUCCESS [  0.039 s]

[INFO] vendor-license-rest-types .......................... SUCCESS [  0.396 s]

[INFO] openecomp-sdc-item-permissions-manager ............. SUCCESS [  0.249 s]

[INFO] item-rest-services ................................. SUCCESS [  0.403 s]

[INFO] vendor-license-rest-services ....................... SUCCESS [  0.662 s]

[INFO] openecomp-sdc-notification-core .................... SUCCESS [  0.336 s]

[INFO] vendor-software-products-rest ...................... SUCCESS [  0.058 s]

[INFO] vendor-software-products-rest-types ................ SUCCESS [  0.459 s]

[INFO] vendor-software-products-rest-services ............. SUCCESS [  1.234 s]

[INFO] validation-rest .................................... SUCCESS [  0.055 s]

[INFO] validation-rest-types .............................. SUCCESS [  0.162 s]

[INFO] validation-rest-services ........................... SUCCESS [  0.337 s]

[INFO] openecomp-sdc-healthcheck-manager .................. SUCCESS [  0.294 s]

[INFO] healthcheck-rest ................................... SUCCESS [  0.056 s]

[INFO] healthcheck-rest-types ............................. SUCCESS [  0.150 s]

[INFO] healthcheck-rest-services .......................... SUCCESS [  0.193 s]

[INFO] conflict-rest ...................................... SUCCESS [  0.080 s]

[INFO] conflict-rest-types ................................ SUCCESS [  0.274 s]

[INFO] conflict-rest-services ............................. SUCCESS [  0.350 s]

[INFO] item-permissions-rest .............................. SUCCESS [  0.054 s]

[INFO] item-permissions-rest-types ........................ SUCCESS [  0.149 s]

[INFO] item-permissions-rest-services ..................... SUCCESS [  0.198 s]

[INFO] openecomp-sdc-application-config-manager ........... SUCCESS [  0.207 s]

[INFO] notifications-rest ................................. SUCCESS [  0.045 s]

[INFO] notifications-rest-types ........................... SUCCESS [  0.158 s]

[INFO] notifications-rest-services ........................ SUCCESS [  0.238 s]

[INFO] application-config-rest ............................ SUCCESS [  0.058 s]

[INFO] application-config-rest-types ...................... SUCCESS [  0.145 s]

[INFO] application-config-rest-services ................... SUCCESS [  0.197 s]

[INFO] openecomp-sdc-action-lib ........................... SUCCESS [  0.066 s]

[INFO] openecomp-sdc-action-api ........................... SUCCESS [  0.385 s]

[INFO] action-library-rest ................................ SUCCESS [  0.020 s]

[INFO] action-library-rest-types .......................... SUCCESS [  0.133 s]

[INFO] openecomp-sdc-action-core .......................... SUCCESS [  0.481 s]

[INFO] openecomp-sdc-action-manager ....................... SUCCESS [  0.735 s]

[INFO] action-library-rest-services ....................... SUCCESS [  0.772 s]

[INFO] onboarding-rest-war ................................ SUCCESS [  9.460 s]

[INFO] sequence-rest ...................................... SUCCESS [  0.104 s]

[INFO] openecomp-sdc-notification-worker .................. SUCCESS [  0.306 s]

[INFO] openecomp-sdc-notification-websocket ............... SUCCESS [  0.176 s]

[INFO] notification-war ................................... SUCCESS [  1.685 s]

[INFO] openecomp-facade-lib ............................... SUCCESS [  0.026 s]

[INFO] openecomp-nosqldb-lib .............................. SUCCESS [  0.022 s]

[INFO] openecomp-sdc-versioning-lib ....................... SUCCESS [  0.024 s]

[INFO] openecomp-sdc-tosca-generator-lib .................. SUCCESS [  0.022 s]

[INFO] openecomp-sdc-vendor-license-lib ................... SUCCESS [  0.020 s]

[INFO] openecomp-sdc-translator-sdk ....................... SUCCESS [  0.056 s]

[INFO] openecomp-sdc-translator-impl ...................... SUCCESS [  0.067 s]

[INFO] openecomp-sdc-translator-lib ....................... SUCCESS [  0.021 s]

[INFO] openecomp-sdc-model-lib ............................ SUCCESS [  0.033 s]

[INFO] openecomp-sdc-validation-lib ....................... SUCCESS [  0.022 s]

[INFO] openecomp-sdc-enrichment-lib ....................... SUCCESS [  0.128 s]

[INFO] openecomp-sdc-orchesrtation-impl ................... SUCCESS [  0.056 s]

[INFO] openecomp-sdc-notification-lib ..................... SUCCESS [  0.032 s]

[INFO] openecomp-sdc-configuration ........................ SUCCESS [  0.033 s]

[INFO] api-docs ........................................... SUCCESS [  0.477 s]

[INFO] openecomp-zusammen-tools ........................... SUCCESS [  1.614 s]

[INFO] sdc-os-chef ........................................ SUCCESS [  0.114 s]

[INFO] sdc-jtosca ......................................... SUCCESS [  0.879 s]

[INFO] sdc-sdc-tosca ...................................... SUCCESS [  0.283 s]

[INFO] sdc-sdc-distribution-client ........................ SUCCESS [  0.018 s]

[INFO] sdc-sdc-distribution-client ........................ SUCCESS [  0.332 s]

[INFO] sdnc-adaptors ...................................... SUCCESS [  0.555 s]

[INFO] sdnc-core .......................................... SUCCESS [  0.580 s]

[INFO] sdnc-core .......................................... SUCCESS [  0.641 s]

[INFO] sdnc-northbound .................................... SUCCESS [  0.315 s]

[INFO] generic-resource-api ............................... SUCCESS [  0.335 s]

[INFO] generic-resource-api-model ......................... SUCCESS [ 42.848 s]

[INFO] generic-resource-api-provider ...................... SUCCESS [ 14.908 s]

[INFO] generic-resource-api-features ...................... SUCCESS [  3.472 s]

[INFO] Generic Resource API  - Karaf  Installer ........... SUCCESS [  1.341 s]

[INFO] vnfapi ............................................. SUCCESS [  0.195 s]

[INFO] vnfapi-model ....................................... SUCCESS [  8.619 s]

[INFO] vnfapi-provider .................................... SUCCESS [  1.605 s]

[INFO] vnfapi-features .................................... SUCCESS [  0.470 s]

[INFO] VNF API  - Karaf  Installer ........................ SUCCESS [  0.470 s]

[INFO] VNF Tools Plugin ................................... SUCCESS [  0.146 s]

[INFO] VNF Tools Plugin - Provider ........................ SUCCESS [  6.238 s]

[INFO] VNF tools Plugin - Features ........................ SUCCESS [  0.438 s]

[INFO] VNF Tools Plugin  - Karaf  Installer ............... SUCCESS [  1.242 s]

[INFO] sdnc-oam ........................................... SUCCESS [  0.138 s]

[INFO] Admin Portal ....................................... SUCCESS [  0.627 s]

[INFO] Directed Graph Builder ............................. SUCCESS [  0.994 s]

[INFO] Platform Logic ..................................... SUCCESS [  0.219 s]

[INFO] Platform Logic : Setup ............................. SUCCESS [  6.926 s]

[INFO] Platform Logic : Generic Resource API .............. SUCCESS [  0.282 s]

[INFO] Platform Logic : VNF-API ........................... SUCCESS [  0.149 s]

[INFO] Platform Logic : REST API templates ................ SUCCESS [  0.147 s]

[INFO] Platform Logic Installer ........................... SUCCESS [  0.379 s]

[INFO] sdnc-plugins ....................................... SUCCESS [  0.565 s]

[INFO] so ................................................. SUCCESS [  1.640 s]

[INFO] MSO Common classes ................................. SUCCESS [  3.144 s]

[INFO] API Handler ........................................ SUCCESS [  0.425 s]

[INFO] mso-requests-db .................................... SUCCESS [  2.462 s]

[INFO] mso-catalog-db ..................................... SUCCESS [  1.775 s]

[INFO] ECOMP MSO API Handler common ....................... SUCCESS [  0.843 s]

[INFO] MSO Status Control module .......................... SUCCESS [  0.578 s]

[INFO] mso-api-handler-infra .............................. SUCCESS [  5.119 s]

[INFO] MSO Adapters ....................................... SUCCESS [  0.742 s]

[INFO] mso-adapter-utils .................................. SUCCESS [  1.223 s]

[INFO] mso-adapters-rest-interface ........................ SUCCESS [  1.832 s]

[INFO] mso-network-adapter-async-client ................... SUCCESS [  2.773 s]

[INFO] mso-network-adapter ................................ SUCCESS [  8.805 s]

[INFO] mso-sdnc-adapter ................................... SUCCESS [  1.771 s]

[INFO] mso-tenant-adapter ................................. SUCCESS [  2.748 s]

[INFO] mso-vnf-adapter-async-client ....................... SUCCESS [  2.185 s]

[INFO] mso-vnf-adapter .................................... SUCCESS [  5.042 s]

[INFO] mso-requests-db-adapter ............................ SUCCESS [  2.750 s]

[INFO] mso-catalog-db-adapter ............................. SUCCESS [  1.438 s]

[INFO] mso-workflow-message-adapter ....................... SUCCESS [  1.705 s]

[INFO] mso-vfc-adapter .................................... SUCCESS [  2.351 s]

[INFO] asdc-controller .................................... SUCCESS [  2.765 s]

[INFO] BPMN Subsystem ..................................... SUCCESS [  0.510 s]

[INFO] MSOCoreBPMN ........................................ SUCCESS [  1.416 s]

[INFO] MSO REST Client API ................................ SUCCESS [  0.586 s]

[INFO] MSOCommonBPMN ...................................... SUCCESS [ 14.225 s]

[INFO] MSOInfrastructureBPMN .............................. SUCCESS [ 12.375 s]

[INFO] MSOCockpit ......................................... SUCCESS [  4.406 s]

[INFO] MSO Packages ....................................... SUCCESS [  0.492 s]

[INFO] MsoDeliveries ...................................... SUCCESS [ 10.775 s]

[INFO] DCAE DMaaP Bus Controller Webapp Common Java Files . SUCCESS [  1.048 s]

[INFO] DCAE DMaaP Bus Controller Webapp Common Web Files .. SUCCESS [  1.512 s]

[INFO] DCAE DMaaP Bus Controller Webapp for ONAP .......... SUCCESS [ 10.791 s]

[INFO] DCAE DMaaP Bus Controller Webapp projects (parent) . SUCCESS [  0.010 s]

[INFO] ui-dmaapbc ......................................... SUCCESS [  0.010 s]

[INFO] VID Common ......................................... SUCCESS [  5.208 s]

[INFO] ECOMP SDK Webapp for OpenSource .................... SUCCESS [ 12.253 s]

[INFO] vid ................................................ SUCCESS [  4.563 s]

[INFO] vnfsdk-lctest ...................................... SUCCESS [  0.542 s]

[INFO] vnf-sdk-validate-lc-test/lifecycle-test-service .... SUCCESS [  1.711 s]

[INFO] vnf-sdk-validate-lc-test/deployment ................ SUCCESS [  2.765 s]

[INFO] csarvalidation/validation .......................... SUCCESS [  2.299 s]

[INFO] vnfsdk-validation .................................. SUCCESS [  0.450 s]

[INFO] csarvalidation/deployment .......................... SUCCESS [  0.376 s]

[INFO] vvp-gitlab ......................................... SUCCESS [  3.098 s]

[INFO] onap.root .......................................... SUCCESS [  0.029 s]




  • No labels