diff options
author | rb7147 <rb7147@att.com> | 2017-09-21 13:51:10 -0400 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2017-09-21 14:33:50 -0400 |
commit | 92a628e50e3b64f0f382a467405a12cc345f58bf (patch) | |
tree | 5bb86a8af7f9311685f7daeddee90bbb0e5bfdea /POLICY-SDK-APP/src/test/resources/test.properties | |
parent | 94eaa7529fa3dd60eda311ac14da93b57f31f1e2 (diff) |
Added Junits for POLICY-SDK-APP
Issue-Id: POLICY-52
Change-Id: I439c95736f50fe9140e71cad5a598c5b5239161b
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'POLICY-SDK-APP/src/test/resources/test.properties')
-rw-r--r-- | POLICY-SDK-APP/src/test/resources/test.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/POLICY-SDK-APP/src/test/resources/test.properties b/POLICY-SDK-APP/src/test/resources/test.properties new file mode 100644 index 000000000..e882dfd20 --- /dev/null +++ b/POLICY-SDK-APP/src/test/resources/test.properties @@ -0,0 +1,21 @@ +### +# ============LICENSE_START======================================================= +# ONAP Policy Engine +# ================================================================================ +# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +### + +PDP_URL=http://localhost:8082/pdp/, testpdp, alpha456;http://localhost:8081/pdp/, testpdp, alpha456 |