aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29Merge "Increase containers start timeout"Christophe Closset1-1/+1
2017-08-29Increase containers start timeouteh552t1-1/+1
Increase the timeout for clamp and db containers to start from 5 to 10 minutes due to slow jenkins environment Change-Id: I5286bbe0d93c29eebb8ad1d82a0f63d9c2537f44 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-28
2017-08-29Rename multivim to multicloudEthan Lynn4-1/+1
Change-Id: I395bf2a583194fbfadade29210934b50189cdb92 issue-id: MULTICLOUD-67 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-08-25Merge "Modify MultiCloud CSIT case"Gary Wu2-14/+16
2017-08-25Add 2 Models and fix UI testeh552t4-0/+42
Add 2 Models using the templates created and fix UI test Change-Id: I051aca6afe87e2c93fb0e035432fe72e98bfd5f3 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-18
2017-08-25Modify MultiCloud CSIT caseEthan Lynn2-14/+16
Change-Id: I173ddb6f7d9462a51f98fc3d028151fe83239918 issue-id: MULTICLOUD-67 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-08-24Added bundle_query.sh and health_check.sh files.Aaron Hay4-14/+125
Updated the test1.robot file to include the two tests cases related to the new shell scripts. Change-Id: Idca535d7b557bbb2e02006efab9867f60fd80d98 Issue-Id: APPC-115 Signed-off-by: Aaron Hay <ah415j@att.com>
2017-08-23Create UTs for VID scriptsVictor Morales2-25/+77
This change includes the creation of Unit tests for VID module. This also refactors the source code of the provisioning script. Change-Id: I81fdd69e685a55c0b77ee02d138c7870f586f1d1 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-20
2017-08-23Merge "Use the pull_docker_image function"Gary Wu1-2/+1
2017-08-23Merge "Fix function documentation typo"Gary Wu1-1/+1
2017-08-23Use the pull_docker_image functionVictor Morales1-2/+1
The portal script was calling docker CLI to retrieve a mariadb docker image that is hosted in the public hub. This change uses the pull_docker_image functioUse the pull_docker_image function Change-Id: Ie9f40fc019bda3655075b09d46360cdade8df949 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-21
2017-08-23Fix function documentation typoVictor Morales1-1/+1
Change-Id: I24c505fe8317ccd389403effe7cdfc26596546f6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-22
2017-08-23Merge "Documented the process to use provisining scripts"Gary Wu5-2/+95
2017-08-23Merge "Clamp docker image from nexus3 and refactor"Gary Wu7-63/+97
2017-08-23Clamp docker image from nexus3 and refactoreh552t7-63/+97
Take clamp docker image from nexus3.onap.org instead of default + refactor scripts Change-Id: I87286c2ff4d56f508675a106692b80a69e8be02b Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-33
2017-08-22Documented the process to use provisining scriptsVictor Morales5-2/+95
It's possible to use these provisioning scripts to setup a development environment without installing vagrant on it. This commit specifies the steps and variables required for that process. Change-Id: Ica3e377f76b65c149d7ea7b805853b2e315e114c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-25
2017-08-22Fixed Setup Titan AAI processVictor Morales4-20/+52
The way to configure properties files was wrong causing problems during the DB creation. This change files that function as well as others related with that function. Change-Id: I5cc637e170b64e15fff5de4cb04bdcbd2506ea87 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-18
2017-08-22Merge "Add DCAE UTs"Gary Wu3-55/+167
2017-08-21Add DCAE UTsVictor Morales3-55/+167
This change adds the Unit Tests that verify the functionality of DCAE scripts and makes proper changes to refactor the lib/dcae source code. Change-Id: I0a6c000ddf1ff29bd094e8bc552e6bea5ef3e8ec Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-22
2017-08-21Merge "Refactor AAI source folder variable"Gary Wu2-50/+48
2017-08-21Update dependency graphGildas Lanilis1-29/+22
Graph updated based on feedback from PTLs and current content of information in each project planning (API incoming dependencies section) Added link toward source of information Issue-id: INT-109 Change-Id: If57b6b78f68d9ad78d33bb1a25f51ac9042a7e19 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2017-08-21Refactor AAI source folder variableVictor Morales2-50/+48
Given that $src_folder variable name has conflict with other modules it was changed to something more specific Change-Id: I8106c3961cd4369b4c8e75cbe3d906c57869a50a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-18
2017-08-21Merge "APPC CSIT health check added."Gary Wu6-0/+132
2017-08-21Merge "Update init_data_folders function"Gary Wu1-2/+1
2017-08-21Merge "Create UTs for APPC"Gary Wu4-59/+159
2017-08-21Merge "Added parameter for pulling docker images"Gary Wu2-2/+6
2017-08-21APPC CSIT health check added.Aaron Hay6-0/+132
Change-Id: I215ab1454e9b1f051db4c070085f2941ce7104ec Issue-Id: APPC-111 Signed-off-by: Aaron Hay <ah415j@att.com>
2017-08-21Update init_data_folders functionIdan Amit1-2/+1
Change-Id: I4fefd1f0fd54a36a9291339f45deaf7f15f18276 Issue-Id: INT-101 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-08-21added modification copyrighteh552t3-0/+7
added line Modifications copyright (c) 2017 AT&T Intellectual Property in scripts Change-Id: I08f6901fad5fb3d836c73d4f7ab092f4fd235cd5 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-33
2017-08-21Added parameter for pulling docker imagesIdan Amit2-2/+6
Updated sdc script accordingly Change-Id: I6de1c52ff42fc1f47cdfa0f56921c864c7182dcb Issue-Id: INT-101 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-08-21initial integration tests for CLAMPeh552t13-0/+278
Commit the first test for CLAMP, UIs and TCA first Change-Id: I902e7ea79210c114eaf03943a83ac71bbfbf012e Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-33
2017-08-18Create UTs for APPCVictor Morales4-59/+159
It was created the Unit Tests for APPC which modified the code of SDNC. Change-Id: Ica033e8a94f545e148f321c388bee981abadc4af Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-24
2017-08-18[AAI-158] Remove hard-coded ipDaniel Silverthorn2-1/+4
Change-Id: I9068dc94719b9af0edb808519301af3626ae46ef Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-08-18Merge "Rename SDC script for asdc"Gary Wu2-4/+4
2017-08-18Merge "Refactor VFC UTs"Gary Wu2-8/+24
2017-08-18Merge "Refactor and complete MR UTs"Gary Wu2-12/+35
2017-08-18[AAI-158] csit test for search-data-serviceDaniel Silverthorn13-0/+271
Change-Id: I0c3cca0352c9eb7c7671d1cc7dee9081e61fd66f Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-08-17Rename SDC script for asdcVictor Morales2-4/+4
Change-Id: I9ad0ca53bb8377c56aed58ba66886337b68716a8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-100
2017-08-17Refactor VFC UTsVictor Morales2-8/+24
It was refactored the Unit tests and functions of VFC scripts Change-Id: I9e7ba61ace7830c62b52556922e0ec2b4d9efa91 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-105
2017-08-17Refactor and complete MR UTsVictor Morales2-12/+35
The Message Router Unit tests were incomplete, this change add news for covering all its functions. Change-Id: I02738798e358527ed2b710a192d0a796814b5d69 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-104
2017-08-17Refactor and Improve SDNC UTsVictor Morales2-24/+57
This change refactor the lib/sdnc script and add some unit tests to the SDNC component. Change-Id: Ia389c0e8e78de2eef1b41075a0701b013f9bc925 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-102
2017-08-17Merge "Implement test_install_policy UT"Gary Wu4-31/+45
2017-08-17Merge "Add further configuration for the docker engine"Gary Wu1-3/+6
2017-08-16Add further configuration for the docker engineIdan Amit1-3/+6
In order to allow local deployment of dockers and permissions for user vagrant to run docker commands Change-Id: I64d73f419efb897facd0af1b2ade9d44a165c106 Issue-Id: INT-101 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-08-16Implement test_install_policy UTVictor Morales4-31/+45
It was missed the Unit test that verifies the installation of policy services. This commit creates that method and also refactors some policy code Change-Id: I58f3f416efc096fc6199fd831bb63293b95157d2 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-23
2017-08-16Merge "Remove unused import from lib/aai"Gary Wu1-1/+0
2017-08-16Merge "Fix run.sh arguments"Gary Wu2-11/+8
2017-08-16Remove unused import from lib/aaiVictor Morales1-1/+0
The asserts module is not required for the A&AI script. This change removes that dependency Change-Id: I7469fa89e7ab8c65210a508526bdbe655f013761 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-48
2017-08-15Merge "Move Known Issues section to docs folder"Gary Wu4-47/+67
2017-08-15Fix run.sh argumentsVictor Morales2-11/+8
The run.sh script had some issues to process the arguments into a specific order. Change-Id: I9c10bbf9aa10e133bfdecc67eb013c839039bc90 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-97