Update license header in appc-dg files
[appc.git] / appc-directed-graph / appc-dgraph / provider / src / test / java / org / onap / appc / dg / mock / instance / MockAaiResource.java
index 9f93b51..bbbc49c 100644 (file)
@@ -1,9 +1,11 @@
 /*-
  * ============LICENSE_START=======================================================
- * ONAP : APP-C
+ * ONAP : APPC
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property.  All rights reserved.
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
+ * Copyright (C) 2017 Amdocs
+ * =============================================================================
  * 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
@@ -15,6 +17,7 @@
  * 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=========================================================
  */
 
@@ -105,7 +108,7 @@ public class MockAaiResource implements SvcLogicResource {
             assertEquals(parms.get("is-closed-loop"), "false");
             assertEquals(parms.get("vnfc-function-code"), "funccode");
             assertEquals(parms.get("vnfc-type"), "vnfctype");
-            assertEquals(parms.get("ipaddress-v4-oam-vip"), "135.1.1.1");
+            assertEquals(parms.get("ipaddress-v4-oam-vip"), "10.1.1.1");
             assertEquals(parms.get("group-notation"), "groupnotation");
             assertEquals(parms.get("relationship-list.relationship[0].related-to"), "vserver");
             assertEquals(parms.get("relationship-list.relationship[0].relationship-data[0].relationship-key"), "vserver.vserver-id");
@@ -136,7 +139,7 @@ public class MockAaiResource implements SvcLogicResource {
             assertEquals(parms.get("is-closed-loop"), "false");
             assertEquals(parms.get("vnfc-function-code"), "funccode1");
             assertEquals(parms.get("vnfc-type"), "vnfctype1");
-            assertEquals(parms.get("ipaddress-v4-oam-vip"), "135.2.2.2");
+            assertEquals(parms.get("ipaddress-v4-oam-vip"), "10.2.2.2");
             assertEquals(parms.get("group-notation"), "groupnotation1");
             assertEquals(parms.get("relationship-list.relationship[0].related-to"), "vserver");
             assertEquals(parms.get("relationship-list.relationship[0].relationship-data[0].relationship-key"), "vserver.vserver-id");