openflowjava.git
10 years agoDraft implementation of integration tests 11/1311/2
michal.polkorab [Thu, 19 Sep 2013 14:19:44 +0000 (16:19 +0200)]
Draft implementation of integration tests

(Re)implemented funcionality in components used for lib <-> plugin communication

Unit tests now uses mock objects instead of EmbeddedChannel

Signed-off-by: michal.polkorab <michal.polkorab@pantheon.sk>
Change-Id: Ic4932bd0d6d73066ce2f51b5a9ef2966af095f4c

10 years agoadd lib-plugin interaction implementations on library side 24/1224/1
Michal Rehak [Thu, 12 Sep 2013 20:37:27 +0000 (22:37 +0200)]
add lib-plugin interaction implementations on library side

- startup, shutdown of multiple servers creates chained future result
- update yangtool version to 0.5.8-SNAPSHOT

Change-Id: Id8f2fe0f5a4050592d62af2c5b416574150b6f9d
Signed-off-by: Michal Rehak <mirehak@cisco.com>
10 years agoMerge "Added more (de)serialization factories + ByteBufUtils methods"
Daniel Bartos [Tue, 17 Sep 2013 10:41:08 +0000 (10:41 +0000)]
Merge "Added more (de)serialization factories + ByteBufUtils methods"

10 years agoAdded more (de)serialization factories + ByteBufUtils methods 96/1196/3
michal.polkorab [Mon, 16 Sep 2013 11:36:22 +0000 (13:36 +0200)]
Added more (de)serialization factories + ByteBufUtils methods

Mantaining code - extracting methods in tests

Signed-off-by: michal.polkorab <michal.polkorab@pantheon.sk>
Change-Id: I07fdf59fa2602bc78630b8b0946381c3f3e146fe

10 years agoMerge "Added more serialization factories"
Daniel Bartos [Mon, 16 Sep 2013 11:53:25 +0000 (11:53 +0000)]
Merge "Added more serialization factories"

10 years agoAdded more serialization factories 72/1172/1
michal.polkorab [Thu, 12 Sep 2013 19:51:54 +0000 (12:51 -0700)]
Added more serialization factories

Signed-off-by: michal.polkorab <michal.polkorab@pantheon.sk>
10 years agofix yang: get-async-*, changed from notification to rpc calls 71/1171/2
Michal Rehak [Thu, 12 Sep 2013 19:43:30 +0000 (21:43 +0200)]
fix yang: get-async-*, changed from notification to rpc calls

Change-Id: I192989f8960e062350cb29f68de4a57f9fc08356
Signed-off-by: Michal Rehak <mirehak@cisco.com>
10 years agoRenamed packages to org.opendaylight.openflowjava.protocol.impl.* 69/1169/1
michal.polkorab [Thu, 12 Sep 2013 16:56:31 +0000 (09:56 -0700)]
Renamed packages to org.opendaylight.openflowjava.protocol.impl.*

Renamed class names to match cammelCase

Signed-off-by: michal.polkorab <michal.polkorab@pantheon.sk>
10 years agoMerge "add basic lib - plugin communication"
Daniel Bartos [Thu, 12 Sep 2013 05:54:23 +0000 (05:54 +0000)]
Merge "add basic lib - plugin communication"

10 years agoadd basic lib - plugin communication 63/1163/2
Michal Rehak [Sat, 7 Sep 2013 05:01:17 +0000 (07:01 +0200)]
add basic lib - plugin communication

api, spi interfaces
sal-common-util dependency
lib-side implementations draft

Change-Id: I661689487feee50f966ba56d30e8d7615c94fbf0
Signed-off-by: Michal Rehak <mirehak@cisco.com>
10 years agoImplemented basic deserialization 10/1110/4
michal.polkorab [Fri, 6 Sep 2013 07:31:22 +0000 (00:31 -0700)]
Implemented basic deserialization

Implemented basic serialization

Added encoder / decoder factory table

Updated netty version from 4.0.4 to 4.0.8 final

Fixed m2 plugin extensions to ignore generate-source phase

Fixed tests - not getting stuck after input files are not found

Signed-off-by: michal.polkorab <michal.polkorab@pantheon.sk>
Change-Id: I259e19bb6a98e352c23ee94859fe61e90056ee16

10 years agoquickfix of list generation 07/1107/3
Michal Rehak [Thu, 5 Sep 2013 21:23:14 +0000 (23:23 +0200)]
quickfix of list generation

removed TODOs regarding using grouping from different context (ofaction)
changed lists with items of one-leaf-type to leaf-list

Change-Id: I8a2dd5756c112bce1015d66c8c330152ee807ea4
Signed-off-by: Michal Rehak <mirehak@cisco.com>
10 years agoMerge "added content of grouping in of-protocol"
Daniel Bartos [Thu, 5 Sep 2013 18:02:11 +0000 (18:02 +0000)]
Merge "added content of grouping in of-protocol"

10 years agoadded content of grouping in of-protocol 90/1090/2
Michal Rehak [Wed, 4 Sep 2013 09:03:58 +0000 (11:03 +0200)]
added content of grouping in of-protocol

replaced tabs with spaces

Change-Id: Id093f4a31bf1382b6ad58dee4ca38f85714cfa0c
Signed-off-by: Michal Rehak <mirehak@cisco.com>
10 years agoAdded tests and merged clients together 88/1088/5
michal.polkorab [Wed, 4 Sep 2013 05:51:50 +0000 (22:51 -0700)]
Added tests and merged clients together

Change-Id: I68931100ac6e98550c1dc5537e5d1000c0b15316
Signed-off-by: michal.polkorab <michal.polkorab@pantheon.sk>
10 years agoMerge "Fixed duplicates of RPC statements"
Daniel Bartos [Tue, 3 Sep 2013 22:44:28 +0000 (22:44 +0000)]
Merge "Fixed duplicates of RPC statements"

10 years agoMerge "Added couple of codec classes for table feature property,group feature and...
Daniel Bartos [Tue, 3 Sep 2013 22:43:47 +0000 (22:43 +0000)]
Merge "Added couple of codec classes for table feature property,group feature and group descriptions. Minor changes in some of the classes with some bug fixes. Signed-off-by: Anilkumar Vishnoi <avishnoi@in.ibm.com>"

10 years agoFixed duplicates of RPC statements 26/926/3
Adam Brcek [Tue, 20 Aug 2013 17:06:18 +0000 (19:06 +0200)]
Fixed duplicates of RPC statements

Change-Id: Iec7e527c3f1b49823d4389a83d39a59b466dcf08
Signed-off-by: Adam Brcek <adam.brcek@pantheon.sk>
10 years agoAdded more openflow models 25/925/2
Adam Brcek [Tue, 20 Aug 2013 13:28:25 +0000 (15:28 +0200)]
Added more openflow models

  - openflow-action defines Openflow Actions
  - openflow-instruction defines Openflow Instructions
  - openflow-extensible-match defines Openflow Extensible Match
  - openflow-protocol defines Openflow Protocol messages and structures

Change-Id: Ifcaa196a673e83525a6a14d2c46603263cedbdd7
Signed-off-by: Adam Brcek <adam.brcek@pantheon.sk>
10 years agoAdded couple of codec classes for table feature property,group feature and group... 84/1084/1
Anilkumar Vishnoi [Tue, 3 Sep 2013 18:15:11 +0000 (23:45 +0530)]
Added couple of codec classes for table feature property,group feature and group descriptions.
Minor changes in some of the classes with some bug fixes.
Signed-off-by: Anilkumar Vishnoi <avishnoi@in.ibm.com>
10 years agoChanging group id according to jenkins merge rules. 49/1049/5
Michal Rehak [Thu, 29 Aug 2013 20:13:04 +0000 (22:13 +0200)]
Changing group id according to jenkins merge rules.

Change-Id: I24147d7dbc938f11dfd7abd1052a1adb532b96f9
Signed-off-by: Michal Rehak <mirehak@cisco.com>
10 years agofirst draft implementation of openflowjava-core 95/895/3
michal.polkorab [Fri, 16 Aug 2013 14:16:15 +0000 (16:16 +0200)]
first draft implementation of openflowjava-core

fix change packaging from pom to jar

adding targets to ignore list

improved logging, response support, comments resolved

Signed-off-by: michal.polkorab <michal.polkorab@pantheon.sk>
Change-Id: Ibada27dbc9de8028e6eee044ed08e1c699e32e2f

10 years agoAdded openflow-codec and openflowj_netty from openflowplugin 47/1047/1
Ed Warnicke [Thu, 29 Aug 2013 19:49:54 +0000 (12:49 -0700)]
Added openflow-codec and openflowj_netty from openflowplugin

Signed-off-by: Ed Warnicke <eaw@cisco.com>
10 years agoAdded YANG model of Openflow Types 83/783/3
Adam Brcek [Sun, 4 Aug 2013 17:15:07 +0000 (19:15 +0200)]
Added YANG model of Openflow Types

Change-Id: Id5b25a47aabfbd1449f9536b81de4ab7f28dce5b
Signed-off-by: Adam Brcek <adam.brcek@pantheon.sk>
10 years agoAdded initial Maven pom structures 39/639/1
Adam Brcek [Wed, 24 Jul 2013 10:51:06 +0000 (12:51 +0200)]
Added initial Maven pom structures

Signed-off-by: Adam Brcek <adam.brcek@pantheon.sk>
10 years agoInitial empty repository
Andrew Grimberg [Thu, 18 Jul 2013 22:27:32 +0000 (22:27 +0000)]
Initial empty repository