From 1767960099ea2983eef5218b8ce44b167ae0774c Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 28 Sep 2017 12:43:08 -0400 Subject: Change openecomp to onap and update license Issue-ID: AAI-61 AAI-82 Change-Id: Iae98d4bf4c693c0a3203158bff98c3c5e739f453 Signed-off-by: Venkata Harish K Kajur --- .../etc/appprops/aaiconfig.properties | 16 +- .../etc/appprops/titan-cached.properties | 22 + .../etc/appprops/titan-realtime.properties | 22 + .../bundleconfig-local/etc/oxm/aai_oxm_v10.xml | 37 +- .../bundleconfig-local/etc/oxm/aai_oxm_v11.xml | 37 +- .../bundleconfig-local/etc/oxm/aai_oxm_v2.xml | 37 +- .../bundleconfig-local/etc/oxm/aai_oxm_v8.xml | 37 +- .../bundleconfig-local/etc/oxm/aai_oxm_v9.xml | 41 +- aai-core/src/test/resources/logback.xml | 45 +- .../openecomp/aai/introspection/aai_oxm_v10.xml | 629 +++++++++++---------- .../org/openecomp/aai/introspection/aai_oxm_v8.xml | 371 ++++++------ .../org/openecomp/aai/introspection/aai_oxm_v9.xml | 69 +-- 12 files changed, 721 insertions(+), 642 deletions(-) (limited to 'aai-core/src/test/resources') diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/aaiconfig.properties index 9532c7c1..3da02475 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -1,22 +1,24 @@ -### +# # ============LICENSE_START======================================================= -# org.openecomp.aai +# org.onap.aai # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# +# +# http://www.apache.org/licenses/LICENSE-2.0 +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= -### +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# aai.server.url.base=https://baseurl:8443/aai/ aai.resourceversion.enableflag=true diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties index 2afe2234..84f56d1c 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties +++ b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + query.fast-property=true # the following parameters are not reloaded automatically and require a manual bounce storage.backend=inmemory diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties index 9c5c0299..3ee65306 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties +++ b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + query.fast-property=true # the following parameters are not reloaded automatically and require a manual bounce storage.backend=inmemory diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v10.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v10.xml index 2d09ff0f..d3c46600 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v10.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v10.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml index 7daf12ab..ecbfefb8 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v2.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v2.xml index c3b30b45..eba7c4b9 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v2.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v2.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v8.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v8.xml index b5a64c87..7474362f 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v8.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v8.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v9.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v9.xml index f53bd860..bfd67319 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v9.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v9.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> @@ -4247,7 +4250,7 @@ - + @@ -4277,7 +4280,7 @@ - + diff --git a/aai-core/src/test/resources/logback.xml b/aai-core/src/test/resources/logback.xml index d9627b22..959ef63f 100644 --- a/aai-core/src/test/resources/logback.xml +++ b/aai-core/src/test/resources/logback.xml @@ -1,21 +1,26 @@ + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> ${module.ajsc.namespace.name} @@ -270,12 +275,12 @@ --> - + diff --git a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v10.xml b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v10.xml index 728e4b43..818128eb 100644 --- a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v10.xml +++ b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v10.xml @@ -1,23 +1,28 @@ - - + + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -25,14 +30,14 @@ - - - - - - - - + + + + + + + + @@ -42,24 +47,24 @@ - - - - + + + + - + - + @@ -68,8 +73,8 @@ - - + + @@ -87,9 +92,9 @@ - - - + + + @@ -120,7 +125,7 @@ - + @@ -143,16 +148,16 @@ - - + + - - + + @@ -162,8 +167,8 @@ - - + + @@ -174,9 +179,9 @@ - + - + @@ -184,7 +189,7 @@ - + @@ -210,7 +215,7 @@ - + @@ -229,18 +234,18 @@ - - - - - + + + + + - + @@ -295,16 +300,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -320,7 +325,7 @@ - + @@ -367,7 +372,7 @@ - + @@ -381,7 +386,7 @@ - + @@ -398,8 +403,8 @@ - - + + @@ -441,7 +446,7 @@ - + @@ -492,8 +497,8 @@ - - + + @@ -508,7 +513,7 @@ - + @@ -540,7 +545,7 @@ - + @@ -556,7 +561,7 @@ - + @@ -581,8 +586,8 @@ - - + + @@ -600,7 +605,7 @@ - + @@ -649,9 +654,9 @@ - - - + + + @@ -669,7 +674,7 @@ - + @@ -738,12 +743,12 @@ - - - - - - + + + + + + @@ -759,7 +764,7 @@ - + @@ -835,7 +840,7 @@ - + @@ -888,7 +893,7 @@ - + @@ -900,7 +905,7 @@ - + @@ -963,9 +968,9 @@ - - - + + + @@ -1019,7 +1024,7 @@ - + @@ -1034,7 +1039,7 @@ - + @@ -1056,7 +1061,7 @@ - + @@ -1072,7 +1077,7 @@ - + @@ -1134,7 +1139,7 @@ - + @@ -1151,7 +1156,7 @@ - + @@ -1213,7 +1218,7 @@ - + @@ -1231,7 +1236,7 @@ - + @@ -1263,7 +1268,7 @@ - + @@ -1280,7 +1285,7 @@ - + @@ -1337,8 +1342,8 @@ - - + + @@ -1355,7 +1360,7 @@ - + @@ -1384,7 +1389,7 @@ - + @@ -1406,7 +1411,7 @@ - + @@ -1422,7 +1427,7 @@ - + @@ -1444,7 +1449,7 @@ - + @@ -1460,7 +1465,7 @@ - + @@ -1596,9 +1601,9 @@ - - - + + + @@ -1616,7 +1621,7 @@ - + @@ -1674,8 +1679,8 @@ - - + + @@ -1692,7 +1697,7 @@ - + @@ -1745,8 +1750,8 @@ - - + + @@ -1762,7 +1767,7 @@ - + @@ -1799,7 +1804,7 @@ - + @@ -1816,7 +1821,7 @@ - + @@ -1843,7 +1848,7 @@ - + @@ -1859,7 +1864,7 @@ - + @@ -1881,7 +1886,7 @@ - + @@ -1901,8 +1906,8 @@ - - + + @@ -1912,7 +1917,7 @@ - + @@ -1960,8 +1965,8 @@ - - + + @@ -1977,7 +1982,7 @@ - + @@ -2008,8 +2013,8 @@ - - + + @@ -2028,7 +2033,7 @@ - + @@ -2050,9 +2055,9 @@ - + - + @@ -2069,7 +2074,7 @@ - + @@ -2172,9 +2177,9 @@ - - - + + + @@ -2193,11 +2198,11 @@ - - - - - + + + + + @@ -2207,7 +2212,7 @@ - + @@ -2244,7 +2249,7 @@ - + @@ -2261,7 +2266,7 @@ - + @@ -2293,7 +2298,7 @@ - + @@ -2309,7 +2314,7 @@ - + @@ -2331,7 +2336,7 @@ - + @@ -2347,26 +2352,26 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + type="inventory.aai.onap.org.v10.TestObjects" /> @@ -2376,7 +2381,7 @@ - + @@ -2484,7 +2489,7 @@ - + @@ -2502,7 +2507,7 @@ - + @@ -2519,8 +2524,8 @@ - - + + @@ -2537,7 +2542,7 @@ - + @@ -2559,8 +2564,8 @@ - - + + @@ -2576,7 +2581,7 @@ - + @@ -2618,8 +2623,8 @@ - - + + @@ -2635,7 +2640,7 @@ - + @@ -2662,7 +2667,7 @@ - + @@ -2674,7 +2679,7 @@ - + @@ -2721,9 +2726,9 @@ - + - + @@ -2745,7 +2750,7 @@ - + @@ -2766,7 +2771,7 @@ - + @@ -2780,7 +2785,7 @@ - + @@ -2813,9 +2818,9 @@ - - - + + + @@ -2831,7 +2836,7 @@ - + @@ -2858,7 +2863,7 @@ - + @@ -2874,7 +2879,7 @@ - + @@ -2976,10 +2981,10 @@ - - - - + + + + @@ -2996,7 +3001,7 @@ - + @@ -3058,8 +3063,8 @@ - - + + @@ -3073,7 +3078,7 @@ - + @@ -3090,7 +3095,7 @@ - + @@ -3107,7 +3112,7 @@ - + @@ -3166,7 +3171,7 @@ - + @@ -3179,7 +3184,7 @@ - + @@ -3326,10 +3331,10 @@ - - - - + + + + @@ -3348,7 +3353,7 @@ - + @@ -3374,7 +3379,7 @@ - + @@ -3388,7 +3393,7 @@ - + @@ -3405,7 +3410,7 @@ - + @@ -3417,7 +3422,7 @@ - + @@ -3485,7 +3490,7 @@ - + @@ -3502,7 +3507,7 @@ - + @@ -3750,12 +3755,12 @@ - - - - - - + + + + + + @@ -3775,7 +3780,7 @@ - + @@ -3864,7 +3869,7 @@ - + @@ -3882,7 +3887,7 @@ - + @@ -3899,7 +3904,7 @@ - + @@ -3915,7 +3920,7 @@ - + @@ -3992,8 +3997,8 @@ - - + + @@ -4012,7 +4017,7 @@ - + @@ -4133,9 +4138,9 @@ - - - + + + @@ -4153,7 +4158,7 @@ - + @@ -4203,7 +4208,7 @@ - + @@ -4218,7 +4223,7 @@ - + @@ -4245,7 +4250,7 @@ - + @@ -4258,7 +4263,7 @@ - + @@ -4375,8 +4380,8 @@ - - + + @@ -4392,7 +4397,7 @@ - + @@ -4417,8 +4422,8 @@ - - + + @@ -4463,7 +4468,7 @@ - + @@ -4493,8 +4498,8 @@ - - + + @@ -4502,7 +4507,7 @@ - + @@ -4541,16 +4546,16 @@ - - - + + + - + @@ -4587,24 +4592,24 @@ - + - + - + - + @@ -4625,7 +4630,7 @@ - + @@ -4637,7 +4642,7 @@ - + @@ -4660,15 +4665,15 @@ - - + + - + @@ -4691,15 +4696,15 @@ - - + + - + @@ -4722,15 +4727,15 @@ - - + + - + @@ -4754,17 +4759,17 @@ - - - - + + + + - + @@ -4790,14 +4795,14 @@ - + - + @@ -4830,9 +4835,9 @@ - - - + + + @@ -4844,8 +4849,8 @@ - - + + @@ -4895,8 +4900,8 @@ - - + + @@ -4906,7 +4911,7 @@ - + @@ -4927,7 +4932,7 @@ - + @@ -4958,7 +4963,7 @@ - + @@ -4969,7 +4974,7 @@ - + @@ -4982,8 +4987,8 @@ - - + + @@ -4993,7 +4998,7 @@ - + @@ -5011,7 +5016,7 @@ - + @@ -5033,7 +5038,7 @@ - + @@ -5052,7 +5057,7 @@ - + @@ -5084,7 +5089,7 @@ - + @@ -5104,7 +5109,7 @@ - + @@ -5121,7 +5126,7 @@ - + @@ -5137,7 +5142,7 @@ - + @@ -5205,8 +5210,8 @@ - - + + @@ -5226,7 +5231,7 @@ - + @@ -5263,7 +5268,7 @@ - + @@ -5282,7 +5287,7 @@ - + @@ -5304,7 +5309,7 @@ - + @@ -5321,7 +5326,7 @@ - + @@ -5343,7 +5348,7 @@ - + @@ -5377,7 +5382,7 @@ - + @@ -5414,7 +5419,7 @@ - + @@ -5433,7 +5438,7 @@ + type="inventory.aai.onap.org.v10.TestObject" /> @@ -5771,8 +5776,8 @@ - - + + diff --git a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v8.xml b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v8.xml index 3ed2ea53..06dc6e03 100644 --- a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v8.xml +++ b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v8.xml @@ -1,25 +1,28 @@ - - + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -27,20 +30,20 @@ - - - - - - - + + + + + + + - + @@ -48,7 +51,7 @@ - + @@ -57,8 +60,8 @@ - - + + @@ -98,7 +101,7 @@ - + @@ -124,8 +127,8 @@ - - + + @@ -136,9 +139,9 @@ - + - + @@ -146,7 +149,7 @@ - + @@ -172,7 +175,7 @@ - + @@ -191,15 +194,15 @@ - - + + - + @@ -251,14 +254,14 @@ - - - - - - - - + + + + + + + + @@ -274,7 +277,7 @@ - + @@ -311,7 +314,7 @@ - + @@ -324,7 +327,7 @@ - + @@ -341,8 +344,8 @@ - - + + @@ -384,7 +387,7 @@ - + @@ -406,8 +409,8 @@ - - + + @@ -424,7 +427,7 @@ - + @@ -473,9 +476,9 @@ - - - + + + @@ -493,7 +496,7 @@ - + @@ -545,10 +548,10 @@ - - - - + + + + @@ -601,7 +604,7 @@ - + @@ -613,7 +616,7 @@ - + @@ -665,9 +668,9 @@ - - - + + + @@ -721,7 +724,7 @@ - + @@ -736,7 +739,7 @@ - + @@ -758,7 +761,7 @@ - + @@ -774,7 +777,7 @@ - + @@ -836,7 +839,7 @@ - + @@ -853,7 +856,7 @@ - + @@ -915,7 +918,7 @@ - + @@ -933,7 +936,7 @@ - + @@ -965,7 +968,7 @@ - + @@ -982,7 +985,7 @@ - + @@ -1039,8 +1042,8 @@ - - + + @@ -1057,7 +1060,7 @@ - + @@ -1086,7 +1089,7 @@ - + @@ -1184,9 +1187,9 @@ - - - + + + @@ -1204,7 +1207,7 @@ - + @@ -1251,8 +1254,8 @@ - - + + @@ -1268,7 +1271,7 @@ - + @@ -1295,8 +1298,8 @@ - - + + @@ -1312,7 +1315,7 @@ - + @@ -1339,7 +1342,7 @@ - + @@ -1355,7 +1358,7 @@ - + @@ -1365,7 +1368,7 @@ - + @@ -1393,8 +1396,8 @@ - - + + @@ -1414,7 +1417,7 @@ - + @@ -1436,9 +1439,9 @@ - + - + @@ -1454,7 +1457,7 @@ - + @@ -1536,8 +1539,8 @@ - - + + @@ -1556,9 +1559,9 @@ - - - + + + @@ -1568,12 +1571,12 @@ - - - - - - + + + + + + @@ -1583,7 +1586,7 @@ - + @@ -1665,7 +1668,7 @@ - + @@ -1682,7 +1685,7 @@ - + @@ -1741,7 +1744,7 @@ - + @@ -1753,7 +1756,7 @@ - + @@ -1874,10 +1877,10 @@ - - - - + + + + @@ -1896,7 +1899,7 @@ - + @@ -1913,7 +1916,7 @@ - + @@ -1925,7 +1928,7 @@ - + @@ -1993,7 +1996,7 @@ - + @@ -2010,7 +2013,7 @@ - + @@ -2219,10 +2222,10 @@ - - - - + + + + @@ -2242,7 +2245,7 @@ - + @@ -2305,7 +2308,7 @@ - + @@ -2321,7 +2324,7 @@ - + @@ -2399,9 +2402,9 @@ - - - + + + @@ -2418,7 +2421,7 @@ - + @@ -2465,7 +2468,7 @@ - + @@ -2480,7 +2483,7 @@ - + @@ -2506,8 +2509,8 @@ - - + + @@ -2553,7 +2556,7 @@ - + @@ -2585,7 +2588,7 @@ - + @@ -2601,7 +2604,7 @@ - + @@ -2652,16 +2655,16 @@ - - - + + + - + @@ -2699,24 +2702,24 @@ - + - + - + - + @@ -2737,14 +2740,14 @@ - + - + @@ -2767,15 +2770,15 @@ - - + + - + @@ -2798,15 +2801,15 @@ - - + + - + @@ -2829,15 +2832,15 @@ - - + + - + @@ -2861,17 +2864,17 @@ - - - - + + + + - + @@ -2897,14 +2900,14 @@ - + - + @@ -2937,8 +2940,8 @@ - - + + @@ -2949,8 +2952,8 @@ - - + + @@ -2960,7 +2963,7 @@ - + @@ -2992,7 +2995,7 @@ - + @@ -3003,7 +3006,7 @@ - + @@ -3016,8 +3019,8 @@ - - + + @@ -3027,7 +3030,7 @@ - + @@ -3045,7 +3048,7 @@ - + @@ -3062,7 +3065,7 @@ - + diff --git a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v9.xml b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v9.xml index 6c372083..aec9b83d 100644 --- a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v9.xml +++ b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v9.xml @@ -1,23 +1,28 @@ - + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -25,7 +30,7 @@ - + @@ -34,8 +39,8 @@ - - + + @@ -44,7 +49,7 @@ - + @@ -53,7 +58,7 @@ - + @@ -83,7 +88,7 @@ - + @@ -91,7 +96,7 @@ - + @@ -135,7 +140,7 @@ - + @@ -363,7 +368,7 @@ - + @@ -380,7 +385,7 @@ - + @@ -454,7 +459,7 @@ - + @@ -471,8 +476,8 @@ - - + + @@ -525,7 +530,7 @@ - + @@ -574,7 +579,7 @@ - + -- cgit 1.2.3-korg