BUG-730: cleanup tests in pcep-impl 13/6713/1
authorDana Kutenicsova <dkutenic@cisco.com>
Mon, 5 May 2014 13:24:30 +0000 (15:24 +0200)
committerDana Kutenicsova <dkutenic@cisco.com>
Mon, 5 May 2014 13:24:30 +0000 (15:24 +0200)
Change-Id: Ic478b45803faff29d63b01cc986a0dcb135af295
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
13 files changed:
pcep/ietf-stateful07/src/test/java/org/opendaylight/protocol/pcep/ietf/PCEPValidatorTest.java
pcep/impl/src/test/java/org/opendaylight/protocol/pcep/impl/PCEPTlvParserTest.java
pcep/impl/src/test/java/org/opendaylight/protocol/pcep/impl/PCEPValidatorTest.java [new file with mode: 0644]
pcep/impl/src/test/resources/PCEPCloseMessage1.bin [moved from pcep/ietf-stateful07/src/test/resources/PCEPCloseMessage1.bin with 100% similarity]
pcep/impl/src/test/resources/PCEPOpenMessage1.bin [new file with mode: 0644]
pcep/impl/src/test/resources/PCEPRequestMessage1.bin [moved from pcep/ietf-stateful07/src/test/resources/PCEPRequestMessage1.bin with 100% similarity]
pcep/impl/src/test/resources/PCErr.5.bin [moved from pcep/ietf-stateful07/src/test/resources/PCErr.5.bin with 100% similarity]
pcep/impl/src/test/resources/PCNtf.5.bin [moved from pcep/ietf-stateful07/src/test/resources/PCNtf.5.bin with 100% similarity]
pcep/impl/src/test/resources/PCRep.1.bin [moved from pcep/ietf-stateful07/src/test/resources/PCRep.1.bin with 100% similarity]
pcep/impl/src/test/resources/PCRep.2.bin [moved from pcep/ietf-stateful07/src/test/resources/PCRep.2.bin with 100% similarity]
pcep/impl/src/test/resources/PCRep.3.bin [moved from pcep/ietf-stateful07/src/test/resources/PCRep.3.bin with 100% similarity]
pcep/impl/src/test/resources/PCRep.5.bin [moved from pcep/ietf-stateful07/src/test/resources/PCRep.5.bin with 100% similarity]
pcep/impl/src/test/resources/PCReq.3.bin [moved from pcep/ietf-stateful07/src/test/resources/PCReq.3.bin with 100% similarity]

index 31ec987b00f5f376592b73ce573e065b437734b1..3335c4cd19d6554e350e8b535eef4578ec597b13 100644 (file)
@@ -24,14 +24,8 @@ import org.opendaylight.protocol.pcep.ietf.stateful07.Stateful07PCReportMessageP
 import org.opendaylight.protocol.pcep.ietf.stateful07.Stateful07PCUpdateRequestMessageParser;
 import org.opendaylight.protocol.pcep.ietf.stateful07.StatefulActivator;
 import org.opendaylight.protocol.pcep.impl.Activator;
-import org.opendaylight.protocol.pcep.impl.message.PCEPCloseMessageParser;
 import org.opendaylight.protocol.pcep.impl.message.PCEPErrorMessageParser;
-import org.opendaylight.protocol.pcep.impl.message.PCEPKeepAliveMessageParser;
-import org.opendaylight.protocol.pcep.impl.message.PCEPNotificationMessageParser;
 import org.opendaylight.protocol.pcep.impl.message.PCEPOpenMessageParser;
-import org.opendaylight.protocol.pcep.impl.message.PCEPReplyMessageParser;
-import org.opendaylight.protocol.pcep.impl.message.PCEPRequestMessageParser;
-import org.opendaylight.protocol.pcep.spi.ObjectRegistry;
 import org.opendaylight.protocol.pcep.spi.PCEPDeserializerException;
 import org.opendaylight.protocol.pcep.spi.pojo.SimplePCEPExtensionProviderContext;
 import org.opendaylight.protocol.util.ByteArray;
@@ -66,41 +60,22 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.iet
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev131222.srp.object.SrpBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev131222.stateful.capability.tlv.Stateful;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev131222.stateful.capability.tlv.StatefulBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.CloseBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.KeepaliveBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.OpenBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.PcerrBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.PcntfBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.PcrepBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.PcreqBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Message;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.OfId;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.ProtocolVersion;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.RequestId;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.bandwidth.object.Bandwidth;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.bandwidth.object.BandwidthBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.close.message.CCloseMessageBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.close.object.CCloseBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.address.family.Ipv4CaseBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.address.family.ipv4._case.Ipv4Builder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.object.EndpointsObj;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.object.EndpointsObjBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.explicit.route.object.Ero;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.explicit.route.object.EroBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.include.route.object.Iro;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.include.route.object.IroBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.include.route.object.iro.Subobject;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.include.route.object.iro.SubobjectBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.keepalive.message.KeepaliveMessageBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lsp.attributes.Metrics;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lsp.attributes.MetricsBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lspa.object.Lspa;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lspa.object.LspaBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.metric.object.MetricBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.notification.object.CNotification;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.notification.object.CNotificationBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.of.object.Of;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.of.object.OfBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.message.OpenMessageBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.Open;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcep.error.object.ErrorObject;
@@ -108,34 +83,10 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.typ
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.PcerrMessageBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.Errors;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.ErrorsBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.RequestCaseBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.SessionCaseBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.request._case.RequestBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.session._case.SessionBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.PcntfMessageBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.Notifications;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.NotificationsBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.Rps;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.RpsBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.PcrepMessageBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.Replies;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.RepliesBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.FailureCaseBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.SuccessCaseBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.failure._case.NoPath;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.failure._case.NoPathBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.success._case.SuccessBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.success._case.success.Paths;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.success._case.success.PathsBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.PcreqMessageBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.requests.SegmentComputationBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.requests.segment.computation.P2pBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.reported.route.object.Rro;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.reported.route.object.RroBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.rp.object.Rp;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.rp.object.RpBuilder;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.svec.object.Svec;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.svec.object.SvecBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.AttributeFilter;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.basic.explicit.route.subobjects.subobject.type.AsNumberCase;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.basic.explicit.route.subobjects.subobject.type.AsNumberCaseBuilder;
@@ -148,23 +99,14 @@ import com.google.common.collect.Lists;
 
 public class PCEPValidatorTest {
 
-       private ObjectRegistry objectRegistry;
-
-       private Rp rpTrue;
-       private Rp rpFalse;
        private Open open;
-       private NoPath noPath;
        private Lspa lspa;
-       private Bandwidth bandwidth;
        private Metrics metrics;
        private Iro iro;
        private Ero ero;
        private Rro rro;
-       private Of of;
        private Srp srp;
        private Lsp lsp;
-       private EndpointsObj endpoints;
-       private Svec svec;
 
        private AsNumberCase eroASSubobject;
        private UnnumberedCase rroUnnumberedSub;
@@ -177,25 +119,6 @@ public class PCEPValidatorTest {
                this.ctx = new SimplePCEPExtensionProviderContext();
                this.act = new Activator();
                this.act.start(this.ctx);
-               this.objectRegistry = this.ctx.getObjectHandlerRegistry();
-               final RpBuilder rpBuilder = new RpBuilder();
-               rpBuilder.setProcessingRule(true);
-               rpBuilder.setIgnore(false);
-               rpBuilder.setReoptimization(false);
-               rpBuilder.setBiDirectional(false);
-               rpBuilder.setLoose(true);
-               rpBuilder.setMakeBeforeBreak(false);
-               rpBuilder.setOrder(false);
-               rpBuilder.setPathKey(false);
-               rpBuilder.setSupplyOf(false);
-               rpBuilder.setFragmentation(false);
-               rpBuilder.setP2mp(false);
-               rpBuilder.setEroCompression(false);
-               rpBuilder.setPriority((short) 1);
-               rpBuilder.setRequestId(new RequestId(10L));
-               this.rpTrue = rpBuilder.build();
-               rpBuilder.setProcessingRule(false);
-               this.rpFalse = rpBuilder.build();
 
                final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.OpenBuilder openBuilder = new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.OpenBuilder();
                openBuilder.setProcessingRule(false);
@@ -207,13 +130,6 @@ public class PCEPValidatorTest {
                openBuilder.setTlvs(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.open.TlvsBuilder().build());
                this.open = openBuilder.build();
 
-               final NoPathBuilder npbuilder = new NoPathBuilder();
-               npbuilder.setProcessingRule(false);
-               npbuilder.setIgnore(false);
-               npbuilder.setNatureOfIssue((short) 0);
-               npbuilder.setUnsatisfiedConstraints(false);
-               this.noPath = npbuilder.build();
-
                final LspaBuilder lspaBuilder = new LspaBuilder();
                lspaBuilder.setProcessingRule(false);
                lspaBuilder.setIgnore(false);
@@ -226,12 +142,6 @@ public class PCEPValidatorTest {
                lspaBuilder.setTlvs(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lspa.object.lspa.TlvsBuilder().build());
                this.lspa = lspaBuilder.build();
 
-               final BandwidthBuilder bBuilder = new BandwidthBuilder();
-               bBuilder.setIgnore(false);
-               bBuilder.setProcessingRule(false);
-               bBuilder.setBandwidth(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth(new Float32(new byte[4])));
-               this.bandwidth = bBuilder.build();
-
                final MetricBuilder mBuilder = new MetricBuilder();
                mBuilder.setIgnore(false);
                mBuilder.setProcessingRule(false);
@@ -274,12 +184,6 @@ public class PCEPValidatorTest {
                rroBuilder.setSubobject(rroSubs);
                this.rro = rroBuilder.build();
 
-               final OfBuilder ofBuilder = new OfBuilder();
-               ofBuilder.setIgnore(false);
-               ofBuilder.setProcessingRule(false);
-               ofBuilder.setCode(new OfId(0));
-               this.of = ofBuilder.build();
-
                final SrpBuilder srpBuilder = new SrpBuilder();
                srpBuilder.setIgnore(false);
                srpBuilder.setProcessingRule(false);
@@ -303,21 +207,6 @@ public class PCEPValidatorTest {
                final Ipv4Builder afi = new Ipv4Builder();
                afi.setSourceIpv4Address(new Ipv4Address("255.255.255.255"));
                afi.setDestinationIpv4Address(new Ipv4Address("255.255.255.255"));
-
-               final EndpointsObjBuilder epBuilder = new EndpointsObjBuilder();
-               epBuilder.setIgnore(false);
-               epBuilder.setProcessingRule(true);
-               epBuilder.setAddressFamily(new Ipv4CaseBuilder().setIpv4(afi.build()).build());
-               this.endpoints = epBuilder.build();
-
-               final SvecBuilder sBuilder = new SvecBuilder();
-               sBuilder.setIgnore(false);
-               sBuilder.setProcessingRule(false);
-               sBuilder.setLinkDiverse(false);
-               sBuilder.setNodeDiverse(false);
-               sBuilder.setSrlgDiverse(false);
-               sBuilder.setRequestsIds(Lists.newArrayList(new RequestId(1L)));
-               this.svec = sBuilder.build();
        }
 
        @Test
@@ -348,154 +237,6 @@ public class PCEPValidatorTest {
                }
        }
 
-       @Test
-       public void testKeepAliveMsg() throws IOException, PCEPDeserializerException {
-               final byte[] result = new byte[] {32, 2, 0, 4};
-               final PCEPKeepAliveMessageParser parser = new PCEPKeepAliveMessageParser(this.objectRegistry);
-               final KeepaliveBuilder builder = new KeepaliveBuilder().setKeepaliveMessage(new KeepaliveMessageBuilder().build());
-
-               assertEquals(builder.build(), parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               final ByteBuf buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(builder.build(), buf);
-               assertArrayEquals(result, buf.readBytes(buf.readableBytes()).array());
-       }
-
-       @Test
-       public void testCloseMsg() throws IOException, PCEPDeserializerException {
-               final byte[] result = ByteArray.fileToBytes("src/test/resources/PCEPCloseMessage1.bin");
-
-               final PCEPCloseMessageParser parser = new PCEPCloseMessageParser(this.objectRegistry);
-               final CloseBuilder builder = new CloseBuilder().setCCloseMessage(new CCloseMessageBuilder().setCClose(
-                               new CCloseBuilder().setIgnore(false).setProcessingRule(false).setReason((short) 5).build()).build());
-
-               assertEquals(builder.build(), parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               final ByteBuf buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(builder.build(), buf);
-               assertArrayEquals(result, buf.array());
-       }
-
-       @Test
-       public void testRequestMsg() throws IOException, PCEPDeserializerException {
-               byte[] result = ByteArray.fileToBytes("src/test/resources/PCEPRequestMessage1.bin");
-
-               final PCEPRequestMessageParser parser = new PCEPRequestMessageParser(this.objectRegistry);
-
-               final PcreqMessageBuilder builder = new PcreqMessageBuilder();
-               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.Requests> reqs1 = Lists.newArrayList();
-               final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.RequestsBuilder rBuilder = new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.RequestsBuilder();
-               rBuilder.setRp(this.rpTrue);
-               rBuilder.setSegmentComputation(new SegmentComputationBuilder().setP2p(new P2pBuilder().setEndpointsObj(this.endpoints).build()).build());
-               reqs1.add(rBuilder.build());
-               builder.setRequests(reqs1);
-
-               assertEquals(new PcreqBuilder().setPcreqMessage(builder.build()).build(),
-                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               ByteBuf buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(new PcreqBuilder().setPcreqMessage(builder.build()).build(), buf);
-
-               assertArrayEquals(result, buf.array());
-
-               result = ByteArray.fileToBytes("src/test/resources/PCReq.3.bin");
-
-               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.Requests> reqs2 = Lists.newArrayList();
-               final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.RequestsBuilder rBuilder1 = new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.RequestsBuilder();
-               rBuilder1.setRp(this.rpTrue);
-               final P2pBuilder p2pBuilder = new P2pBuilder();
-               p2pBuilder.setEndpointsObj(this.endpoints);
-               p2pBuilder.setMetrics(Lists.newArrayList(this.metrics));
-               p2pBuilder.setIro(this.iro);
-               rBuilder1.setSegmentComputation(new SegmentComputationBuilder().setP2p(p2pBuilder.build()).build());
-               reqs2.add(rBuilder1.build());
-               builder.setRequests(reqs2);
-               builder.setSvec(Lists.newArrayList(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.SvecBuilder().setSvec(
-                               this.svec).build()));
-
-               assertEquals(new PcreqBuilder().setPcreqMessage(builder.build()).build(),
-                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(new PcreqBuilder().setPcreqMessage(builder.build()).build(), buf);
-               assertArrayEquals(result, buf.array());
-       }
-
-       @Test
-       public void testReplyMsg() throws IOException, PCEPDeserializerException {
-               // only RP
-               byte[] result = ByteArray.fileToBytes("src/test/resources/PCRep.1.bin");
-
-               final PCEPReplyMessageParser parser = new PCEPReplyMessageParser(this.objectRegistry);
-
-               final PcrepMessageBuilder builder = new PcrepMessageBuilder();
-               RepliesBuilder rBuilder = new RepliesBuilder();
-
-               final List<Replies> replies1 = Lists.newArrayList();
-               rBuilder.setRp(this.rpTrue);
-               replies1.add(rBuilder.build());
-               builder.setReplies(replies1);
-
-               assertEquals(new PcrepBuilder().setPcrepMessage(builder.build()).build(),
-                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               ByteBuf buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(new PcrepBuilder().setPcrepMessage(builder.build()).build(), buf);
-               assertArrayEquals(result, buf.array());
-
-               // simple Failure
-               result = ByteArray.fileToBytes("src/test/resources/PCRep.2.bin");
-               final List<Replies> replies2 = Lists.newArrayList();
-               rBuilder = new RepliesBuilder();
-               rBuilder.setRp(this.rpTrue);
-               replies2.add(rBuilder.build());
-               final RepliesBuilder rBuilder2 = new RepliesBuilder();
-               rBuilder2.setRp(this.rpTrue);
-               rBuilder2.setResult(new FailureCaseBuilder().setNoPath(this.noPath).build());
-               replies2.add(rBuilder2.build());
-               builder.setReplies(replies2);
-
-               assertEquals(new PcrepBuilder().setPcrepMessage(builder.build()).build(),
-                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(new PcrepBuilder().setPcrepMessage(builder.build()).build(), buf);
-               assertArrayEquals(result, buf.array());
-
-               // Failure with attributes
-               result = ByteArray.fileToBytes("src/test/resources/PCRep.3.bin");
-               final List<Replies> replies3 = Lists.newArrayList();
-               rBuilder = new RepliesBuilder();
-               rBuilder.setRp(this.rpTrue);
-               rBuilder.setResult(new FailureCaseBuilder().setNoPath(this.noPath).setLspa(this.lspa).setMetrics(Lists.newArrayList(this.metrics)).setIro(
-                               this.iro).build());
-               replies3.add(rBuilder.build());
-               builder.setReplies(replies3);
-
-               assertEquals(new PcrepBuilder().setPcrepMessage(builder.build()).build(),
-                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(new PcrepBuilder().setPcrepMessage(builder.build()).build(), buf);
-               assertArrayEquals(result, buf.array());
-
-               // Success
-               result = ByteArray.fileToBytes("src/test/resources/PCRep.5.bin");
-               final List<Replies> replies4 = Lists.newArrayList();
-               rBuilder = new RepliesBuilder();
-               rBuilder.setRp(this.rpTrue);
-               final List<Paths> paths = Lists.newArrayList();
-               final PathsBuilder paBuilder = new PathsBuilder();
-               paBuilder.setEro(this.ero);
-               paBuilder.setLspa(this.lspa);
-               paBuilder.setMetrics(Lists.newArrayList(this.metrics));
-               paBuilder.setIro(this.iro);
-               paBuilder.setOf(this.of);
-               paths.add(paBuilder.build());
-               rBuilder.setResult(new SuccessCaseBuilder().setSuccess(new SuccessBuilder().setPaths(paths).build()).build()).build();
-               replies4.add(rBuilder.build());
-               builder.setReplies(replies4);
-
-               assertEquals(new PcrepBuilder().setPcrepMessage(builder.build()).build(),
-                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(new PcrepBuilder().setPcrepMessage(builder.build()).build(), buf);
-               assertArrayEquals(result, buf.array());
-       }
-
        @Test
        public void testUpdMsg() throws IOException, PCEPDeserializerException {
                try (CrabbeInitiatedActivator a = new CrabbeInitiatedActivator()) {
@@ -637,49 +378,6 @@ public class PCEPValidatorTest {
                }
        }
 
-       @Test
-       public void testNotificationMsg() throws IOException, PCEPDeserializerException {
-               final CNotification cn1 = new CNotificationBuilder().setIgnore(false).setProcessingRule(false).setType((short) 1).setValue(
-                               (short) 1).build();
-
-               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.Notifications> innerNot = Lists.newArrayList();
-               innerNot.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.NotificationsBuilder().setCNotification(
-                               cn1).build());
-               final List<Rps> rps = Lists.newArrayList();
-               rps.add(new RpsBuilder().setRp(this.rpFalse).build());
-
-               final byte[] result = ByteArray.fileToBytes("src/test/resources/PCNtf.5.bin");
-
-               final PCEPNotificationMessageParser parser = new PCEPNotificationMessageParser(this.objectRegistry);
-               final PcntfMessageBuilder builder = new PcntfMessageBuilder();
-
-               final List<Notifications> nots = Lists.newArrayList();
-               final NotificationsBuilder b = new NotificationsBuilder();
-               b.setNotifications(innerNot);
-               b.setRps(rps);
-               nots.add(b.build());
-
-               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.Notifications> innerNot1 = Lists.newArrayList();
-               innerNot1.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.NotificationsBuilder().setCNotification(
-                               cn1).build());
-               innerNot1.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.NotificationsBuilder().setCNotification(
-                               cn1).build());
-               final List<Rps> rps1 = Lists.newArrayList();
-               rps1.add(new RpsBuilder().setRp(this.rpFalse).build());
-               rps1.add(new RpsBuilder().setRp(this.rpFalse).build());
-
-               b.setNotifications(innerNot1);
-               b.setRps(rps1);
-               nots.add(b.build());
-               builder.setNotifications(nots);
-
-               assertEquals(new PcntfBuilder().setPcntfMessage(builder.build()).build(),
-                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-               final ByteBuf buf = Unpooled.buffer(result.length);
-               parser.serializeMessage(new PcntfBuilder().setPcntfMessage(builder.build()).build(), buf);
-               assertArrayEquals(result, buf.array());
-       }
-
        @Test
        public void testErrorMsg() throws IOException, PCEPDeserializerException {
                try (StatefulActivator a = new StatefulActivator()) {
@@ -703,24 +401,6 @@ public class PCEPValidatorTest {
                        ByteBuf buf = Unpooled.buffer(result.length);
                        parser.serializeMessage(new PcerrBuilder().setPcerrMessage(builder.build()).build(), buf);
                        assertArrayEquals(result, buf.array());
-
-                       result = ByteArray.fileToBytes("src/test/resources/PCErr.5.bin");
-
-                       final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.request._case.request.Rps> rps = Lists.newArrayList();
-                       rps.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.request._case.request.RpsBuilder().setRp(
-                                       this.rpFalse).build());
-
-                       innerErr = Lists.newArrayList();
-                       innerErr.add(new ErrorsBuilder().setErrorObject(error1).build());
-
-                       builder.setErrors(innerErr);
-                       builder.setErrorType(new RequestCaseBuilder().setRequest(new RequestBuilder().setRps(rps).build()).build());
-
-                       assertEquals(new PcerrBuilder().setPcerrMessage(builder.build()).build(),
-                                       parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
-                       buf = Unpooled.buffer(result.length);
-                       parser.serializeMessage(new PcerrBuilder().setPcerrMessage(builder.build()).build(), buf);
-                       assertArrayEquals(result, buf.array());
                }
        }
 }
index 39bb404364d483e086be337773ed11c6b3c867b8..2a0e57356c892c912ffad094d8ee42f21558fff2 100644 (file)
@@ -13,6 +13,7 @@ import static org.junit.Assert.assertEquals;
 import java.util.List;
 
 import org.junit.Test;
+import org.opendaylight.protocol.pcep.impl.tlv.AbstractVendorSpecificTlvParser;
 import org.opendaylight.protocol.pcep.impl.tlv.NoPathVectorTlvParser;
 import org.opendaylight.protocol.pcep.impl.tlv.OFListTlvParser;
 import org.opendaylight.protocol.pcep.impl.tlv.OrderTlvParser;
@@ -20,6 +21,7 @@ import org.opendaylight.protocol.pcep.impl.tlv.OverloadedDurationTlvParser;
 import org.opendaylight.protocol.pcep.impl.tlv.ReqMissingTlvParser;
 import org.opendaylight.protocol.pcep.spi.PCEPDeserializerException;
 import org.opendaylight.protocol.util.ByteArray;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.NoPathVectorTlv;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.OfId;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.RequestId;
@@ -32,6 +34,10 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.typ
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.failure._case.no.path.tlvs.NoPathVectorBuilder;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.req.missing.tlv.ReqMissing;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.req.missing.tlv.ReqMissingBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.vs.tlv.VsTlv;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.vs.tlv.VsTlvBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.vs.tlv.vs.tlv.VendorPayload;
+import org.opendaylight.yangtools.yang.binding.DataContainer;
 
 import com.google.common.collect.Lists;
 
@@ -42,6 +48,33 @@ public class PCEPTlvParserTest {
        private static final byte[] reqMissingBytes = { 0x00, 0x03, 0x00, 0x04, (byte) 0xF7, (byte) 0x82, 0x35, 0x17 };
        private static final byte[] orderBytes = { 0x00, 0x05, 0x00, 0x08, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, 0x00, 0x00, 0x00, 0x01 };
        private static final byte[] ofListBytes = { 0x00, 0x04, 0x00, 0x04, 0x12, 0x34, 0x56, 0x78 };
+       private static final byte[] vsTlvBytes = { 0x00, 0x1b, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x09, 0x00, 0x01, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05 };
+
+       private final AbstractVendorSpecificTlvParser vsParser = new AbstractVendorSpecificTlvParser() {
+
+               @Override
+               protected byte[] serializeVendorPayload(VendorPayload payload) {
+                       return new byte[] {0x00, 0x01, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05};
+               }
+
+               @Override
+               protected VendorPayload parseVendorPayload(byte[] payloadBytes) throws PCEPDeserializerException {
+                       return PCEPTlvParserTest.this.vp;
+               }
+
+               @Override
+               protected long getEnterpriseNumber() {
+                       return 9;
+               }
+       };
+
+       private final VendorPayload vp = new VendorPayload() {
+
+               @Override
+               public Class<? extends DataContainer> getImplementedInterface() {
+                       return null;
+               }
+       };
 
        @Test
        public void testNoPathVectorTlv() throws PCEPDeserializerException {
@@ -85,4 +118,11 @@ public class PCEPTlvParserTest {
                assertEquals(tlv, parser.parseTlv(ByteArray.cutBytes(ofListBytes, 4)));
                assertArrayEquals(ofListBytes, parser.serializeTlv(tlv));
        }
+
+       @Test
+       public void testVendorSpecificTlv() throws PCEPDeserializerException {
+               VsTlv tlv = new VsTlvBuilder().setEnterpriseNumber(new EnterpriseNumber(9L)).setVendorPayload(this.vp).build();
+               assertEquals(tlv, this.vsParser.parseTlv(ByteArray.cutBytes(vsTlvBytes, 4)));
+               assertArrayEquals(vsTlvBytes, this.vsParser.serializeTlv(tlv));
+       }
 }
diff --git a/pcep/impl/src/test/java/org/opendaylight/protocol/pcep/impl/PCEPValidatorTest.java b/pcep/impl/src/test/java/org/opendaylight/protocol/pcep/impl/PCEPValidatorTest.java
new file mode 100644 (file)
index 0000000..d3ad8df
--- /dev/null
@@ -0,0 +1,466 @@
+/*
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+package org.opendaylight.protocol.pcep.impl;
+
+import static org.junit.Assert.assertArrayEquals;
+import static org.junit.Assert.assertEquals;
+import io.netty.buffer.ByteBuf;
+import io.netty.buffer.Unpooled;
+
+import java.io.IOException;
+import java.util.Collections;
+import java.util.List;
+
+import org.junit.Before;
+import org.junit.Test;
+import org.opendaylight.protocol.pcep.impl.message.PCEPCloseMessageParser;
+import org.opendaylight.protocol.pcep.impl.message.PCEPErrorMessageParser;
+import org.opendaylight.protocol.pcep.impl.message.PCEPKeepAliveMessageParser;
+import org.opendaylight.protocol.pcep.impl.message.PCEPNotificationMessageParser;
+import org.opendaylight.protocol.pcep.impl.message.PCEPOpenMessageParser;
+import org.opendaylight.protocol.pcep.impl.message.PCEPReplyMessageParser;
+import org.opendaylight.protocol.pcep.impl.message.PCEPRequestMessageParser;
+import org.opendaylight.protocol.pcep.spi.ObjectRegistry;
+import org.opendaylight.protocol.pcep.spi.PCEPDeserializerException;
+import org.opendaylight.protocol.pcep.spi.pojo.SimplePCEPExtensionProviderContext;
+import org.opendaylight.protocol.util.ByteArray;
+import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.CloseBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.KeepaliveBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.OpenBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.PcerrBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.PcntfBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.PcrepBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.PcreqBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Message;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.OfId;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.ProtocolVersion;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.RequestId;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.close.message.CCloseMessageBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.close.object.CCloseBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.address.family.Ipv4CaseBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.address.family.ipv4._case.Ipv4Builder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.object.EndpointsObj;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.object.EndpointsObjBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.explicit.route.object.Ero;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.explicit.route.object.EroBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.include.route.object.Iro;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.include.route.object.IroBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.include.route.object.iro.Subobject;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.include.route.object.iro.SubobjectBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.keepalive.message.KeepaliveMessageBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lsp.attributes.Metrics;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lsp.attributes.MetricsBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lspa.object.Lspa;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lspa.object.LspaBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.metric.object.MetricBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.notification.object.CNotification;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.notification.object.CNotificationBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.of.object.Of;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.of.object.OfBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.message.OpenMessageBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcep.error.object.ErrorObject;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcep.error.object.ErrorObjectBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.PcerrMessageBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.Errors;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.ErrorsBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.RequestCaseBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.request._case.RequestBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.PcntfMessageBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.Notifications;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.NotificationsBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.Rps;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.RpsBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.PcrepMessageBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.Replies;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.RepliesBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.FailureCaseBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.SuccessCaseBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.failure._case.NoPath;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.failure._case.NoPathBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.success._case.SuccessBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.success._case.success.Paths;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.success._case.success.PathsBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.PcreqMessageBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.requests.SegmentComputationBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.requests.segment.computation.P2pBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.rp.object.Rp;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.rp.object.RpBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.svec.object.Svec;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.svec.object.SvecBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.AttributeFilter;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.basic.explicit.route.subobjects.subobject.type.AsNumberCase;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.basic.explicit.route.subobjects.subobject.type.AsNumberCaseBuilder;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.basic.explicit.route.subobjects.subobject.type.as.number._case.AsNumberBuilder;
+
+import com.google.common.collect.Lists;
+
+public class PCEPValidatorTest {
+
+       private ObjectRegistry objectRegistry;
+
+       private Rp rpTrue;
+       private Rp rpFalse;
+       private NoPath noPath;
+       private Lspa lspa;
+       private Metrics metrics;
+       private Iro iro;
+       private Ero ero;
+       private Of of;
+       private EndpointsObj endpoints;
+       private Svec svec;
+
+       private AsNumberCase eroASSubobject;
+
+       private SimplePCEPExtensionProviderContext ctx;
+       private Activator act;
+
+       @Before
+       public void setUp() throws Exception {
+               this.ctx = new SimplePCEPExtensionProviderContext();
+               this.act = new Activator();
+               this.act.start(this.ctx);
+               this.objectRegistry = this.ctx.getObjectHandlerRegistry();
+               final RpBuilder rpBuilder = new RpBuilder();
+               rpBuilder.setProcessingRule(true);
+               rpBuilder.setIgnore(false);
+               rpBuilder.setReoptimization(false);
+               rpBuilder.setBiDirectional(false);
+               rpBuilder.setLoose(true);
+               rpBuilder.setMakeBeforeBreak(false);
+               rpBuilder.setOrder(false);
+               rpBuilder.setPathKey(false);
+               rpBuilder.setSupplyOf(false);
+               rpBuilder.setFragmentation(false);
+               rpBuilder.setP2mp(false);
+               rpBuilder.setEroCompression(false);
+               rpBuilder.setPriority((short) 1);
+               rpBuilder.setRequestId(new RequestId(10L));
+               this.rpTrue = rpBuilder.build();
+               rpBuilder.setProcessingRule(false);
+               this.rpFalse = rpBuilder.build();
+
+               final NoPathBuilder npbuilder = new NoPathBuilder();
+               npbuilder.setProcessingRule(false);
+               npbuilder.setIgnore(false);
+               npbuilder.setNatureOfIssue((short) 0);
+               npbuilder.setUnsatisfiedConstraints(false);
+               this.noPath = npbuilder.build();
+
+               final LspaBuilder lspaBuilder = new LspaBuilder();
+               lspaBuilder.setProcessingRule(false);
+               lspaBuilder.setIgnore(false);
+               lspaBuilder.setLocalProtectionDesired(false);
+               lspaBuilder.setHoldPriority((short) 0);
+               lspaBuilder.setSetupPriority((short) 0);
+               lspaBuilder.setExcludeAny(new AttributeFilter(0L));
+               lspaBuilder.setIncludeAll(new AttributeFilter(0L));
+               lspaBuilder.setIncludeAny(new AttributeFilter(0L));
+               lspaBuilder.setTlvs(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.lspa.object.lspa.TlvsBuilder().build());
+               this.lspa = lspaBuilder.build();
+
+               final MetricBuilder mBuilder = new MetricBuilder();
+               mBuilder.setIgnore(false);
+               mBuilder.setProcessingRule(false);
+               mBuilder.setComputed(false);
+               mBuilder.setBound(false);
+               mBuilder.setMetricType((short) 1);
+               mBuilder.setValue(new Float32(new byte[4]));
+               this.metrics = new MetricsBuilder().setMetric(mBuilder.build()).build();
+
+               this.eroASSubobject = new AsNumberCaseBuilder().setAsNumber(
+                               new AsNumberBuilder().setAsNumber(
+                                               new org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.AsNumber(0xFFFFL)).build()).build();
+
+               final IroBuilder iroBuilder = new IroBuilder();
+               iroBuilder.setIgnore(false);
+               iroBuilder.setProcessingRule(false);
+               final List<Subobject> iroSubs = Lists.newArrayList();
+               iroSubs.add(new SubobjectBuilder().setSubobjectType(this.eroASSubobject).build());
+               iroBuilder.setSubobject(iroSubs);
+               this.iro = iroBuilder.build();
+
+               final EroBuilder eroBuilder = new EroBuilder();
+               eroBuilder.setIgnore(false);
+               eroBuilder.setProcessingRule(false);
+               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.explicit.route.object.ero.Subobject> eroSubs = Lists.newArrayList();
+               eroSubs.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.explicit.route.object.ero.SubobjectBuilder().setSubobjectType(
+                               this.eroASSubobject).setLoose(false).build());
+               eroBuilder.setSubobject(eroSubs);
+               this.ero = eroBuilder.build();
+
+               final OfBuilder ofBuilder = new OfBuilder();
+               ofBuilder.setIgnore(false);
+               ofBuilder.setProcessingRule(false);
+               ofBuilder.setCode(new OfId(0));
+               this.of = ofBuilder.build();
+
+               final Ipv4Builder afi = new Ipv4Builder();
+               afi.setSourceIpv4Address(new Ipv4Address("255.255.255.255"));
+               afi.setDestinationIpv4Address(new Ipv4Address("255.255.255.255"));
+
+               final EndpointsObjBuilder epBuilder = new EndpointsObjBuilder();
+               epBuilder.setIgnore(false);
+               epBuilder.setProcessingRule(true);
+               epBuilder.setAddressFamily(new Ipv4CaseBuilder().setIpv4(afi.build()).build());
+               this.endpoints = epBuilder.build();
+
+               final SvecBuilder sBuilder = new SvecBuilder();
+               sBuilder.setIgnore(false);
+               sBuilder.setProcessingRule(false);
+               sBuilder.setLinkDiverse(false);
+               sBuilder.setNodeDiverse(false);
+               sBuilder.setSrlgDiverse(false);
+               sBuilder.setRequestsIds(Lists.newArrayList(new RequestId(1L)));
+               this.svec = sBuilder.build();
+       }
+
+       @Test
+       public void testOpenMsg() throws IOException, PCEPDeserializerException {
+               final byte[] result = ByteArray.fileToBytes("src/test/resources/PCEPOpenMessage1.bin");
+               final PCEPOpenMessageParser parser = new PCEPOpenMessageParser(this.ctx.getObjectHandlerRegistry());
+               final OpenMessageBuilder builder = new OpenMessageBuilder();
+
+               final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.OpenBuilder b = new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.OpenBuilder();
+               b.setProcessingRule(false);
+               b.setIgnore(false);
+               b.setVersion(new ProtocolVersion((short) 1));
+               b.setKeepalive((short) 30);
+               b.setDeadTimer((short) 120);
+               b.setSessionId((short) 1);
+               b.setTlvs(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.open.TlvsBuilder().build());
+               builder.setOpen(b.build());
+
+               assertEquals(new OpenBuilder().setOpenMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               final ByteBuf buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new OpenBuilder().setOpenMessage(builder.build()).build(), buf);
+               assertArrayEquals(result, buf.array());
+       }
+
+       @Test
+       public void testKeepAliveMsg() throws IOException, PCEPDeserializerException {
+               final byte[] result = new byte[] {32, 2, 0, 4};
+               final PCEPKeepAliveMessageParser parser = new PCEPKeepAliveMessageParser(this.objectRegistry);
+               final KeepaliveBuilder builder = new KeepaliveBuilder().setKeepaliveMessage(new KeepaliveMessageBuilder().build());
+
+               assertEquals(builder.build(), parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               final ByteBuf buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(builder.build(), buf);
+               assertArrayEquals(result, buf.readBytes(buf.readableBytes()).array());
+       }
+
+       @Test
+       public void testCloseMsg() throws IOException, PCEPDeserializerException {
+               final byte[] result = ByteArray.fileToBytes("src/test/resources/PCEPCloseMessage1.bin");
+
+               final PCEPCloseMessageParser parser = new PCEPCloseMessageParser(this.objectRegistry);
+               final CloseBuilder builder = new CloseBuilder().setCCloseMessage(new CCloseMessageBuilder().setCClose(
+                               new CCloseBuilder().setIgnore(false).setProcessingRule(false).setReason((short) 5).build()).build());
+
+               assertEquals(builder.build(), parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               final ByteBuf buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(builder.build(), buf);
+               assertArrayEquals(result, buf.array());
+       }
+
+       @Test
+       public void testRequestMsg() throws IOException, PCEPDeserializerException {
+               byte[] result = ByteArray.fileToBytes("src/test/resources/PCEPRequestMessage1.bin");
+
+               final PCEPRequestMessageParser parser = new PCEPRequestMessageParser(this.objectRegistry);
+
+               final PcreqMessageBuilder builder = new PcreqMessageBuilder();
+               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.Requests> reqs1 = Lists.newArrayList();
+               final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.RequestsBuilder rBuilder = new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.RequestsBuilder();
+               rBuilder.setRp(this.rpTrue);
+               rBuilder.setSegmentComputation(new SegmentComputationBuilder().setP2p(new P2pBuilder().setEndpointsObj(this.endpoints).build()).build());
+               reqs1.add(rBuilder.build());
+               builder.setRequests(reqs1);
+
+               assertEquals(new PcreqBuilder().setPcreqMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               ByteBuf buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new PcreqBuilder().setPcreqMessage(builder.build()).build(), buf);
+
+               assertArrayEquals(result, buf.array());
+
+               result = ByteArray.fileToBytes("src/test/resources/PCReq.3.bin");
+
+               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.Requests> reqs2 = Lists.newArrayList();
+               final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.RequestsBuilder rBuilder1 = new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.RequestsBuilder();
+               rBuilder1.setRp(this.rpTrue);
+               final P2pBuilder p2pBuilder = new P2pBuilder();
+               p2pBuilder.setEndpointsObj(this.endpoints);
+               p2pBuilder.setMetrics(Lists.newArrayList(this.metrics));
+               p2pBuilder.setIro(this.iro);
+               rBuilder1.setSegmentComputation(new SegmentComputationBuilder().setP2p(p2pBuilder.build()).build());
+               reqs2.add(rBuilder1.build());
+               builder.setRequests(reqs2);
+               builder.setSvec(Lists.newArrayList(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcreq.message.pcreq.message.SvecBuilder().setSvec(
+                               this.svec).build()));
+
+               assertEquals(new PcreqBuilder().setPcreqMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new PcreqBuilder().setPcreqMessage(builder.build()).build(), buf);
+               assertArrayEquals(result, buf.array());
+       }
+
+       @Test
+       public void testReplyMsg() throws IOException, PCEPDeserializerException {
+               // only RP
+               byte[] result = ByteArray.fileToBytes("src/test/resources/PCRep.1.bin");
+
+               final PCEPReplyMessageParser parser = new PCEPReplyMessageParser(this.objectRegistry);
+
+               final PcrepMessageBuilder builder = new PcrepMessageBuilder();
+               RepliesBuilder rBuilder = new RepliesBuilder();
+
+               final List<Replies> replies1 = Lists.newArrayList();
+               rBuilder.setRp(this.rpTrue);
+               replies1.add(rBuilder.build());
+               builder.setReplies(replies1);
+
+               assertEquals(new PcrepBuilder().setPcrepMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               ByteBuf buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new PcrepBuilder().setPcrepMessage(builder.build()).build(), buf);
+               assertArrayEquals(result, buf.array());
+
+               // simple Failure
+               result = ByteArray.fileToBytes("src/test/resources/PCRep.2.bin");
+               final List<Replies> replies2 = Lists.newArrayList();
+               rBuilder = new RepliesBuilder();
+               rBuilder.setRp(this.rpTrue);
+               replies2.add(rBuilder.build());
+               final RepliesBuilder rBuilder2 = new RepliesBuilder();
+               rBuilder2.setRp(this.rpTrue);
+               rBuilder2.setResult(new FailureCaseBuilder().setNoPath(this.noPath).build());
+               replies2.add(rBuilder2.build());
+               builder.setReplies(replies2);
+
+               assertEquals(new PcrepBuilder().setPcrepMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new PcrepBuilder().setPcrepMessage(builder.build()).build(), buf);
+               assertArrayEquals(result, buf.array());
+
+               // Failure with attributes
+               result = ByteArray.fileToBytes("src/test/resources/PCRep.3.bin");
+               final List<Replies> replies3 = Lists.newArrayList();
+               rBuilder = new RepliesBuilder();
+               rBuilder.setRp(this.rpTrue);
+               rBuilder.setResult(new FailureCaseBuilder().setNoPath(this.noPath).setLspa(this.lspa).setMetrics(Lists.newArrayList(this.metrics)).setIro(
+                               this.iro).build());
+               replies3.add(rBuilder.build());
+               builder.setReplies(replies3);
+
+               assertEquals(new PcrepBuilder().setPcrepMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new PcrepBuilder().setPcrepMessage(builder.build()).build(), buf);
+               assertArrayEquals(result, buf.array());
+
+               // Success
+               result = ByteArray.fileToBytes("src/test/resources/PCRep.5.bin");
+               final List<Replies> replies4 = Lists.newArrayList();
+               rBuilder = new RepliesBuilder();
+               rBuilder.setRp(this.rpTrue);
+               final List<Paths> paths = Lists.newArrayList();
+               final PathsBuilder paBuilder = new PathsBuilder();
+               paBuilder.setEro(this.ero);
+               paBuilder.setLspa(this.lspa);
+               paBuilder.setMetrics(Lists.newArrayList(this.metrics));
+               paBuilder.setIro(this.iro);
+               paBuilder.setOf(this.of);
+               paths.add(paBuilder.build());
+               rBuilder.setResult(new SuccessCaseBuilder().setSuccess(new SuccessBuilder().setPaths(paths).build()).build()).build();
+               replies4.add(rBuilder.build());
+               builder.setReplies(replies4);
+
+               assertEquals(new PcrepBuilder().setPcrepMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new PcrepBuilder().setPcrepMessage(builder.build()).build(), buf);
+               assertArrayEquals(result, buf.array());
+       }
+
+       @Test
+       public void testNotificationMsg() throws IOException, PCEPDeserializerException {
+               final CNotification cn1 = new CNotificationBuilder().setIgnore(false).setProcessingRule(false).setType((short) 1).setValue(
+                               (short) 1).build();
+
+               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.Notifications> innerNot = Lists.newArrayList();
+               innerNot.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.NotificationsBuilder().setCNotification(
+                               cn1).build());
+               final List<Rps> rps = Lists.newArrayList();
+               rps.add(new RpsBuilder().setRp(this.rpFalse).build());
+
+               final byte[] result = ByteArray.fileToBytes("src/test/resources/PCNtf.5.bin");
+
+               final PCEPNotificationMessageParser parser = new PCEPNotificationMessageParser(this.objectRegistry);
+               final PcntfMessageBuilder builder = new PcntfMessageBuilder();
+
+               final List<Notifications> nots = Lists.newArrayList();
+               final NotificationsBuilder b = new NotificationsBuilder();
+               b.setNotifications(innerNot);
+               b.setRps(rps);
+               nots.add(b.build());
+
+               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.Notifications> innerNot1 = Lists.newArrayList();
+               innerNot1.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.NotificationsBuilder().setCNotification(
+                               cn1).build());
+               innerNot1.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.pcntf.message.notifications.NotificationsBuilder().setCNotification(
+                               cn1).build());
+               final List<Rps> rps1 = Lists.newArrayList();
+               rps1.add(new RpsBuilder().setRp(this.rpFalse).build());
+               rps1.add(new RpsBuilder().setRp(this.rpFalse).build());
+
+               b.setNotifications(innerNot1);
+               b.setRps(rps1);
+               nots.add(b.build());
+               builder.setNotifications(nots);
+
+               assertEquals(new PcntfBuilder().setPcntfMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               final ByteBuf buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new PcntfBuilder().setPcntfMessage(builder.build()).build(), buf);
+               assertArrayEquals(result, buf.array());
+       }
+
+       @Test
+       public void testErrorMsg() throws IOException, PCEPDeserializerException {
+               byte[] result = ByteArray.fileToBytes("src/test/resources/PCErr.5.bin");
+
+               final ErrorObject error1 = new ErrorObjectBuilder().setIgnore(false).setProcessingRule(false).setType((short) 3).setValue(
+                               (short) 1).build();
+
+               final PCEPErrorMessageParser parser = new PCEPErrorMessageParser(this.ctx.getObjectHandlerRegistry());
+
+               List<Errors> innerErr = Lists.newArrayList();
+
+               final PcerrMessageBuilder builder = new PcerrMessageBuilder();
+
+               final List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.request._case.request.Rps> rps = Lists.newArrayList();
+               rps.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcerr.message.pcerr.message.error.type.request._case.request.RpsBuilder().setRp(
+                               this.rpFalse).build());
+
+               innerErr.add(new ErrorsBuilder().setErrorObject(error1).build());
+
+               builder.setErrors(innerErr);
+               builder.setErrorType(new RequestCaseBuilder().setRequest(new RequestBuilder().setRps(rps).build()).build());
+
+               assertEquals(new PcerrBuilder().setPcerrMessage(builder.build()).build(),
+                               parser.parseMessage(ByteArray.cutBytes(result, 4), Collections.<Message> emptyList()));
+               ByteBuf buf = Unpooled.buffer(result.length);
+               parser.serializeMessage(new PcerrBuilder().setPcerrMessage(builder.build()).build(), buf);
+               assertArrayEquals(result, buf.array());
+       }
+}
diff --git a/pcep/impl/src/test/resources/PCEPOpenMessage1.bin b/pcep/impl/src/test/resources/PCEPOpenMessage1.bin
new file mode 100644 (file)
index 0000000..b0f3012
Binary files /dev/null and b/pcep/impl/src/test/resources/PCEPOpenMessage1.bin differ