Add Junit testing of JAXB for Neutron FWaaS objects 56/17056/8
authorRyan Moats <rmoats@us.ibm.com>
Tue, 24 Mar 2015 13:24:08 +0000 (08:24 -0500)
committerRyan Moats <rmoats@us.ibm.com>
Thu, 26 Mar 2015 15:27:40 +0000 (10:27 -0500)
commit0ea55e088d94189db95e5bf9283d6cbcde0f0a50
treea9afccd8323a94b1191dfe1c5f3a18e87d9521fb
parent0be28cdd54f0c409ae418a9567e96a3e7560367c
Add Junit testing of JAXB for Neutron FWaaS objects

Correct some type mistakes in NeutronFirewallPolicy and
NeutronFirewallRule and add Junit testing of JAXB annotations
for NeutronFirewall objects

Change-Id: I645cc6a831c5698c504ce2f393e2ba456d142f53
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
neutron-spi/pom.xml
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFirewallPolicy.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFirewallRule.java
neutron-spi/src/test/java/org/opendaylight/neutron/spi/JaxbTestHelper.java [new file with mode: 0644]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronFirewallJAXBTest.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronFirewallRulesNorthbound.java