summaryrefslogtreecommitdiffstats
path: root/test/csit/scripts/policy/script1.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27Move CSIT to integration/csit repoGary Wu1-174/+0
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I6777cd414e43dbf2bfa6215f7e50849e1a6a2e59 Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-12enable https for csit policy healthchecksJorge Hernandez1-2/+2
Change-Id: I7d799463be0297473b8e932c4f65f3be76846686 Signed-off-by: Jorge Hernandez <jh1730@att.com> Issue-ID: POLICY-1115 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-08-30Fix CSIT test failures in PolicyMichael Mokry1-1/+1
Modified the global policy url property to use https rather than http Added -k option to curl command for getConfig to avoid certificate error Change-Id: Iae57dd519a729dfe3c5bb715a88ee19253ff7a19 Issue-ID: INT-637 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-05-10Remove unnecessary docker nexus buildPamela Dragosh1-2/+0
We no longer build a nexus image but use a sonatype released image. So removing this command which fails. Issue-ID: POLICY-789 Change-Id: Idc177746a22beed4893337168331ddc7954c57c5 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-04-12Optimization Policy CSIT testsMichael Mokry1-1/+1
This CSIT tests requires an entry in the database. I modified the sql script in the PE packages. That commit should be merged in order for this to pass I had the wrong variable name for ${policy_name} in the template. I fixed this but I am not able to test locally so I cant be 100% sure this will resolve the issue I added fixes for the 2 failures. I think the createPolicy failed due to an invalid model but I see the model being inserted in the pap log. The only thing I can think of is that it does not like the camel case for hpaPolicy and the all caps for CSIT version so I just made these all lower case in the request template Change-Id: I59fe578c57ab927fe356071a5b4a28bd987fafd7 Issue-ID: POLICY-639 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-03-30Add additional logging to get more informationJorge Hernandez1-2/+15
Change-Id: Icbcdec738ba2266c83f5d9c4f0bc42285c42e6c7 Issue-ID: POLICY-709 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-03-16Update policy csit for new docker image namesmmis1-3/+3
Updated the policy csit script with the new policy docker image names onap/policy/policy-pe -> onap/policy-pe onap/policy/policy-drools -> onap/policy-drools onap/policy/policy/nexus -> onap/policy-nexus Issue-ID: POLICY-674 Change-Id: Ic72681c81fcd013706c0151dbd076beaa35ee917 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-03-06Update policy script for new image structuremmis1-9/+12
Policy docker image structure and the method for building them have changed and hence the script to build and deploy the images for the CSIT tests needs to be updated accordingly Issue-ID: POLICY-652 Change-Id: I2ecde1906c1baa74bbab20711ac521f9b0a5b5a8 Signed-off-by: mmis <michael.morris@ericsson.com>
2017-10-19Policy CSIT Payload changes from push-policies.shRAJU1-0/+1
Issue-Id: POLICY-337 Signed-off-by: RAJU <cr770w@att.com> Change-Id: I6efd732fea87c23483af32de9f6938e00f41a8ff
2017-10-10Reduce time spent waiting for spin upPamela Dragosh1-17/+32
The wait times are way too large. I've added similar script used in the docker images to wait for the port to open. Reduced overal time. Fixed API call to get Configs. Should be: ".*" not "*.*" Removed fake policy tests. Issue-ID: POLICY-299 Change-Id: I4076ef8935dd128f1e240202083ce5567e70a67b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-09-29Policy CSIT test files with latest changesma987d1-0/+127
Issue-Id: POLICY-77 Signed-off-by: ma987d <ma987d@att.com> Change-Id: I6704704b676c0c99817a61ca614e49ba980d79bd
2017-08-03[POLICY-142] policy starting testPamela Dragosh1-0/+17
Change-Id: I8debebb638b8cbdd03d6d5c89234770d43b3ae9b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>