aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2019-06-26Adjust DCAE-DS CSIT for Jenkins and to masterkaihlavi2-0/+0
- directory structures of DCAE-DS CSIT plans, scripts and tests have been changed to be more compatible with jjb templates to enable working Jenkins jobs - robot tests adjusted to latest changes in robotframework-onap library Change-Id: Id05602a88557267cc7ae77f066877680ae431a7f Issue-ID: SDC-2365 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-06-25Merge "Remove data folder in CSIT teardown"Gary Wu2-9/+7
2019-06-25Merge "Clean up startup script"Gary Wu1-13/+0
2019-06-25Merge "Add initial CSIT case for DCAE-DS"Gary Wu2-2/+70
2019-06-25Merge "Remove obsolete start scripts"Gary Wu2-187/+0
2019-06-25Remove data folder in CSIT teardownkaihlavi2-9/+7
- Remove data folder by force as sudo in kill script - Fix script name output (also in vid's corresponding script) Issue-ID: SDC-2362 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I91f031c74e7ae05ec4645677ec8c07b34ed28c0b
2019-06-18Add initial CSIT case for DCAE-DSkaihlavi2-2/+70
Add CSIT robot test and structure for DCAE-DS This test case provides initial basic implementation for monitoring configuration service creation and approval procedure - only unauthenticated backend http interfaces are used - distribution of the service is excluded - keyword libraries and templates should be refactored into testsuite repo - no logs are verified on runtime Change-Id: Ied08206fe8567a249c309bcd243e25b153b33da7 Issue-ID: SDC-2365 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-06-17Removing unnecessary mounts in APEX CSITa.sreekumar9-218/+9
In the end to end csit test cases of APEX, currently we are mounting the config files for APEX and PAP. This is not necessary. Change-Id: I10f9ed509e4bb537cc91f145dde34aeb8c0d9b99 Issue-ID: POLICY-1863 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-06-13Add heart beat interval to CSIT PAP configJim Hahn1-0/+1
Only apex CSIT overrides PAP's defaultConfig.json, so only had to add the new parameter to that one file. Issue-ID: POLICY-1846 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Iba15c1db0d03dc42c8f5c058b9bc8e9ff55c42b4
2019-06-07Clean up startup scriptkaihlavi1-13/+0
Issue-ID: SDC-2361 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I23823478fdc09207a084ebb328c1aa6f13638bdc
2019-06-05Run DB script before starting other containersJim Hahn4-12/+81
The other containers were starting before their user names had been added to the DB. Consequently, they were aborting at start-up. Modified the various setup.sh scripts to run the DB-init script before starting the remaing containers. Also add start_all to start the containers and wait for the ports to start listening, eliminating the need for the "curl" tests in the setup.sh scripts. Also removed version numbers from some yml files. Change-Id: Idd9ff81b3ab4a78926b644f22360c9222afe82d5 Issue-ID: POLICY-1829 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-06-04Remove obsolete start scriptskaihlavi2-187/+0
Issue-ID: SDC-2352 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: Id89ccc01e0e945d69e2eb576b5efead928843535
2019-06-04Remove obsolete files for optf/cmsoJerry Flood2-89/+0
Issue-ID: OPTFRA-517 Change-Id: I34adbe4284c39041c44b70fce9677e9a64f5b3da Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-30Merge "Add temporary kill script for SDC DCAE containers"Gary Wu1-0/+31
2019-05-30Add temporary kill script for SDC DCAE containerskaihlavi1-0/+31
Currently it is possible to start SDC's DCAE-DS docker containers with docker_run.sh (see https://gerrit.onap.org/r/#/c/sdc/+/88549/) but the containers are not killed by corresponding kill_containers_and_remove_dataFolders.sh - this script provides the ability to kill them until image naming and tagging has more complete solution that should render this one obsolete Change-Id: I623db3ace0d4e14b925254bd21528bfa8e00f458 Issue-ID: SDC-2342 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-28Merge "Xacml-PDP CSIT tests with DmaaP Simulator"Gary Wu3-0/+118
2019-05-27Correct minor typos in scriptkaihlavi1-5/+4
Issue-ID: SDC-2333 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I5d5d44cd8dfcb8d81250af182915c163efb9a576
2019-05-24Xacml-PDP CSIT tests with DmaaP SimulatorMichael Mokry3-0/+118
1. Added test cases for creating policy, deploying policy, and getting a decision for monitoring policies 2. Included statistics check between some tests 3. Modified to use dmaap simulator, policy-pap, and policy-api for end to end tests 5. UPDATE: made changes per Ajith's review 6. Removed most config overrides and changed dmaap to message-router where appropriate Change-Id: Ia9935193f189f249e11f23b2ffe49f87090b7b54 Issue-ID: POLICY-1767 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-05-21Combine similar SDC setup scripts into onekaihlavi2-94/+22
Replace almost identical setup scripts for SDC api and ui tests with one that takes the wanted SDC test suite as an argument Change-Id: Ic48ffa82a41d80da860eb043e3dfb71f55cc08ad Issue-ID: INT-1084 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-07Adding end to end CSIT test cases for PDP-Aa.sreekumar11-0/+318
1) Adding test case to do health check of PDP-A. 2) Adding test case for end to end testing - create policy type and policy using Policy API, deploy policy using PAP API and then execute policy in APEX engine. Change-Id: I97b208f4d7c319f993515719795d022ddfc429fa Issue-ID: POLICY-1739 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-04-30Restructure CSITs for info and timeoutsjhh3-42/+131
Change-Id: I8a1bf5d44da267e58f26e877fc0eba7189166424 Issue-ID: POLICY-1712 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-04-26OPTFRA-487 change the api_paste.ini locationShankar Narayanan1-1/+1
Fix the path of the api_paste.ini which was changed as a part of the HTTPS fix in commit: https://gerrit.onap.org/r/#/c/86210/ Change-Id: I07e22cd1fc4c2f4b213d9bff3cd5cf73b754fa85 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-487
2019-04-22Merge "Updated CSIT to reference new repo location"Gary Wu2-4/+4
2019-04-19Flesh out PAP CSITsJim Hahn3-0/+282
This exercises all of the PAP REST APIs, except for the simple policy "deploy" API. Change-Id: I681c4c40f05f6e343a782e764f7f939ecbb31258 Issue-ID: POLICY-1672 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-04-19Updated CSIT to reference new repo locationJerry Flood2-4/+4
Relocated the CSIT tests to support Sonar Job. Issue-ID: OPTFRA-474 Change-Id: I697a0269cfeec0e45364e882e4b165eb9abeeda4 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-18Finish drools CSIT infrapdragosh6-21/+304
Basic health check for now. Need to have ci-management jobs enabled for this to work on every merge. Cleaning out unused scripts and mock server. Renaming policy engine script so its obvious that is what it is for. Issue-ID: POLICY-1651 Change-Id: I469823795d4a9f5531d150610ba2ed0b75585677 Signed-off-by: pdragosh <pdragosh@research.att.com> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> Signed-off-by: pdragosh <pdragosh@research.att.com> Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-04-16Updates to DFC CSIT testBjornMagnussonXA2-1/+12
Adaptation of Functional tests due to updated dfc simulators Adaptation of Management tests due to changes in DFC app Removed test for FTPS due to issue with ftps sim cert Issue-ID: DCAEGEN2-1434 Change-Id: Ic92ac4901586cb55164177a8640ba23b60c02f0d Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
2019-04-15DB Connection Setup for API and PAP for CSITBilal A4-0/+124
1) Adds CSIT Test for API 2) Adds a mariadb container setup and configuration for API. 3) Adds a mariadb container setup and configuration for PAP. Change-Id: I9beea4f2445215bc95962ebceb4ec626dd0d5521 Issue-ID: POLICY-1270 Signed-off-by: Bilal A <bilal@research.att.com>
2019-04-11Merge "Change latest in 4.0-STAGING-latest"Gary Wu1-1/+1
2019-04-11Prepare new endpoints for csit/vid internal apimichal.banka1-1/+1
Change-Id: Ib69287eb1c21d30eb39472270c160f4b318c5c12 Issue-ID: VID-399 Signed-off-by: michal.banka <michal.banka@nokia.com>
2019-04-11Change latest in 4.0-STAGING-latesteh552t1-1/+1
Change-Id: I5f5e7b541d897ea3808d64b130422ee99a62ddf7 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-276
2019-04-09Update CSIT job for CMSO DublinJerry Flood2-12/+33
Issue-ID: OPTFRA-472 Change-Id: I80fc67473179ef2aa2d8fe559b5dd513cee7dbe7 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-09Reworked CSIT for Dublin part1eh552t2-3/+3
Change-Id: I3fd53deb61a8ba1c8f6bc68c60f2122e2e0cfb79 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-276
2019-04-02fix for proxy setuppkaras3-0/+11
Change-Id: Ia0cdc93b30dc8fff08542a1884d72e06cc7f633a Issue-ID: DMAAP-1141 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
2019-03-28Merge "Added functional CSIT tests for DFC"Gary Wu4-0/+53
2019-03-27Update VID in docker-compose to 4.0-STAGING-latestIttay Stern1-2/+3
Added AAI simulator for new enrichCloudConfigurationWithCloudOwner feature: - Add AAI response - Update Dockerfile with FROM python, and parametrized config - Add aai-simulator to docker-compose file BTW, modified SO.py to log to stdio. This enable running `docker logs so-simulator` to see the rolling output. Issue-ID: VID-453 Change-Id: Icd1ee2dd51d404261c3e0484b22a4d32b8e4aad8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-26Added functional CSIT tests for DFCBjornMagnussonXA4-0/+53
New test case for single file download and publish Minor refactoring of Management interface test Issue-ID: DCAEGEN2-1313 Change-Id: I2436db42a5884a7d828dbefcf9678aa9cdf064e3 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
2019-03-19Fix CSIT add branch nameeh552t1-1/+1
Change-Id: Idaba53f843c27b133a33899867427f028d2fc03d Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-233
2019-03-14Adding Policy/drools-pdp CSIT "Alive" TestBilal A1-0/+208
Issue-ID: POLICY-1459 Signed-off-by: Bilal A <bilal@research.att.com> Change-Id: I2e33e18feaff5882eb45012ffab16f47f3153c41
2019-03-12Fix CLAMP CSIT APIs as model changedeh552t1-18/+1
Change-Id: I79378dc7fd3129e94ada00eaf5411a65e1d25fda Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-233
2019-02-21Container image minimizationSimon Hrabos2-2/+2
Changed python container images to python-alpine due to size reduction Change-Id: I8cd7a7d2661816e6f6cefa271667744838cfb376 Issue-ID: INT-877 Issue-ID: INT-876 Signed-off-by: Simon Hrabos <simon.hrabos@tieto.com>
2019-02-11Remove Deprecated VVP Web from IntegrationLovett, Trevor5-293/+0
In Dublin, the web components of VVP have been deprecated and will no longer be maintained. A command-line application will be retained, but no deployed version of the applicaiton will be maintained. Change-Id: I5c637675946a43752a9e0d5b90f81ea6efab8e8c Issue-ID: VVP-136 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2019-01-25Add DR suite that verifies security certseconwar3-0/+123
Change-Id: I75e28171bc5999e8e19f5ca9a236e0a1d17a5a38 Issue-ID: DMAAP-1004 Signed-off-by: econwar <conor.ward@est.tech>
2018-12-17Restart docker if mariadb fails to startjh73581-15/+49
Also modified script to use a different mechanism to get the host IP (copied from CSIT setup.sh), one that should work in developer VMs as well as in the Jenkins environment. Change-Id: Ide454ff827ebd90f55b699f16e5f7f6eb40bd1d1 Issue-ID: POLICY-885 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-11-28Update OOF version for HASRuoyu1-1/+1
Update version to 1.2.5-SNAPSHOT-latest Change-Id: Ieb19ae819b94c95f13cb30b873fb84b3907e7a10 Issue-ID: OPTFRA-401 Signed-off-by: Ruoyu <ruoyu.ying@intel.com>
2018-11-05Remove Busybox netcat check for music-dbDileep Ranganathan2-7/+3
Change-Id: I27d035145bdc1ef6f727ad92afc21f35ef3b2f21 Issue-ID: MUSIC-176 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-11-05Add snapshot version to the csit docker instancevrvarma1-2/+7
Change-Id: I749c541e0cad832c87f1a29a345d08535d9814a6 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-392
2018-11-02Update OOF version for OSDF and HASDileep Ranganathan2-2/+2
Update version to 1.2.4-SNAPSHOT-latest Change-Id: I5b96beee7e5c4635b6793b35757130267002efb8 Issue-ID: OPTFRA-384 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-11-02Merge "Fix AAF integration config"Gary Wu2-2/+20
2018-11-01Change Management Schedule Optimizationsv764t4-0/+153
Adding scripts and robot test suites for cmso as per CSIT procedure Fixing the start up scripts to use docker Removing .pyc files Fix copyright headers for the shell scripts Change-Id: I61492abd5d5060b5a773dec74320f2ecfc0fcbf5 Issue-ID: OPTFRA-382 Signed-off-by: sv764t <sv764t@att.com> Signed-off-by: vrvarma <vv8305@att.com>