aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdc-dcae-d
AgeCommit message (Collapse)AuthorFilesLines
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>