Add missing test methods to IRouterAware and clean up unused imports. 31/1731/1
authorRyan Moats <rmoats@us.ibm.com>
Mon, 7 Oct 2013 18:20:06 +0000 (13:20 -0500)
committerRyan Moats <rmoats@us.ibm.com>
Mon, 7 Oct 2013 18:20:06 +0000 (13:20 -0500)
commit615e66d04d9237548ff0cff722f95a36c3b45921
treee584ab95c4462749674b1ffcabe3c29d72e68e3f
parentd684dd484ca6d7a31bd4fc66fd6d4778938586ba
Add missing test methods to IRouterAware and clean up unused imports.

Realized that initial Neutron IRouterAware was missing test methods
for interface attach and detach operation.  In addition, removed
unused imports from other classes.

Change-Id: I8547ad7e7437d7215151f843744b56b2e0d93197
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
opendaylight/networkconfiguration/neutron/implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronNetworkInterface.java
opendaylight/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronRouterAware.java
opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFloatingIPsNorthbound.java
opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronRoutersNorthbound.java
opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronSubnetsNorthbound.java