aboutsummaryrefslogtreecommitdiffstats
path: root/csit/clamp
AgeCommit message (Collapse)AuthorFilesLines
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 snapshotsliamfallon2-14/+14
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_Manchikanti3-166/+612
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_Manchikanti8-0/+481
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