summaryrefslogtreecommitdiffstats
path: root/csit
AgeCommit message (Collapse)AuthorFilesLines
2021-05-21Remove csit folder from policy/drools-appsRam Krishna Verma9-417/+0
The csit test files for all repos have been consolidated in policy/docker to maintain them at single place and allow us to trigger verify jobs in gerrit reviews. Issue-ID: POLICY-3257 Change-Id: I98e34906398d9e6fc239a319aea9a2ef72042890 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca> (cherry picked from commit c7bf8c313d5e17f78bfbbcbccd1c6d13bd4caf16) Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-05-13change csits robots to expect 0 factsjhh1-1/+1
Issue-ID: POLICY-3257 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Iaa68cff957c1e91fc5e6bf63c60d4012a34551f5
2021-05-13Fix drools-applications csit test casesRam Krishna Verma1-2/+5
In the recent runs, it was found that controller might take fews more seconds to come up and get reported by the telemetry api. So, increasing the "max" wait time for the test cases to 1 min. And it won't slow down the tests as the check will be made every 15 sec to verify if the assertions are passing. The moment they pass, it will move on. Issue-ID: POLICY-3257 Change-Id: If29738cae60a6a21da11fa7a6045b4279012b82e Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca> (cherry picked from commit d9716d4fd3f3c5babd22307883a1620e9a65b68e)
2021-05-10Refactor policy/drools-applications csit testsRam Krishna Verma1-86/+35
* Removed the deprecated methods. * Removed duplicated code. * Created method hierarchy to improve the readability. * Fixed the assertions on 1 test. Issue-ID: POLICY-3257 Change-Id: Icd79ff9665570bb8deab2ad76735f0c5f000db6a Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca> (cherry picked from commit e5c469a5edae03ebddcfdf7af04d2f949c7352bc)
2021-03-08move test data json files to drools-appsTaka Cho7-5/+110
refactor robot file and move testdata json from under csit/tests/data Issue-ID: POLICY-2895 Change-Id: Id6bac948963349af644afe77d5ed7adcf7687095 Signed-off-by: Taka Cho <takamune.cho@att.com>
2021-03-05wrong path on setup.sh for csit - drools-appsTaka Cho1-2/+2
found another wrong path Issue-ID: POLICY-2895 Change-Id: Ia37ec891ba5c96b0876394b02f0a13078446100f Signed-off-by: Taka Cho <takamune.cho@att.com>
2021-03-05modify filename and path for csit : drools_appsTaka Cho2-2/+2
after doing a test in jenkins sandbox found some errors have to be fixed. Issue-ID: POLICY-2895 Change-Id: I3764140f3787ae59fa558a0ad3ede997c955bb2a Signed-off-by: Taka Cho <takamune.cho@att.com>
2021-02-26move drools-apps csit to project levelTaka Cho4-0/+360
move tests/plans from csit repot to drools-apps repo Issue-ID: POLICY-2895 Change-Id: Id57d9565e083ac4af2bcb73ab3683bba9e6afa66 Signed-off-by: Taka Cho <takamune.cho@att.com>