aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-30ROBOT e2e test cases improvements for csar/zip tosca package validation in ↵Krzysztof Kuzmicki1-0/+53
VNFSDK and SDC Onbarding Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I58fbd642057650d76a65fdd4ba08f562acb44522
2020-03-27Adapt CLI healthcheck test for HTTPSmrichomme1-2/+2
CLI provided a new docker version fixing the security issue consisting in exposing HTTP public port The code of the associated healthcheck must be updated Issue-ID: INT-1501 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I0b66afa3d77be490ddf914d3a0cc3adae0636da0
2020-03-25Adapt NBI robot healthcheck to HTTPSmrichomme1-2/+2
Issue-ID: EXTAPI-415 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I9caaf093c56bf6a6b0d7564dca7485cec811cb22
2020-03-23Disable HTTP Port of portal-appstatta1-2/+2
Issue-ID: PORTAL-848 Change-Id: I59fc05e2af2ff9429046497bd841d7ae8d0c58e8 Signed-off-by: statta <statta@research.att.com>
2020-03-22Adapt SNDC robot test for HTTPSmrichomme1-3/+2
Change has been done in sdnc to exclude HTTP port Healthcheck test must follow Issue-ID: SDNC-1120 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I3a88f20a67ca7d018155c5682224988407a86a8e
2020-03-10Adapt Robot test for vnfsdk (move to HTTPS)mrichomme1-2/+2
Issue-ID: OJSI-154 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ie04b69feeeb8723e400899abd1360c90ae505d4f Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-03-05Removing http for DMaaP DRefiacor1-4/+4
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1400 Change-Id: Ifd0502283d4efe0c14aeb1e77bfa85779596cfec
2020-02-07Create INFO.yaml for testsuite/oommrichomme1-0/+90
same contributors than testsuite Issue-ID: INT-1386 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I37465c46dd5b025cf284157df4a12b140eb9d487
2020-02-03[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak5-8/+8
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Change-Id: I3384bf30c663764339b0b41527ca4eb7168f0d49 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-01-30Merge "Adjust ETE runner for security tests"Marco Platania2-0/+73
2020-01-21Move Storage access to RWOSylvain Desbureaux1-1/+1
Today when deploying Robot with OOM, the PersistentVolumeClaim needs the "ReadWriteMany" (or "RWX") capability. According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes), ReadWriteMany stands for "the volume can be mounted as read-write by many nodes". That means that a particular PVC needs to be read and written from many pods. That also means that your code takes that into account and do the work to avoid write at the same place at the same time. An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon and Google storage classes). Robot PVC is used only for one Robot instance. Thus we don't need RWX. Issue-ID: INT-1230 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I300e34a9d4be40b36153812d2a99c458cae6b2c9
2020-01-20Merge "Add ingress controler support to ROBOT"Daniel Rose2-0/+8
2020-01-17Update DCAE username and passwordrajendrajaiswal1-2/+2
Change-Id: I575be45bbbd2c53a897eac87f303e45cc2fce976 Issue-ID: INT-1375 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-12-11Merge "Use global storage templates for PVC"Daniel Rose2-10/+4
2019-12-11Merge "Add distributeVCPE"Daniel Rose1-0/+4
2019-12-11Add /etc/hostsBrian Freeman2-0/+15
Issue-ID: PORTAL-782 Change-Id: I8f7abd28c357cf6525c3368f38035a45126bf2ae Signed-off-by: Brian Freeman <bf1936@att.com>
2019-12-09Use global storage templates for PVCSylvain Desbureaux2-10/+4
OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie65e55bca92eb0ada674636f049ecb054b65c5da
2019-12-06Add distributeVCPEBrian Freeman1-0/+4
Issue-ID: INT-1397 Change-Id: I172fc986207a61c91b2dc9b1efa5c58bd689ea06 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-28Add ingress controler support to ROBOTLucjan Bryndza2-0/+8
Issue-ID: OOM-2186 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Id6b6f6d1a5d9ea83f73b914509098f7711a6418a
2019-11-27Merge "Add Inventory and Deployment Global property needed for Bulkpm"Daniel Rose1-1/+9
2019-11-27Add Inventory and Deployment Global property needed for Bulkpmrajendrajaiswal1-1/+9
Change-Id: I9839bc2937446f4062ae922f7d287b1150a1b224 Issue-ID: INT-1375 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-11-26Update MSB end point to httpsmrichomme1-2/+2
change protocol from http to https and port from 80 to 443 impacted healthcheck tests: msb, multicloud, vfc Issue-ID: VFC-1591 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I44d03d14df43b6e1df81b27da0ee455cc9045ce4
2019-11-25Adjust ETE runner for security testsPawel Wieczorek2-0/+73
This patch adds gathering data which cannot be easily obtained from within "robot" pod (without granting it access to "kubectl" tool and as a side effect - cluster modifications). It introduces dependency to python3 on operator's machine (to convert "kubectl" tool filtered output to JSON). Issue-ID: SECCOM-261 Change-Id: Ie5057f65f79337896191b51cfad1b3e06623f80b Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-11-08SO VNFM HTTPSBrian Freeman1-2/+2
Issue-ID: SO-2517 Change-Id: I86c59908271b6a0686162c127edd6eb256b3ce6b Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-05Revert VNFM httpsbdfreeman14211-1/+2
Issue-ID: OOM-2163 Change-Id: Ib5d07e2ddecbe8cdaf6d5e3ac7ae195cf6d33db4 Signed-off-by: bdfreeman1421 <bf1936@att.com>
2019-10-25Update to 1.5.4Brian Freeman1-1/+1
Issue-ID: TEST-216 Change-Id: Ia00b0ab26a47cfd3306ccc14f1f7950c54690144 Signed-off-by: Brian Freeman <bf1936@att.com> (cherry picked from commit 71d1a6e7ea4cdba97aed46c66921ab213b4588ff)
2019-10-10updating path to listener file for OVP testcasestark, steven1-2/+2
Issue-ID: VVP-328 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I37d92065d8eb569d2a42e23520f26ac7a573aceb
2019-09-18Add instantiate VLB CDS to Demo Robot ScriptAbdelmuhaimen Seaudi1-0/+8
Issue-ID: TEST-194 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Id7efda3b6e8c03a336005b317365e50fa97651f5
2019-09-17Merge "update to last release image for testsuite"Brian Freeman1-1/+1
2019-09-17update to last release image for testsuiteDR695H1-1/+1
Issue-ID: TEST-216 Change-Id: I6caadff3cbb6d167c364d380cd9d2a7ad760f127 Signed-off-by: DR695H <dr695h@att.com>
2019-09-13Merge "[INT] Add driver script for vnf lifecycle validation"Daniel Rose1-0/+150
2019-09-11[INT] Add driver script for vnf lifecycle validationstark, steven1-0/+150
This commit goes with commit https://gerrit.onap.org/r/c/testsuite/+/94485 Signed-off-by: stark, steven <steven.stark@att.com> Issue-ID: INT-1197 Change-Id: Idf4ae2dbe0fbfea13306a18441ca1426c3055e3e
2019-09-10HTTPS calls for sdck.kedron1-5/+5
Proper configuration for HTTPS for the sdc. Issue-ID: SDC-2548 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I92aa92ac323bf97664841fb0d3cf8da4189a2c97 (cherry picked from commit 2b3f953c2b2099539166e49bdd18f61d70e3ca68)
2019-08-22these are not used anywhere so removing to avoid confusionDR695H2-5/+0
Issue-ID: TEST-184 Change-Id: I227f0002f36a72e350f0008eef20661ee04c3e26 Signed-off-by: DR695H <dr695h@att.com>
2019-08-19moving endpoints for SO to propertiesDR695H1-6/+12
Issue-ID: INT-1205 Change-Id: If313f3919df3a19616e91fbac3f03a33a617baa1 Signed-off-by: DR695H <dr695h@att.com>
2019-08-19updating to latest releaseDR695H1-1/+1
Issue-ID: TEST-184 Change-Id: I2ed9c05b47e2d2c3d53811aa0bfcae7a7507f72f Signed-off-by: DR695H <dr695h@att.com>
2019-08-15Correction in added CDS entries (Gerrit: 93250)andreasgeissler1-1/+1
GLOBAL_CCSDK_CDS_AUTHENTICATION uses wrong username/password variable names Issue-ID: TEST-193 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: I108c510655b07e9d981af5cb894d75f0c358d0a7
2019-08-13INT-1200 demo-k8s.sh fixmarekpl1-1/+1
INT-1200 demo-k8s.sh fix Issue-ID: INT-1200 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: I73d75ed8edba1046fd58d7399e3fdce23ea2f77a
2019-08-12Add cds parameters needed for cds robot healthcheckAbdelmuhaimen Seaudi1-0/+9
Issue-ID: TEST-193 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I52274d02e917e9b0546a9f52808ec379c84889ab
2019-08-08Add tag for sdc-dcae-dkaihlavi1-1/+3
Add tag for sdc-dcae-d test case to instructions (the new test case with this tag comes in https://gerrit.onap.org/r/#/c/testsuite/+/92864 and these commits should be merged together) Issue-ID: SDC-2480 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: Ifeffb32bb3719dcc47c7b6a3ca8fad30f17873fc
2019-08-07Merge "hv-ves ete script added"Marco Platania8-21/+131
2019-08-06Add address and port for sdc-dcae-bekaihlavi1-0/+2
Add sdc-dcae-be endpoint information to enable integration tests towards SDC-DCAE-DS Issue-ID: SDC-2480 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I3bd99b4f0dbc33746524bf074409cf0e8ef46890 (cherry picked from commit 9dba0521c046f50d9744e7e2318e0cdce51c6345)
2019-08-06Close VID's plain text port 30238Ittay Stern1-2/+2
* Move robot's health-check to https * Expose 8080 on ClusterIP only Issue-ID: VID-496 Issue-ID: OJSI-119 Signed-off-by: Ittay Stern <ittay.stern@att.com> Change-Id: Ife12c8304a1ce9d65d3767b181de486351b767fb
2019-08-05hv-ves ete script addedmarekpl8-21/+131
hv-ves ete script added Issue-ID: DCAEGEN2-1226 Signed-off-by: marekpl <marek.pondel@nokia.com> Change-Id: I85f83152b305100d0f201dc8315865fdc598b1eb
2019-08-02property clean up addDR695H1-6/+8
Issue-ID: TEST-184 Change-Id: Ic4dd2cad5025d49da288ac272d66f6c9221d34dc Signed-off-by: DR695H <dr695h@att.com>
2019-08-02ROBOT test cases improvements for PnP PNF in El Alto releasekrzysztof kuzmicki1-0/+3
Issue-ID: INT-1179 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I6976867800e12b0dc3a145340db87e7bbfb4841f
2019-08-02combine properties fileDR695H5-122/+107
since all the props are set by helm there is no need for seperate parameters. This has the benefit of allowing global properties to use global injected (and vice versa) inside the property file Issue-ID: TEST-184 Change-Id: Ic011aa9173a6073a1c389b6d1ceef6235c4e40a1 Signed-off-by: DR695H <dr695h@att.com>
2019-08-02removing repeated vm propertiesDR695H1-105/+1
Issue-ID: TEST-184 Change-Id: I1882b80753f3efa7bd83f98496146e82d7700ebc Signed-off-by: DR695H <dr695h@att.com>
2019-08-02Merge "removing unused aai property"Marco Platania2-3/+4
2019-08-01Merge "makie 1.50 a release branch"Brian Freeman1-1/+1