summaryrefslogtreecommitdiffstats
path: root/robot/resources/sdc_interface.robot
AgeCommit message (Collapse)AuthorFilesLines
2020-09-30Enhanced SDC Healthcheckdeswali071-0/+12
Issue-ID: SDC-3287 Change-Id: Ia12013fd56fdb3f4e4612e44add6deb8acaf027f Signed-off-by: deswali07 <biswajit.deswali@amdocs.com>
2020-09-25Synch csar download path for vCPEBrian Freeman1-3/+3
Issue-ID: INT-1637 Change-Id: Idd4e1b350e534c524870e1142e20bae0dce3a51c Signed-off-by: Brian Freeman <bf1936@att.com>
2020-06-24Some corrections for VLB CDSHany Abdelbaki1-1/+1
Issue-ID: TEST-247 Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com> Change-Id: Ib23970af35270bcc5ba6c76c7eaef98d967474e9
2020-05-20Updates for stability testingBrian Freeman1-1/+1
Issue-ID: INT-1598 Change-Id: Ic8bd8accd6add98a3f299e9e7db5fd7c6303d36f Signed-off-by: Brian Freeman <bf1936@att.com>
2020-04-15Support smaller than /16 onap_oam networkBrian Freeman1-3/+3
move csar storage to /share mount (/share/csar) if /tmp fills up robot is evicted from k8 host Issue-ID: INT-1527 Change-Id: I55645f425d44f992dc6ee6df08cf6547e9154ba9 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-04-14Fix chrome vid sslBrian Freeman1-1/+1
Adds insecure cert allowed to chrome browser setup INT-1513 , fixing a space character for CDS Set Input Parameter is also fixed Issue-ID: INT-680 Change-Id: I8f2305bead0829a92d48268f4529e34fa965a2f9 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-04-05Remove trailing spaces in robot scriptsmrichomme1-2/+1
warning raised when using robotframework-linter Issue-ID: INT-1478 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I8eb97ef9e3651c0d8f9de6647ebc917d1addf9d0 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-01ROBOT e2e test cases improvements for csar/zip tosca package validation in ↵Krzysztof Kuzmicki1-0/+1
VNFSDK and SDC Onbarding Issue-ID: INT-1240 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I87dd001822e2fe2f61a731167250eb56e724b606
2020-04-01Extend PnF registrate test cases for GR APIKrzysztof Kuzmicki1-9/+14
Issue-ID: INT-1477 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: If7ade6850bd59799d5445cebe27db5c948522e06
2020-03-10Add Wait Until for CertifyBrian Freeman1-7/+6
Issue-ID: INT-1326 Change-Id: I61078b300bb55b45b9a93e3684148efd685c4d73 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-03-05Update healthdist for new SDCBrian Freeman1-62/+5
Issue-ID: INT-1326 Change-Id: I6ef4b1f3e7eaaf032ff4891fbfe3b06ccf0b0e0a Signed-off-by: Brian Freeman <bf1936@att.com>
2019-12-06Reduce init durationBrian Freeman1-4/+5
Return if service_name already exists Issue-ID: INT-1397 Change-Id: I5d4da95501643d7fe21779e5f20aab26f05e873e Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-13Fix Demo Instantiate after GRA updateBrian Freeman1-1/+1
Issue-ID: INT-1345 Change-Id: I9b770a98d3b6dc82f0737872ff1fdc5e430703ec Signed-off-by: Brian Freeman <bf1936@att.com>
2019-10-15Update Blueprint Template namehanybaki1-1/+1
Issue-ID: TEST-224 Signed-off-by: hanybaki <habdelbaki.ext@orange.com> Change-Id: I387c88f918716db41d855b84c454f4e27599fec4
2019-10-07Fail on DISTRIBUTION_COMPLETE_ERRORBrian Freeman1-1/+1
Create Keyword for Download CSAR Issue-ID: INT-1314 Change-Id: I576093cea61fd5f77aafb6edd119c254b674a2fc Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-17add needed import and move cds to common folderDR695H1-1/+6
Issue-ID: TEST-214 Change-Id: I7356bd28230adbdd7e56f6488000da71719469d8 Signed-off-by: DR695H <dr695h@att.com>
2019-08-22sdc needs to do a json data loadsDR695H1-7/+8
Issue-ID: TEST-184 Change-Id: I10eadc66fa97d57b6985ce5b5dc5838d7a7ccd00 Signed-off-by: DR695H <dr695h@att.com>
2019-08-20Add SDC-DCAE-DS integration testkaihlavi1-13/+89
Add initial end-to-end SDC integration test case including SDC-DCAE-DS via APIs to create a catalog service with monitoring configuration as described under https://wiki.onap.org/display/DW/How+to+Create+a+Service+with+a+Monitoring+Configuration+using+SDC This test case is adjusted for onapci from csit/tests/sdc-dcae-d/dcaed/ Please note that this commit changes commonly used sdc_interface.robot and affects all distribution test cases Issue-ID: SDC-2480 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I8c7766d286f80431bfb8be60a8299ce98a4ae81f
2019-08-19updating the version.propertiesDR695H1-1/+1
Issue-ID: TEST-184 Change-Id: I10361747b883ae6eb899a74a2055761c64ee8def Signed-off-by: DR695H <dr695h@att.com>
2019-08-08remove one last sdc warningDR695H1-1/+1
and also updating chrome driver and docker Issue-ID: TEST-184 Change-Id: If730bdd5365ab1ded28a071ff8d8bb41f342fb84 Signed-off-by: DR695H <dr695h@att.com>
2019-08-06clean up warningsDR695H1-3/+3
Issue-ID: TEST-150 Change-Id: I5ea44cda77d2558c9afce9a4a60c4ed7da820eea Signed-off-by: DR695H <dr695h@att.com>
2019-08-04Add vLB_CDS distribution with CDS input parametersAbdelmuhaimen Seaudi1-11/+11
Issue-ID: TEST-180 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Iaab9daf59147b3cf1493bfea276f69fde04d2f97 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2019-08-02ROBOT test cases improvements for PnP PNF in El Alto releasekrzysztof kuzmicki1-23/+33
Issue-ID: INT-1179 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I7b840e4fa53c9058d74872cbaf3e1922651b7997
2019-07-29renaming openecomp to onapDR695H1-0/+994
Issue-ID: TEST-27 Change-Id: I8449025f1032719f04d0e283e12d9f9bc75542b7 Signed-off-by: DR695H <dr695h@att.com>