aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2021-03-03Remove obsolete ccsdk-oran testsecaiyanlinux2-19/+0
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3199 Change-Id: I8dd1105fee2b9517e5da7ef8ac91b243d83c1b4b
2021-01-28Update csit for nonrtric guilin branchecaiyanlinux1-10/+4
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
2020-12-01Update oom-cert-service tests to take images from Guilin branchPiotr Marcinkiewicz2-2/+2
Issue-ID: OOM-2559 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I75e2cc61f34be516c333e4ca935069d6ba3dc9f5
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 "Modified to run both on guilin and master branch"Morgan Richomme1-2/+2
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 branchBjornMagnussonXA1-2/+2
Issue-ID: CCSDK-2861 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I49ba43e2c4a2c4e2c5738ed9b9f70e1d124e26b7
2020-10-12Merge "Make stand-alone Policy environment"Morgan Richomme1-2/+2
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 Hahn1-2/+2
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-09-30Fixing CSIT tests for vnfsdk-refrepo and vnfsdk-marketplace.Bartosz Gardziejewski1-0/+18
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-23Merge "[OOM-CMPv2] Rename truststoremerger->postprocessor"Krzysztof Kuzmicki35-65/+66
2020-09-23Merge "Adding basic E2E test for workflow designer"Morgan Richomme3-0/+157
2020-09-22[OOM-CMPv2] Rename truststoremerger->postprocessorJan Malkiewicz35-65/+66
Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I6c7fa3378c86dee4e1fe23e4840046b979d942ea
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-21[OOM-CMPv2] Refactor merger/copier CSITJan Malkiewicz2-31/+49
Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I3016c2f147862b92e9446392552879af20dddf3e
2020-09-18Merge "SDNC image added to policy managment CSIT"Paweł Wieczorek1-1/+8
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 CSITBjornMagnussonXA1-1/+8
Change-Id: I1913b81311dd44a24aca10d0b7668a88e23e6ab6 Issue-ID: CCSDK-2792 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I1a9f93975b55a80fa8e931ed18f6fc05d2a53262
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-14Merge "Fix DCAE VES Collector csits for latest schema mapping changes"Krzysztof Kuzmicki11-11/+11
2020-09-14CSIT Policy ManagementBjornMagnussonXA8-126/+18
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 changesegernug4-8/+8
Issue-ID: DCAEGEN2-2403 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I37234268ed475515f992b965870bf0843422a827
2020-09-09Fix DCAE VES Collector csits for latest schema mapping changesMichal Banka11-11/+11
Should be merged after: https://gerrit.onap.org/r/c/dcaegen2/collectors/ves/+/112424 Change-Id: I13b515bf33388a1db6a445ed7e5eb6e93d650462 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2264
2020-09-02Use models-examples in CSITsJim Hahn8-264/+8
Replaced tosca policies found in the test "data" directory with policies from models-examples. Also added the dmaap simulator to the pap CSIT to prevent the error log from filling with dmaap errors while trying to debug the CSIT. Issue-ID: POLICY-2813 Change-Id: I6bccffa41acd0fda0b945fe8e3cd6badde1ac4c1 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-08-26Merge "Add CSITs for Truststore Merger"Krzysztof Kuzmicki27-0/+346
2020-08-26Add CSITs for Truststore MergerJoanna Jeremicz27-0/+346
Issue-ID: DCAEGEN2-2253 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ie2d648108c99f4a1e61fe855f318078e6ffc0e21
2020-08-25Fix BBS-EP CSITmarcinrzepeckiwroc1-1/+1
Issue-ID: DCAEGEN2-2273 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I5282b676878e048e82bbc0f53df7b8fccc4cc97a
2020-08-20Add csit tests for stndDefined validation in VESMichal Banka9-51/+267
Change-Id: Ie49a4e2000fb8e15c1a392ddeded7ddba2673a96 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2264
2020-08-20Merge "Added csit tests for StndDefined disabled validation"Krzysztof Kuzmicki8-14/+137
2020-08-20Added csit tests for StndDefined disabled validationEdyta Krukowska8-14/+137
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I806648d8d746dc1b9e999b967ca28e66c43c6852
2020-08-20Merge "Add CSIT for son-handler"Morgan Richomme6-0/+184
2020-08-20Merge "Update to new tcagen2 policy type"Morgan Richomme11-28/+28
2020-08-20Update CSIT resources for VES 1.7.3 versionMichal Banka10-170/+229
Updated events to contain valid stndDefined fields. Updated collector.properties to actual fields names. Fixed typo. Change-Id: I3edb2ed0d6753330a8965580a23b83dde625b71c Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2254
2020-08-19Update to new tcagen2 policy typePamela Dragosh11-28/+28
Replacing deprecated tca policy type with new tcagen2 policy type. Issue-ID: POLICY-2772 Change-Id: Id53e61caf9675e0080274784870970c7ea2575f8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-08-18Add CSIT for son-handlerNiranjana6-0/+184
Issue-ID: DCAEGEN2-1433 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Id7ea296ebef70964f5e8b751969595320b49d00a
2020-08-17Merge "Refactor DMaaP simulator and add tests."Krzysztof Kuzmicki17-610/+490
2020-08-17Merge "StndDefined event routing"Krzysztof Kuzmicki1-13/+13
2020-08-13StndDefined event routingBogumil Zebek1-13/+13
- add tags - update error response Issue-ID: DCAEGEN2-1771 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I303c42de32a7267a7566e6e5e2be3733c32b1c15
2020-08-12[PMSH] Refactoring changes for pmsh csitsefiacor6-66/+17
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I6902b40e9618e0e1e67c4c2d2b8a3f45c585d46b Issue-ID: DCAEGEN2-2146
2020-08-12Merge "Move csits form aaf to oom"Krzysztof Kuzmicki22-62/+62
2020-08-12Move csits form aaf to oomPawel22-62/+62
create csit folder under oom move csits from aaf to oom reconfigure csits: remove aaf word, use new image Issue-ID: OOM-2526 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I7b1f010fe46420cb734c67133f038bdadffd5ecc
2020-08-12Refactor DMaaP simulator and add tests.Bartosz Gardziejewski17-610/+490
Issue-ID: DCAEGEN2-1771 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I65772f9cdaf546171941253abdf3977b41a3e50e
2020-08-11Resolved Intermittent failure issue in SDNC CSITajay_dp0014-13/+123
Issue-ID: INT-1679 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I022f6c3dd9c651bf21f3201340ccf1dbd0ad20c7