aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorArthur Martella <arthur.martella.1@att.com>2018-10-29 10:35:33 -0400
committerArthur Martella <arthur.martella.1@att.com>2018-10-29 10:54:16 -0400
commit6b1bf7d48b3e0c0f775a1a13c082ee52cfda4756 (patch)
treee5b40786c5adb0f105168fecdb01932bab6e0dd2 /src/main/resources
parent00ec027873542607059360ae1c8f25d97621722e (diff)
Migrate MDBC code to org.onap.music
Patch set 2 now includes moving files in src/test/java Change-Id: Ic722bed9574f75d90b5b582247fec61084772cb8 Issue-ID: MUSIC-155 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/META-INF/services/java.sql.Driver2
-rwxr-xr-xsrc/main/resources/mdbc.properties10
-rw-r--r--src/main/resources/mdbc_driver.properties10
-rwxr-xr-xsrc/main/resources/tests.json6
4 files changed, 14 insertions, 14 deletions
diff --git a/src/main/resources/META-INF/services/java.sql.Driver b/src/main/resources/META-INF/services/java.sql.Driver
index 7228fe7..a135284 100755
--- a/src/main/resources/META-INF/services/java.sql.Driver
+++ b/src/main/resources/META-INF/services/java.sql.Driver
@@ -1 +1 @@
-com.att.research.mdbc.ProxyDriver
+org.onap.music.mdbc.ProxyDriver
diff --git a/src/main/resources/mdbc.properties b/src/main/resources/mdbc.properties
index f6e722c..3e207aa 100755
--- a/src/main/resources/mdbc.properties
+++ b/src/main/resources/mdbc.properties
@@ -2,11 +2,11 @@
# A list of all Mixins that should be checked by MDBC
#
MIXINS= \
- com.att.research.mdbc.mixins.H2Mixin \
- com.att.research.mdbc.mixins.H2ServerMixin \
- com.att.research.mdbc.mixins.MySQLMixin \
- com.att.research.mdbc.mixins.CassandraMixin \
- com.att.research.mdbc.mixins.Cassandra2Mixin
+ org.onap.music.mdbc.mixins.H2Mixin \
+ org.onap.music.mdbc.mixins.H2ServerMixin \
+ org.onap.music.mdbc.mixins.MySQLMixin \
+ org.onap.music.mdbc.mixins.CassandraMixin \
+ org.onap.music.mdbc.mixins.Cassandra2Mixin
critical.tables= \
TEST \ No newline at end of file
diff --git a/src/main/resources/mdbc_driver.properties b/src/main/resources/mdbc_driver.properties
index 1549d5f..487feb3 100644
--- a/src/main/resources/mdbc_driver.properties
+++ b/src/main/resources/mdbc_driver.properties
@@ -2,11 +2,11 @@
# A list of all Mixins that should be checked by MDBC
#
MIXINS= \
- com.att.research.mdbc.mixins.H2Mixin \
- com.att.research.mdbc.mixins.H2ServerMixin \
- com.att.research.mdbc.mixins.MySQLMixin \
- com.att.research.mdbc.mixins.CassandraMixin \
- com.att.research.mdbc.mixins.Cassandra2Mixin
+ org.onap.music.mdbc.mixins.H2Mixin \
+ org.onap.music.mdbc.mixins.H2ServerMixin \
+ org.onap.music.mdbc.mixins.MySQLMixin \
+ org.onap.music.mdbc.mixins.CassandraMixin \
+ org.onap.music.mdbc.mixins.Cassandra2Mixin
DEFAULT_DRIVERS=\
org.h2.Driver \
diff --git a/src/main/resources/tests.json b/src/main/resources/tests.json
index ac9221e..8df9f34 100755
--- a/src/main/resources/tests.json
+++ b/src/main/resources/tests.json
@@ -1,8 +1,8 @@
{
"tests": [
- "com.att.research.mdbc.tests.Test_Insert",
- "com.att.research.mdbc.tests.Test_Delete",
- "com.att.research.mdbc.tests.Test_Transactions"
+ "org.onap.music.mdbc.tests.Test_Insert",
+ "org.onap.music.mdbc.tests.Test_Delete",
+ "org.onap.music.mdbc.tests.Test_Transactions"
],
"configs": [
{