aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/test/resources
diff options
context:
space:
mode:
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>2017-07-14 17:54:23 -0400
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>2017-07-14 17:55:33 -0400
commit18f815070b0a0f4b69b83f2d666b3505816fcfbe (patch)
treea99f06ecac064c5f285d9083837131b7c88d4e58 /aai-traversal/src/test/resources
parent5cebb70cce7a3371b21006369569998902e3adde (diff)
[AAI-50 Amsterdam] Add support for v11 version API
Update rest controller paths to include v11 remove unneeded test resources from traversal Update default api version for dmaap msgs Update version of aai core and schema for traversal update version in app props to v11 Change-Id: I8c96310de42679f95646dd456535404bd78290c7 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
Diffstat (limited to 'aai-traversal/src/test/resources')
-rw-r--r--aai-traversal/src/test/resources/test_aaiconfig.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-traversal/src/test/resources/test_aaiconfig.properties b/aai-traversal/src/test/resources/test_aaiconfig.properties
index 0af948a..926d3f8 100644
--- a/aai-traversal/src/test/resources/test_aaiconfig.properties
+++ b/aai-traversal/src/test/resources/test_aaiconfig.properties
@@ -41,7 +41,7 @@ aai.auth.cspcookies_on=false
aai.dbmodel.filename=ex5.json
aai.server.url.base=https://localhost:8446/aai/
-aai.server.url=https://localhost:8446/aai/v10/
+aai.server.url=https://localhost:8446/aai/v11/
aai.truststore.filename=aai_keystore
aai.truststore.passwd.x=
@@ -81,7 +81,7 @@ aai.rsync.options.list=-v|-t
aai.rsync.remote.user=aaiadmin
aai.rsync.enabled=y
-aai.notification.current.version=v10
+aai.notification.current.version=v11
aai.notificationEvent.default.status=UNPROCESSED
aai.notificationEvent.default.eventType=AAI-EVENT
aai.notificationEvent.default.domain=devINT1
@@ -92,6 +92,6 @@ aai.notificationEvent.default.version=v9
# This one lets us enable/disable resource-version checking on updates/deletes
aai.resourceversion.enableflag=true
aai.logging.maxStackTraceEntries=10
-aai.default.api.version=v10
+aai.default.api.version=v11