diff options
author | 2017-09-21 19:29:05 +0000 | |
---|---|---|
committer | 2017-09-21 19:29:05 +0000 | |
commit | 1b6feb8d0ca8094a0b7a552f1e3907f206be2527 (patch) | |
tree | cb8cb1fb731f4345ec71fdf72dbd55a75e619e74 /POLICY-SDK-APP/src/test/resources/test.properties | |
parent | 79a9cadfca4bb99472bc36dcdfb3f8effb8a281e (diff) | |
parent | 92a628e50e3b64f0f382a467405a12cc345f58bf (diff) |
Merge "Added Junits for POLICY-SDK-APP"
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 |