aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdc/nightly
AgeCommit message (Collapse)AuthorFilesLines
2021-05-12[CSIT] Fix SDC CSIT Run Errors/Warnings & Path Correctionmatthew-mcneilly1-2/+3
Use of old for loop syntax causing failure in SDC CSIT "Support for the old for loop syntax has been removed. Replace ': FOR' with 'FOR', end the loop with 'END', and remove escaping backslashes." Testplan.txt path pointing to sanity instead of uiSanity causing wrong testplan to be executed. Fix for sdc-helm-validator warning "Verify That Sdc Helm Validator Responds With Error For Chart Valid... [ WARN ] Keyword 'RequestsLibrary.Post Request' is deprecated. Please use `POST On Session` instead." Issue-ID: SDC-3573 Signed-off-by: matthew-mcneilly <matthew.mcneilly@est.tech> Change-Id: Idff668b05330eaf685ab519ee2a0d7cd4fed7ceb
2019-09-20Update sdc nightlyPetr Ospalý1-2/+2
It is basically the same as sanity test. Updated with the sanity changes and removed unused variable for robot. Nightly tends to fail in jenkins but there is no reason for it if sanity succeeds. When run manually it works fine. Issue-ID: SDC-2558 Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com> Change-Id: I174867d85e5979b879f4b7de926e193d1453763c
2018-09-27Move CSIT to integration/csit repoGary Wu2-0/+18
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>