aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests
AgeCommit message (Collapse)AuthorFilesLines
2021-04-19Add service design UI flowsaribeiro12-19/+450
Issue-ID: SDC-3558 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I705c38e0b83fdc8f233139c9e06227f5ec251360
2021-04-12Improve ETSI NS UI testandre.schmid29-234/+819
- import a ETSI VNF that has the tosca.capabilities.nfv.VirtualLinkable requirement; - externalize the tosca.capabilities.nfv.VirtualLinkable requirement and certify the imported ETSI VNF; - on the created ETSI NS Service (already existing flow), adds two instances of the imported ETSI VNF and a NsVirtualLink; - create a relationship between the two ETSI VNF to the NsVirtualLink, through the tosca.capabilities.nfv.VirtualLinkable requirement/ capability; - checks for the new nodes and relationship in the generated ETSI NS package. Change-Id: I57fa3079f473c7afcb7569941f870233ce7bdcca Issue-ID: SDC-3550 Signed-off-by: André Schmid <andre.schmid@est.tech>
2021-04-12Fix NSD propertiesMichaelMorris1-0/+1
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3545 Change-Id: I090bdcc85e85f1ec86851de3f957ad2ccd148ed5
2021-04-06Add ETSI VNF/CNF distribution flowaribeiro16-87/+302
Issue-ID: SDC-3538 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Signed-off-by: André Schmid <andre.schmid@est.tech> Change-Id: I34198e25919c77903300ef4e3cac04f52b844f93
2021-04-06Add Create Service Substituition Filter Intergration Testdavsad10-8/+487
Issue-ID: SDC-3543 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: Id6aabc02e36f199ee9106ec1fb145b57c8493c88
2021-04-06Handle intermittent RemoteWebDriver errorvasraz1-3/+8
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ibf5518fbaa3a2c78f2403664083320bf7fa91599 Issue-ID: SDC-3542
2021-04-01Add 'Import VFC' TC to suite (onapUiSanity.xml)vasraz6-16/+15
Change-Id: I8d6c8fe66aaf5231e981b27e0fd1a157220d574d Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3531
2021-03-25Implement 'Import VFC' UI testvasraz20-81/+590
Change-Id: I1eb9c5f458f3861d21e37e0b5d0e2ef63862e97b Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3531
2021-03-24Skip swagger in fast build profilevasraz1-26/+58
Add configuration to skip swagger in 'fast-build' profile Change-Id: I737e3df89d0b15391616ccbce9da4b3ecdd7ed67 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3525
2021-03-24Add new ui integration test flowaribeiro22-25/+819
New flows for onboarding VNF`s and CNF`s, download and verify if the onboarded package is present Issue-ID: SDC-3507 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ie53c9ef4ef739d72fa78d3e14511d4107ee7a12a
2021-03-22Add Composition Page and create resource page/flowandre.schmid27-80/+1372
Add UI Tests Composition Page, and create resource page and flow Change-Id: I004a2e8123df669e7318eca7feb58f8b1210dd65 Issue-ID: SDC-3523, SDC-3524 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-03-22Update Master to IstambulChrisC1-1/+1
Set version 1.9.0 to ensure no clash of dockers when H branch stage jobs are going to produce stage dockers Issue-ID: SDC-3527 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I008a90101d89bbd50fae98cc7ce5caae1958059b
2021-03-18Update integration UI tests selenium imageandre.schmid6-16/+20
The integration UI tests were using a very old selenium image "selenium/standalone-firefox:2.53.1" (from 4 years ago), which was bringing problems related with outdated version of firefox/selenium standalone. Fixes broken tests after the update. Updates also the gecko driver to the 0.29.0 version. Change-Id: I1f7ad17c649e4015cde5c1932f9da08e36ca0aec Issue-ID: SDC-3516 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-03-18Remove wait for welcome screen in UI testsandre.schmid1-14/+9
Remove unnecessary wait for the welcome screen after the login. The welcome screen doesn't exist anymore. Change-Id: Iddd57016fbb2a890029cd24b18a5fadc3c5ddb3d Issue-ID: SDC-3522 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-03-17Update SDC versionChrisC1-1/+1
Prepare for RC1 build for H release Issue-ID: SDC-3479 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I91ce37170a98d17b71cd30ff9a43ec5fe63b8cad
2021-03-16Remove unused dcae-be healthcheckChrisC1-3/+0
Remove DCAE-DS backend Healthchecks that are noisy in the logs DCAE-DS was sunset in G release Issue-ID: SDC-3514 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Iad9d6738ec813be9b87766ed189deda34e711ab1
2021-03-11Restrict XpathSelector's visibilityvasraz16-283/+150
Change-Id: Ie2fc1a038240966df3666225b7712ca5b7593254 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3503
2021-03-10Remove redundant codevasraz38-210/+5
Change-Id: I51382491b6633a49eb5e534439ee3258447c5bfe Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3503
2021-03-10Add ETSI 2.5.1 Network Service design UI Testandre.schmid35-191/+1564
Change-Id: I3b008020601c2e5ecdcc3de594fc40d692b2cd8d Issue-ID: SDC-3498 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-03-04Update to 1.8.31.8.3ChrisC1-1/+1
Update Version to prepare for release Issue-ID: SDC-3464 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ie23d18d3124ec8cf8edb77a468538c8548a11375
2021-03-03Add negative integration test cases for helm package onboardingRemigiusz Janeczek7-3/+53
Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I76d372b9556c31af77e8f770b996398aec0145df
2021-02-26Update guava versionandre.schmid1-10/+10
Change-Id: I5b233162a180a29d9c7ba79fb0fa480f8f0e0da9 Issue-ID: SDC-3491 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-02-25Update version to 1.8.21.8.2ChrisC1-1/+1
Update SDC poms to 1.8.2 to prepare for release Issue-ID: SDC-3464 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I4a82d521dc8ec80b65082a12a1bc43598ae37e25
2021-02-25Add UI/Rest sanity checks for helm package onboardingRemigiusz Janeczek10-3/+54
Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I17f19987c76647b448a409fda6b4a85e058d9612
2021-02-22Fix locally failing TCs in catalog-bevasraz1-0/+4
Migrate to Junit 5 TCs that extends JerseyTest Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I4c81e70836ee5e634291d74cd1773d221dce3702 Issue-ID: SDC-3377 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2021-02-21ETSI SOL007 3.3.1 package security option 2andre.schmid4-1/+56
Change-Id: I4e021c517449e6ddf11571c02d0b4bdbc93e7c1e Issue-ID: SDC-2614 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2021-02-20Add validation of manifest for helm packages.Jan Malkiewicz2-0/+0
For ONAP native zip packages added validation of manifest file. HELM package is only valid if: * isBase flag is set to 'true' for exactly one helm entry * isBase flag is present for all helm entries Zip package is considered to be a helm package if it contains HELM entries but does not contain any HEAT entries (however it may contains entries of other types). Refactored method OnboardingPackageProcessor.processPackage(): * simplified logic * enhanced exception handling Issue-ID: SDC-3185 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ica3b1f1504ce4fc3a671c4b8fa8de2bf0236bd77
2021-02-03Introduce a new profile for second verify jobsebdet1-0/+9
This is a new profile for jenkins so that the second verify job can be executed in parallel (all the integration tests) Issue-ID: SDC-3465 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I903f9731a5479c78ad8000dbf050ddf72311b5c9
2021-01-30Update project version 1.8.0 -> 1.8.11.8.1Joanna Jeremicz1-1/+1
Version updated due to minor feature, introduced recently: Trim inputs in Property assignment Issue-ID: SDC-3390 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>, ChrisC <christophe.closset@intl.att.com> Change-Id: I35c8d5228278ce29b4134e649aae0eb220fe63ab
2021-01-22Remove vulnerable log4j dependencyvasraz3-35/+34
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3310 Change-Id: I1c31ab30efa7a3d03a08f512024a3967ce024237
2021-01-20Add handling of individual artifact signature in manifest file.Bartosz Gardziejewski3-3/+41
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Issue-ID: SDC-3397 Change-Id: I0082571a874721998a07aef3ea845de76483d9c7
2021-01-19Add basic auth headerxuegao1-1/+1
Add basic auth header for sdc-backend-init python scripts. Issue-ID: OJSI-273 Signed-off-by: xuegao <xue.gao@intl.att.com> Change-Id: I3559d5792509db0f65b202a731545083c7c91c96 Signed-off-by: xuegao <xue.gao@intl.att.com>
2021-01-04Add PM_Dictionary artifact type for VNF/CNF packagesAdam Wudzinski2-0/+0
Issue-ID: SDC-3390 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I4726a786c1fd466b71c4fd1f55cec6ab0598bab3
2020-12-17Integration tests for validating PM_Dictionary.Maciej Malewski8-0/+224
Checking compliance content of the PM_Dictionary file against it's schema. Issue-ID: SDC-3390 Change-Id: I8e20f977c7d6838005bc84fc6c7c8ab197152a53 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
2020-12-03[SDC] Validate PMDictionary content in Deployment artifacts tabAdam Wudzinski1-0/+6
Validate PMDictionary file content when adding or updating PMDictionary in Deployment artifacts tab. Fix dependencies conflict. Issue-ID: SDC-3390 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I6f6bb196ef061419a309a8ded5fdbe116982a037
2020-11-17Fix import VFC with attributesaribeiro1-2/+2
Fix import VFC with default attribute value Fix Update, create and delete attribute action Make attribute definition tosca compliant Issue-ID: SDC-3381 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: Ibbd36b105b8c86d1e750f3b6d55752d63fe6530e
2020-11-05Update master to HonoluluChrisC1-1/+1
Update pom to 1.8 so that staging images are created for H release Issue-ID: SDC-3349 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ied353406c6ff40a43e7176f0c5b42408d7f4dd56
2020-10-30Remove the Log4j 1.2.15sebdet1-0/+6
Remove the log4j 1.2.15 brought by Sigar library + update ESAPI to support slf4J instead of log4j Issue-ID: SDC-3310 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I63cee67d113f51dbe82a64c69629c62b47918103 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-10-26Fix broken local build1.7.2vasraz1-1/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3333 Change-Id: Ia246d909488517b037c01c9e0907d910b31e9db6
2020-10-23Remove sdc-tosca-parser dependencyvasraz1-2/+9
Change-Id: I762b7a1098505312486d690902f2f10108a601ff Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3317
2020-10-20Increase timeout for Selenium testssebdet2-2/+2
Increase 2 timeouts that seems to give issue on the LF infra. Issue-ID: SDC-3324 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ibc7a9275c1fba7af35bfbf0b39101f2d9f540871
2020-10-20Upgrade to 1.7.2sebdet1-1/+1
Prepare for release 1.7.2 Issue-ID: SDC-3323 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ie36a6fd164eefd776cc90b0c5d9527993e87cc02
2020-10-08Update READMEsebdet1-0/+1
Update the README with new way of working with the integration-tests + add log of the onboard BE in /tmp/sdc-integration-tests + removal old files Issue-ID: SDC-3309 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I11098e63e3ca31d1310718b3e0ac07e54a76c882 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-10-03sdc changes for identifying helm package as a vfmSithara Nambiar1-0/+0
Issue-ID: REQ-341 Signed-off-by: Sithara Nambiar <sitharav.aredath@huawei.com> Change-Id: Ide4736655c01dd25dae5afe1207a292a6bcd6951
2020-09-25Standardize docker tagging1.7.1sebdet1-2/+1
Standardize the docker tagging in all maven modules Issue-ID: SDC-3300 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Id43cbd8efea119d4acf7280b75c30a0275ec3242 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-09-18Introduce a new docker for be pluginssebdet1-3/+3
Introduce a new docker image containing the etsi plugin and potentially others + simplify the process to build backend image + cleaning of unused files Issue-ID: SDC-3289 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I82c770b391d169bef3bcc5f5af66e2a24dffb1b4 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-09-10Update sdc start to mount catalog-be pluginsandre.schmid1-0/+21
Change-Id: Ic1a0a8b01f1ef4ac23829431bbab7a7e10836ae6 Issue-ID: SDC-3252 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2020-09-09Create / Update Entitlement Pool - Support Type FieldJulienBe1-6/+0
Setting Universal as the default EntitlementPoolType if none is provided to the api Issue-ID: SDC-2820 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com> Change-Id: I64f90e37f8969488f7453aa53543b566281f2a37
2020-09-08Upgrade to java 11sebdet1-12/+6
MOve SDC to Java 11, this is one of the PR to move to Jdk 11, jenkins will have to be changed as well Issue-ID: SDC-2725 Change-Id: I85f13f14ba8004f6e9656093a837465a2e4af3e1 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Signed-off-by: xuegao <xg353y@intl.att.com> Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-09-07Upgrade Vulnerable Direct Dependencies [many]amohamad1-0/+6
Issue-ID: SDC-3051 Upgrade ONLY Maven Dependencies in pom.xml (sdc-main) Upgrade Netty-all 4.1.36.final to 4.1.48.final Upgrade togglz-console 2.4.1.final to 2.6.1.final Upgrade commons-beanutils 1.9.3 to 1.9.4 Upgrade testng 6.x to 7.2.0 Change-Id: Ieffbeba96c0bc5dfba1f3f5371339286d94a3a3b Signed-off-by: amohamad <a.mohamad@queensu.ca> Signed-off-by: sebdet <sebastien.determe@intl.att.com>