Bug 2820 - LLDP TLV support and testing 12/16512/7
authorJozef Gloncak <jgloncak@cisco.com>
Tue, 17 Mar 2015 11:50:15 +0000 (12:50 +0100)
committerJozef Gloncak <jgloncak@cisco.com>
Fri, 20 Mar 2015 07:40:46 +0000 (08:40 +0100)
commit04b65af0a1266b55884f6d7dbaeddb9de8805791
tree4592121ce13bc19e59182cbb3dc7756821c798cf
parent80aa6ca219506d06a8ad1628271598ffb4fb8710
Bug 2820 - LLDP TLV support and testing

- enhancement: deserialization now supports custom TLV
- tests:
  - LLDP.deserialize
  - LLDPTLV.createCustomValue
  - LLDPTLV.getCustomString
  - beautified (checkstyle)

Change-Id: I56c807b46d889266fc43cdc9b35d00bf17bb4d09
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
Signed-off-by: Michal Rehak <mirehak@cisco.com>
(cherry picked from commit 91a47340196d4a5bbf9beaaed9a202bf4a8836d9)
opendaylight/commons/liblldp/pom.xml
opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/LLDP.java
opendaylight/commons/liblldp/src/test/java/org/opendaylight/controller/liblldp/LLDPTLVTest.java [new file with mode: 0644]
opendaylight/commons/liblldp/src/test/java/org/opendaylight/controller/liblldp/LLDPTest.java
opendaylight/commons/liblldp/src/test/resources/log4j.xml [new file with mode: 0644]