aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-03-29Added CSIT for Macroflow with HEAT7.0.1guilinMD IRSHAD SHEIKH52-47/+4050
Issue-ID: SO-3533 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: Id23cd64850ffcdf165d4a5ea031d6778fd0011be
2021-03-19Updating image version and fixing testswaqas.ikram40-387/+974
Plus adding basic test for macroflow Change-Id: Ic21b833b5f466065bb2982783f564f515cab1444 Issue-ID: SO-3579 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-03-03Remove obsolete ccsdk-oran testsecaiyanlinux20-786/+0
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3199 Change-Id: I8dd1105fee2b9517e5da7ef8ac91b243d83c1b4b
2021-02-04Improve nonrtric CSITecaiyanlinux4-4/+4
Use guilin release version SDNC image 2.0.4 Increase waiting time for containers to be up and running Increase waiting time for synchronization between nonrtric and near-rt-ric Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3090 Change-Id: I81c8a4fe0ffa243a23c602193e47f0794a31d6fa
2021-01-28Update csit for nonrtric guilin branchecaiyanlinux21-525/+704
Use robot framework, remove dependency on O-RAN-SC repo Change-Id: I6f4da7cf2610fd56bb9d7e7f2fdea8a5b7e9489a Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3090
2021-01-08change defaultbranch value for guilin branchTaka Cho1-1/+1
defaultbranch value should be "gulin" in guilin branch for .gitreview file Issue-ID: INT-1825 Change-Id: Ic44373bc4f659569a792fb705d8331e7702a1c42 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-12-14Configure test script to use o-ran-sc cherry branchecaiyanlinux1-1/+1
Change-Id: I703228deb93cb2100f0d57f728d80cd3f3d63a99 Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3043
2020-12-01Update oom-cert-service tests to take images from Guilin branchPiotr Marcinkiewicz3-3/+3
Issue-ID: OOM-2559 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I75e2cc61f34be516c333e4ca935069d6ba3dc9f5
2020-11-19Fixing docker image pull rate issue in guilinBjornMagnussonXA4-151/+15
Also includes minor adaptations to changes in the test engine. Issue-ID: CCSDK-2996 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I32f032400445a8bf38be488d98a1316a46f66bfc
2020-11-16Work around docker rate limit in CSITsJim Hahn1-1/+1
CSITs are failing regularly due to download rate limits that were recently introduced on dockerhub. Modified the yaml to download mariadb from nexus3 instead of dockerhub. Issue-ID: POLICY-2895 Change-Id: I554a230d11533245a4fe987a2ac809ffc69affc7 Signed-off-by: Jim Hahn <jrh3@att.com> (cherry picked from commit dcbfd300fff186fca07092731bd0c3d3044c6731)
2020-10-16Merge "SO CSIT failing due to invalid syntax"Morgan Richomme1-37/+41
2020-10-16SO CSIT failing due to invalid syntaxMukeshKumar1-37/+41
Issue-ID: INT-1738 Change-Id: I988eb958a555d6445db6e09ab703ab59a70b72d2 Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-10-16Removing Invoke VNF Notification for SOL002 in CSIT due to expired certMukeshKumar1-9/+0
Issue-ID: INT-1729 Change-Id: I78a58a78f43c3fd0c85c88f74ca8d990fffffb98 Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-10-16Merge "Updated Certificates for SO CSIT integration-etsi-testing"Morgan Richomme15-72/+44
2020-10-16Updated Certificates for SO CSIT integration-etsi-testingajay_dp00115-72/+44
Issue-ID: INT-1671 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Id505c5ed35fad89ad048a0412e2eebb8cbf409c4
2020-10-16Merge "Modified to run both on guilin and master branch"Morgan Richomme6-17/+157
2020-10-15Add tests for schema which references to another schema fileEdyta Krukowska12-0/+3633
Issue-ID: DCAEGEN2-2466 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I6e78af2e218dc23516a94f70276c92cc90ab0cbd
2020-10-12Modified to run both on guilin and master branchBjornMagnussonXA6-17/+157
Issue-ID: CCSDK-2861 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I49ba43e2c4a2c4e2c5738ed9b9f70e1d124e26b7
2020-10-12Merge "Make stand-alone Policy environment"Morgan Richomme54-2157/+448
2020-10-08Update CSIT tests for vnfsdk CSAR validation.Bartosz Gardziejewski2-5/+26
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I226a205ccaeb06e92aa6f7327e01224304b07d34 Issue-ID: VNFSDK-697
2020-10-07Make stand-alone Policy environmentJim Hahn54-2157/+448
This is a first cut at making it possible to easily run Policy components within a stand-alone environment. Made the following changes: - enhanced wait_for_port.sh to accept a list of hosts/ports - enhanced wait_for_port.sh to accept an optional command to execute when the wait completes - consolidated all of the yml files into a single file - removed "extra" services from the yml so that a component and its dependents can be brought up in a single invocation - modified the component setup.sh With these changes, a developer can clone the csit repo, run detmVers.sh to set the docker image version env variables, and then bring up a component (and its dependents) using: docker-compose -f scripts/policy/docker-compose-all.yml up --detach <component> Note: this does not preload or deploy any policies; that must be done manually via curl. Modified to use new simulator docker image. Also fixed drools-apps CSIT broken due to disabling frankfurt controller. Also removed operational.Apex policy. The csar file used in policy-distribution test is also updated to reflect this change. Issue-ID: POLICY-2742 Change-Id: I412dbd5db9219ad2cdece9693f0b4b9fe7b2eb69 Signed-off-by: Jim Hahn <jrh3@att.com> Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2020-10-07Add test for csar validation get result using execution id.Bartosz Gardziejewski4-7/+52
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ie58b355f534d871b72f2b81efcf10d3a0e9cc662 Issue-ID: VNFSDK-659
2020-10-06Add test for csar validation in vnfsdk refrepo.Bartosz Gardziejewski3-10/+31
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ia4c3b58e5c614a947b1bf69eb9b5cd806b722568 Issue-ID: VNFSDK-659
2020-10-05Fix DCAE VES Collector csits for latest schema mapping changesMichal Banka10-11/+12
Adjusted schemaReference in events to match ones set there: https://gerrit.onap.org/r/c/dcaegen2/collectors/ves/+/113317 Change-Id: Ib29c418a578c32d970ec8e07564eed0134974491 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2462
2020-10-02Use the latest snapshotBogumil Zebek2-2/+2
Switch to latest tag. We always need to test the newest build, not concrete. Issue-ID: VNFSDK-651 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ib7fc407a7e6c31b287826b0c89b7a903a71ff93d
2020-09-30Fixing CSIT tests for vnfsdk-refrepo and vnfsdk-marketplace.Bartosz Gardziejewski13-173/+126
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I75e2181d2bb1c70c80ab6f4f51eb8190bec7faa7 Issue-ID: VNFSDK-659
2020-09-25[OOM-CMPv2] Refator names in oom-certservice-post-processor tests.Jan Malkiewicz4-73/+73
Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I6aa0bc0428724860b5538dc3e2d698e2023074e2
2020-09-24Merge "Update INFO.yaml"Pawe? Wieczorek1-19/+27
2020-09-23Update INFO.yamlmrichomme1-19/+27
Issue-ID: INT-1724 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I209461f2ee701311f02fe9286f3619bc4e2fb2db Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-09-23Merge "[OOM-CMPv2] Rename truststoremerger->postprocessor"Krzysztof Kuzmicki39-68/+70
2020-09-23Merge "Remove redundant image tagging"Bartek Grzybowski1-2/+0
2020-09-23Merge "Adding basic E2E test for workflow designer"Morgan Richomme11-6/+1609
2020-09-22[OOM-CMPv2] Rename truststoremerger->postprocessorJan Malkiewicz39-68/+70
Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I6c7fa3378c86dee4e1fe23e4840046b979d942ea
2020-09-22Remove redundant image taggingLasse Kaihlavirta1-2/+0
Issue-ID: CCSDK-2849 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I85918c0d45b0c26599aa541e03f31e6d573773dd
2020-09-21Introduce real Kesystore checkkjaniak4-22/+41
Previous implementation for keystores was just comapring zero elements with zero elements, since keystore doesnt contain any certs (just private keys). Small naming of keywords changes. Change-Id: If8002e44ef3ced9f2203b94178f9713acd81e561 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Issue-ID: DCAEGEN2-2253
2020-09-21Merge "[OOM-CMPv2] Refactor merger/copier CSIT"Marcin Przybysz3-31/+52
2020-09-21[OOM-CMPv2] Refactor merger/copier CSITJan Malkiewicz3-31/+52
Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I3016c2f147862b92e9446392552879af20dddf3e
2020-09-18Merge "Fix drools-apps master csit"Morgan Richomme1-1/+1
2020-09-18Merge "SDNC image added to policy managment CSIT"Paweł Wieczorek4-57/+132
2020-09-17Fix drools-apps master csitRam Krishna Verma1-1/+1
Base64 encoding of db passwrod has been removed from policy components. Hence, updating the custom pap config used for csit testing of drools-apps. Issue-ID: POLICY-2550 Change-Id: I159e3c81d6c8f7485037f1fc71a82249bfb393b7 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-09-17Add CSITs for Truststore Merger - Copier functionalitypwielebs10-0/+42
Negative scenarios: - KEYSTORE_SOURCE_PATHS points to file which does not exist - KEYSTORE_DESTINATION_PATHS is not present Positive scenarios: - Copier produce BAK file Issue-ID: DCAEGEN2-2253 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: Idd4c433b70b261ea96812874a7196ba236e5d586
2020-09-17SDNC image added to policy managment CSITBjornMagnussonXA4-57/+132
Change-Id: I1913b81311dd44a24aca10d0b7668a88e23e6ab6 Issue-ID: CCSDK-2792 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I1a9f93975b55a80fa8e931ed18f6fc05d2a53262
2020-09-15Merge "Fix exit code for missing envs"Marcin Przybysz2-26/+26
2020-09-15Remove ccsdk-odlsli-image downloadLasse Kaihlavirta1-3/+0
- there is no such image as ccsdk-odlsli-image, and the healthcheck does not need it to pass Issue-ID: CCSDK-2793 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I3ac16ea9829ae680e191af722b4bd556f4b22495
2020-09-15Fix exit code for missing envskjaniak2-26/+26
Also done rename of test env file paths. Change-Id: I303f788e35f8cccbc2a2675b51612734f8e8e276 Issue-ID: DCAEGEN2-2253 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-09-15Merge "Check that variables for exit actions are defined"Bartek Grzybowski1-8/+10
2020-09-14Merge "Fix DCAE VES Collector csits for latest schema mapping changes"Krzysztof Kuzmicki11-11/+11
2020-09-14Check that variables for exit actions are definedLasse Kaihlavirta1-8/+10
- Check that $WORKSPACE and $WORKDIR variables are defined before using them on exit actions to prevent inappropriate behaviour on early failures (such as non-existent plans directory) Issue-ID: INT-1721 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I9771aae634efdbd5c571ab9e05de7886d8a07993
2020-09-14CSIT Policy ManagementBjornMagnussonXA17-208/+528
CSIT test case using FTC1 and applicable ONAP images Change-Id: I7d3e382644f1b2e1de320931e24068976515cd4f Issue-ID: CCSDK-2700 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I0571b3eb857b0347963af2b982a7de79f0ea78da
2020-09-10Amend CSIT jobs for PMSH filter changesegernug6-14/+70
Issue-ID: DCAEGEN2-2403 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I37234268ed475515f992b965870bf0843422a827