aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/policy
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27Move CSIT to integration/csit repoGary Wu30-773/+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-22Added CSIT test for policy distributionmmis1-0/+17
Issue-ID: POLICY-924 Change-Id: I2bd8d9eb748945567ef58ec620ef47885c0fc958 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-09-14SDNC Naming Policy CSIT testsMichael Mokry3-5/+69
Added CSIT tests for SDNC Naming VFW and VPG policies Change-Id: If0c70bbe0861105813fbf1b329edc0ff82e858a1 Issue-ID: POLICY-983 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-09-13Added apex-pdp csit testmmis2-0/+25
Added new test suite for policy apex-pdp Change-Id: Ifd1c7f4a7c10a0cc37799f933e1d16ac21fd6d48 Issue-ID: POLICY-1099 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-09-12enable https for csit policy healthchecksJorge Hernandez1-1/+1
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-2/+2
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-04-12Optimization Policy CSIT testsMichael Mokry3-1/+61
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>
2017-12-22Updates to fix failed testsMichael Mokry3-9/+12
Modified the templates with current modelName and version due to validation failures after new validation code was added to Policy Engine to provide more thorough validation from the API and stay in sync with Admin Console (GUI) input validations Change-Id: Ie7168279b8d5ef4f79309c20e33e4fc56b557a73 Issue-ID: POLICY-449 Signed-off-by: Michael Mokry <mm117s@att.com>
2017-10-19Policy CSIT Payload changes from push-policies.shRAJU8-14/+63
Issue-Id: POLICY-337 Signed-off-by: RAJU <cr770w@att.com> Change-Id: I6efd732fea87c23483af32de9f6938e00f41a8ff
2017-10-11Policy CSIT FilesRAJU1-6/+16
Issue-Id: POLICY-77 Change-Id: I1a0ee0bc1626d70c7a2be77a166cfa0e2e2e2c64 Signed-off-by: RAJU <cr770w@att.com>
2017-10-10Reduce time spent waiting for spin upPamela Dragosh1-30/+0
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-10-05Policy CSIT FilesRAJU5-16/+61
Issue-Id: POLICY-77 Signed-off-by: RAJU <cr770w@att.com> Change-Id: Ib957acf286b51ae17dc48ff8d4d336f7c5f91d59
2017-09-29Policy CSIT test files with latest changesma987d15-0/+498
Issue-Id: POLICY-77 Signed-off-by: ma987d <ma987d@att.com> Change-Id: I6704704b676c0c99817a61ca614e49ba980d79bd
2017-08-03[POLICY-142] policy starting testPamela Dragosh2-0/+32
Change-Id: I8debebb638b8cbdd03d6d5c89234770d43b3ae9b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>