aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdc-dcae-d/dcaed
AgeCommit message (Collapse)AuthorFilesLines
2020-03-23Finalize CSIT script regardless of setup successLasse Kaihlavirta1-1/+1
- run teardown and env info collection steps always on exit regardless of any potential failures in previous steps (particularly setup) - Note that this puts an implicit requirement on project-specific teardown scripts to be able to do their job even if some setup steps have failed! - add trivial sdc-dcae-d change to trigger CSIT verify job Issue-ID: TEST-231 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Iafd362602d3e8ae8c40eb0c73efae12d00a470c5
2020-03-23Use designer for all SDC operations in sdc-dcae-d CSITLasse Kaihlavirta2-37/+4
- Use designer (cs0008) user in all SDC operations - update sdc_interface.robot to Frankfurt level following testsuite/robot/resources/sdc_interface.robot Issue-ID: SDC-2827 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I6cf69a344a8d9205429a5371ccfe782247d0763b
2019-10-09Add support for https tests for SDC-DCAE-DPetr Ospalý2-2/+2
This commit introduces a new set of variables for sdc-dcae-d test in the same style as was for sdc tests. Some refactor had to be done to make it work and make it less copy-pasted. Issue-ID: SDC-2564 Change-Id: Ic0725dbc4643d0563594f28d2a772968e291f788 Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com>
2019-08-21Adjust SDC-DCAE-DS to integration test changeskaihlavi7-218/+213
Backport improvements made to corresponding integration test in https://gerrit.onap.org/r/#/c/testsuite/+/92864/ to CSIT Change-Id: Iadc7463b81a9860f1b625abdaff66a125b4a9c46 Issue-ID: SDC-2480 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-08-08Use ONAPLibrary.SDC in SDC-DCAE-DS communicationkaihlavi1-27/+6
Refactor SDC-DCAE-DS CSIT further by taking ONAPLibrary.SDC in use also for communications with SDC-DCAE-DS Issue-ID: TEST-186 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: Ib87ef5da180ebac9248734721c133aa834e43a1a
2019-08-01Take ONAPLibrary.SDC in use in DCAE-DS CSITkaihlavi1-46/+18
- Replace old SDC communication with new ONAPLibrary.SDC methods - Use ONAPLibrary also for Base64 encoding Issue-ID: TEST-186 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I8f1b0898508fe3117a542c7ee3254beba2e50bb6
2019-08-01Replace json_templater usagekaihlavi15-132/+122
Remove project-specific json_templater.robot file and adjust the tests to use ONAPLibrary.Templating instead following the example here: https://gerrit.onap.org/r/#/c/integration/csit/+/90264/ Issue-ID: TEST-181 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I29edbbbb054f100fdb92981cc4c1e44402d7cad7
2019-06-26Adjust DCAE-DS CSIT for Jenkins and to masterkaihlavi17-0/+2128
- 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>