diff options
author | Temoc Rodriguez <cr056n@att.com> | 2017-10-16 13:37:05 -0700 |
---|---|---|
committer | Temoc Rodriguez <cr056n@att.com> | 2017-10-17 12:44:36 -0700 |
commit | b715f669284012b1d25c183e73b550c4648abd1a (patch) | |
tree | 35ad4ae4968c70848d70b071ec5577059ab44174 /controlloop/common/guard/src/main/resources | |
parent | d5066ba5c2d15bcc9bf00b9a52a1ce54a43449af (diff) |
Fix operation history DB properties for Junits
Removed operation_history.properties / operations-history.properties.
Changed the properties in persistence.xml
so that it uses the correct values. Previously junit would never write
to db because the "guard.disabled" property was not set. Set this property.
Additionally the operationshistory10 table was trying to be created even
though it exists. These values work in junit code. Not tested on
rackspace yet.
Issue-ID: POLICY-345
Change-Id: Id755b3152ae6ac4991ea9c314154592ea0105070
Signed-off-by: Temoc Rodriguez <cr056n@att.com>
Diffstat (limited to 'controlloop/common/guard/src/main/resources')
-rw-r--r-- | controlloop/common/guard/src/main/resources/operation_history.properties | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/controlloop/common/guard/src/main/resources/operation_history.properties b/controlloop/common/guard/src/main/resources/operation_history.properties deleted file mode 100644 index 8c374a85b..000000000 --- a/controlloop/common/guard/src/main/resources/operation_history.properties +++ /dev/null @@ -1,26 +0,0 @@ -#/*- -# * ============LICENSE_START======================================================= -# * guard -# * ================================================================================ -# * 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========================================================= -# */ - -# -# Maria DB Operation History Credentials -# -javax.persistence.jdbc.user=root -javax.persistence.jdbc.password=aaaa -javax.persistence.jdbc.url=jdbc:mariadb://localhost:3306/policy |