aboutsummaryrefslogtreecommitdiffstats
path: root/csit/clamp/plans
AgeCommit message (Collapse)AuthorFilesLines
2023-03-23Remove clamp robot tests from Istanbulrameshiyer272-48/+2
Clamp control loop tests in Istanbul are not relevant anymore Added dummy script to generate result files for k8s CSIT Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I655701c654df9b19bf137e4b35fbe13cce98bd9c
2022-09-13Convert CSIT tests to use HTTP rather than HTTPSliamfallon1-2/+5
This commit converts the CSITs from HTTPS to HTTP. It also does some refactoring and tidying up on the CSIT environment. Issue-ID: POLICY-4338 Change-Id: I02afa5c7a585470fa0bda521e97bf1cdcf6a95c2 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-07-11Make CSIT scripts locally executableliamfallon2-0/+0
The CSIT scripts do not have their executable flags set, this change makes the scripts locally executable. Issue-ID: POLICY-4233 Change-Id: I3865a4122546a7dc79f46349e30bbad23bbb4247 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-07-08Update detmVers script for snapshotsliamfallon1-4/+4
The current script assumes that snapshot versions are always available. However the Linux Foundation has now implemented a policy of deleting snapshots on no-master branches that are older than a certain age. THis breaks our CSITs. THis updated script copes with this by checking if a snapshot is avaialable and, if the snapshot is not available, the script falls back to the released version. This script will be needed on other branches besides master as well. Issue-ID: POLICY-4233 Change-Id: Ie80756eb1d3abceb31ed3f697f1ebc9643cea51e Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-09-30Add http and k8s participant to CSITSirisha_Manchikanti1-7/+10
Add HTTP and Kubernetes participant to policy/docker/csit Issue-ID: POLICY-3413 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Id87dca9ba6487b2f12e9d036136ea553d2b67a23
2021-06-22Add CSIT for clamp controlloopSirisha_Manchikanti3-0/+80
Add CSIT testcases, scripts and a seperate docker-compose file for integration testing between controlloop components, this involves integration between Mariadb, Dmaap, ControlLoop-Runtime, Policy-Participant, Policy-API and DCAE-Participant docker images. Issue-ID: POLICY-3217 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Id7cb1451afc4331b4ed1ad1ac6c2528a747eaaa0