diff options
author | Arthur Martella <arthur.martella.1@att.com> | 2019-03-26 18:02:52 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2019-03-27 12:54:33 -0400 |
commit | dd2937cafd226068dbe518d0b706dc4e6fd164ee (patch) | |
tree | c3658ce8519b1b39ba48679c4350f29974be176e /mdbc-internal-benchmark/src/main/resources/mdbc.properties | |
parent | a40ee886c28bc28db1794792f1fb312b723d48fb (diff) |
Improve commit log and benchmarks
Attempting to reconcile Enrique's change at
https://gerrit.onap.org/r/#/c/82999/ with the current master.
Change-Id: Id669c267e89d185a18d4dfa9a24852ddefcd83eb
Issue-ID: MUSIC-369
Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
Diffstat (limited to 'mdbc-internal-benchmark/src/main/resources/mdbc.properties')
-rwxr-xr-x | mdbc-internal-benchmark/src/main/resources/mdbc.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mdbc-internal-benchmark/src/main/resources/mdbc.properties b/mdbc-internal-benchmark/src/main/resources/mdbc.properties new file mode 100755 index 0000000..73e8f77 --- /dev/null +++ b/mdbc-internal-benchmark/src/main/resources/mdbc.properties @@ -0,0 +1,13 @@ +# +# A list of all Mixins that should be checked by MDBC +# +MIXINS= \ + org.onap.music.mdbc.mixins.MySQLMixin \ + org.onap.music.mdbc.mixins.MusicMixin \ + org.onap.music.mdbc.mixins.Music2Mixin + +DEFAULT_DRIVERS=\ + org.h2.Driver \ + com.mysql.jdbc.Driver + +txdaemonsleeps=15
\ No newline at end of file |