commit | 110b8010a9363bd1f09c1ed67b2136ab68bdef6a | [log] [tgz] |
---|---|---|
author | Michael Mokry <michael.mokry@att.com> | Wed Jun 19 10:21:18 2019 -0500 |
committer | Michael Mokry <michael.mokry@att.com> | Thu Jun 20 13:14:11 2019 -0500 |
tree | dbd6c4adf4bcf11ef800ea27b02f3c21490b3ab5 | |
parent | 422fc737b0825d13bfd6a2acdd60226f61aab2c7 [diff] |
Create simple way to populate guard table Created a script that takes in the guard type as argument and executes the sql in a .sql file to insert data Made changes based on review comments: 1) Moved it all to the testsuite package 2) Modified the script to remove the guard type argument and replaced it with a parameter for the filename 3) added exit 1 where applicable 4) renamed sql file to be more general and avoid a specific use case. Change-Id: I89a2fa81153449b6716d9d215aa2af56748212b4 Issue-ID: POLICY-1786 Signed-off-by: Michael Mokry <michael.mokry@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy XACML PDP engine code.
To build it using Maven 3, run: mvn clean install