From 36f90b9d6f6912303222b9bf26ebb3d87b19aac4 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 27 Apr 2018 12:48:43 +0200 Subject: HONEYCOMB-432: adapt hc2vpp to ODL Oxygen SR1 bump Requires https://gerrit.fd.io/r/#/c/12239/ Change-Id: Ideb4c0503b31b33aefa35a7840ee0d73d2912509 Signed-off-by: Marek Gradzki --- acl/acl-impl/src/test/resources/reference/acl-references.json | 10 +++++----- ioam/api/pom.xml | 4 ++++ .../vppioam/impl/config/IoamExportWriterCustomizerTest.java | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/acl/acl-impl/src/test/resources/reference/acl-references.json b/acl/acl-impl/src/test/resources/reference/acl-references.json index d60eeca45..63c9e20c9 100644 --- a/acl/acl-impl/src/test/resources/reference/acl-references.json +++ b/acl/acl-impl/src/test/resources/reference/acl-references.json @@ -7,7 +7,7 @@ "ingress": { "vpp-acls": [ { - "type": "vpp-acl", + "type": "vpp-acl:vpp-acl", "name": "acl1" } ] @@ -20,7 +20,7 @@ "egress": { "vpp-acls": [ { - "type": "vpp-acl", + "type": "vpp-acl:vpp-acl", "name": "acl1" } ] @@ -28,7 +28,7 @@ "ingress": { "vpp-acls": [ { - "type": "vpp-acl", + "type": "vpp-acl:vpp-acl", "name": "acl2" } ] @@ -41,13 +41,13 @@ "ingress": { "vpp-acls": [ { - "type": "vpp-acl", + "type": "vpp-acl:vpp-acl", "name": "acl1" } ], "vpp-macip-acl": { "name": "acl4", - "type": "vpp-macip-acl" + "type": "vpp-acl:vpp-macip-acl" } } } diff --git a/ioam/api/pom.xml b/ioam/api/pom.xml index fc3938bd1..d3b4aa169 100644 --- a/ioam/api/pom.xml +++ b/ioam/api/pom.xml @@ -34,5 +34,9 @@ org.opendaylight.mdsal.model ietf-interfaces + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + diff --git a/ioam/impl/src/test/java/io/fd/hc2vpp/vppioam/impl/config/IoamExportWriterCustomizerTest.java b/ioam/impl/src/test/java/io/fd/hc2vpp/vppioam/impl/config/IoamExportWriterCustomizerTest.java index b2dfaf308..d54e46a88 100644 --- a/ioam/impl/src/test/java/io/fd/hc2vpp/vppioam/impl/config/IoamExportWriterCustomizerTest.java +++ b/ioam/impl/src/test/java/io/fd/hc2vpp/vppioam/impl/config/IoamExportWriterCustomizerTest.java @@ -31,7 +31,7 @@ import org.junit.Test; import org.mockito.Mock; import org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.ioam.sb.export.rev170206.IoamExport; import org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.ioam.sb.export.rev170206.IoamExportBuilder; -import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address; +import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address; import org.opendaylight.yangtools.yang.binding.InstanceIdentifier; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -- cgit 1.2.3-korg