diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-15 14:58:30 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-15 14:58:35 -0400 |
commit | bba5cd33bd251ca52bdf623e999943ee5cb23c88 (patch) | |
tree | e5f3b104b20e96e5a73b9c15d3f1676d0fd3e4b6 /aai-resources/src/test | |
parent | b90d904e7a04ced6ff880ef04cdf7e1327674412 (diff) |
[AAI-171 Amsterdam] Move rest db to aai-common
Change-Id: I70301abf0bee7157e851d6c866c90b38fc43c68a
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources/src/test')
-rw-r--r-- | aai-resources/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml | 2 | ||||
-rw-r--r-- | aai-resources/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v11.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/aai-resources/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml b/aai-resources/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml index 6177cdb..190fd73 100644 --- a/aai-resources/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml +++ b/aai-resources/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml @@ -3106,6 +3106,8 @@ </xml-properties> </java-type> + + <java-type name="Vnfcs"> <xml-properties> <xml-property name="description" value="virtual network components associated with a vserver from application controller." /> diff --git a/aai-resources/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v11.xml b/aai-resources/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v11.xml index 7aa4114..3721e4f 100644 --- a/aai-resources/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v11.xml +++ b/aai-resources/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v11.xml @@ -3145,6 +3145,8 @@ </xml-properties> </java-type> + + <java-type name="Vnfcs"> <xml-properties> <xml-property name="description" value="virtual network components associated with a vserver from application controller." /> |