summaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest/src/test/resources/forWiringTests
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-12-04 23:19:04 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2018-12-05 21:45:16 -0500
commit5948f878fa0ee735e81f1cf648d5d3bdb35048cd (patch)
tree25ed404de54a7bfe153eb135e74f1782198b3174 /aai-schema-ingest/src/test/resources/forWiringTests
parent8fb7aa6480d4d7becbbab5fcfabd6af3f57e7d74 (diff)
Update schema ingest library call schema service
Issue-ID: AAI-1994 Change-Id: Icc9910db0371eeb8289abd4381ae1936a281a5df Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema-ingest/src/test/resources/forWiringTests')
-rw-r--r--aai-schema-ingest/src/test/resources/forWiringTests/aai_oxm_v13.xml3
-rw-r--r--aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-ss-wiring-test.properties20
-rw-r--r--aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test-local-node.properties14
-rw-r--r--aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test-local.properties15
-rw-r--r--aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test.properties16
5 files changed, 64 insertions, 4 deletions
diff --git a/aai-schema-ingest/src/test/resources/forWiringTests/aai_oxm_v13.xml b/aai-schema-ingest/src/test/resources/forWiringTests/aai_oxm_v13.xml
index ec814118..1c862965 100644
--- a/aai-schema-ingest/src/test/resources/forWiringTests/aai_oxm_v13.xml
+++ b/aai-schema-ingest/src/test/resources/forWiringTests/aai_oxm_v13.xml
@@ -4627,4 +4627,5 @@
<xml-property name="container" value="evcs"/>
</xml-properties>
</java-type>
- </java-types>\n</xml-bindings>
+ </java-types>
+</xml-bindings>
diff --git a/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-ss-wiring-test.properties b/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-ss-wiring-test.properties
new file mode 100644
index 00000000..d27198da
--- /dev/null
+++ b/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-ss-wiring-test.properties
@@ -0,0 +1,20 @@
+schema.configuration.location=NA
+server.local.startpath=src/main/resources/
+schema.service.base.url=https://localhost:8452/aai/schema-service/v1/
+schema.service.nodes.endpoint=nodes?version=
+schema.service.edges.endpoint=edgerules?version=
+schema.service.versions.endpoint=versions
+#Remove the below once we remove dependencies on schema-version value
+schema.version.list=v8,v9,v10,v11,v12,v13,v14,v15
+schema.version.depth.start=v10
+schema.version.related.link.start=v10
+schema.version.app.root.start=v11
+schema.version.namespace.change.start=v11
+schema.version.edge.label.start=v12
+schema.version.api.default=v15
+schema.local=true
+mock.filename=mockrequests
+spring.application.name=aai
+schema.translator.list=schema-service
+schema.service.client=mock-no-auth
+
diff --git a/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test-local-node.properties b/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test-local-node.properties
new file mode 100644
index 00000000..5d1173d0
--- /dev/null
+++ b/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test-local-node.properties
@@ -0,0 +1,14 @@
+schema.configuration.location=NA
+schema.nodes.location=src/test/resources/oxm/
+schema.edges.location=src/test/resources/edgeRules/
+schema.version.list=v9,v10,v11,v12,v13,v14,v15
+schema.version.depth.start=v10
+schema.version.related.link.start=v10
+schema.version.app.root.start=v11
+schema.version.namespace.change.start=v11
+schema.version.edge.label.start=v12
+schema.version.api.default=v15
+server.local.startpath=src/main/resources/
+schema.local=true
+spring.application.name=aai
+schema.translator.list=config
diff --git a/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test-local.properties b/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test-local.properties
new file mode 100644
index 00000000..c213a558
--- /dev/null
+++ b/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test-local.properties
@@ -0,0 +1,15 @@
+schema.configuration.location=NA
+schema.nodes.location=src/test/resources/oxm/
+schema.edges.location=src/test/resources/edgeRules/
+schema.version.list=v8,v9,v10,v11,v12,v13,v14,v15
+schema.version.depth.start=v10
+schema.version.related.link.start=v10
+schema.version.app.root.start=v11
+schema.version.namespace.change.start=v11
+schema.version.edge.label.start=v12
+schema.version.api.default=v15
+server.local.startpath=src/main/resources/
+schema.local=true
+spring.application.name=aai
+schema.translator.list=config
+
diff --git a/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test.properties b/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test.properties
index 393b8f12..f372d06d 100644
--- a/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test.properties
+++ b/aai-schema-ingest/src/test/resources/forWiringTests/schema-ingest-wiring-test.properties
@@ -1,10 +1,20 @@
schema.configuration.location=NA
schema.nodes.location=src/test/resources/oxm/
schema.edges.location=src/test/resources/edgeRules/
-schema.version.list=v7,v8,v9,v10,v11,v12,v13,v14
-schema.version.depth.start=v9
+schema.version.list=v8,v9,v10,v11,v12,v13,v14,v15
+schema.version.depth.start=v10
schema.version.related.link.start=v10
schema.version.app.root.start=v11
schema.version.namespace.change.start=v11
schema.version.edge.label.start=v12
-schema.version.api.default=v14 \ No newline at end of file
+schema.version.api.default=v15
+server.local.startpath=src/main/resources/
+schema.service.base.url=https://localhost:8452/aai/schema-service/v1
+schema.service.nodes.endpoint=node-schema?version=
+schema.service.edges.endpoint=edgerules?version=
+schema.service.versions.endpoint=versions
+schema.local=false
+mock.filename=edgerequests
+spring.application.name=aai
+schema.translator.list=schema-service
+schema.service.client=mock-no-auth