aboutsummaryrefslogtreecommitdiffstats
path: root/csit/config/drools/custom/policy-truststore
AgeCommit message (Collapse)AuthorFilesLines
2022-09-13Convert CSIT tests to use HTTP rather than HTTPSliamfallon1-0/+0
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: I6f2a3ea672b757f27e47b09183fd4c3f33709135 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-07Fix CSITs in honolulu releaseliamfallon1-0/+0
Copy certs into Honolulu. Issue-ID: POLICY-4350 Change-Id: I4cd999d006fb0cb3a75f3ae8fb4368228ca96de5 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-07-15Update detmVers script for snapshotsliamfallon1-0/+0
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. CLAMP TOSCA Control Loop was not in Honolulu and the CLAMP CSITs ran separately in the CLAMP repo. We ported the CSITs over to the policy/docker repo in Istanbul. Therefore, we need to disable the CLAMP CSITs in policy/docker in honolulu Issue-ID: POLICY-4233 Change-Id: I83f0a6816942d5bfaef7c22fc69625f40ae74d23 Signed-off-by: liamfallon <liam.fallon@est.tech>