Disable broken unit test: NeutronFloatingIPInterfaceTest
authorSam Hague <shague@redhat.com>
Tue, 12 Jan 2016 21:46:33 +0000 (16:46 -0500)
committerSam Hague <shague@redhat.com>
Tue, 12 Jan 2016 21:46:51 +0000 (16:46 -0500)
commitc60aa921d9696cb130f30e188aa87c51ddd42867
tree5a875c1cfaeb0516470408846369550c6db12c56
parent0836bf662a16dd42188d04f444555569d619c54c
Disable broken unit test: NeutronFloatingIPInterfaceTest

The test fails with:

Running org.opendaylight.ovsdb.openstack.netvirt.translator.crud.impl.NeutronFloatingIPInterfaceTest
Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.908 sec <<< FAILURE! - in org.opendaylight.ovsdb.openstack.netvirt.translator.crud.impl.NeutronFloatingIPInterfaceTest
testRegisterNewInterface(org.opendaylight.ovsdb.openstack.netvirt.translator.crud.impl.NeutronFloatingIPInterfaceTest)  Time elapsed: 0.054 sec  <<< ERROR!
java.lang.NullPointerException: null
        at org.opendaylight.ovsdb.openstack.netvirt.translator.crud.impl.NeutronFloatingIPInterface.<init>(NeutronFloatingIPInterface.java:35)
                at org.opendaylight.ovsdb.openstack.netvirt.translator.crud.impl.NeutronFloatingIPInterfaceTest.testRegisterNewInterface(NeutronFloatingIPInterfaceTest.java:329)

There are other exceptions listed earlier which look to be a conflict between the mockito and jacoco:

https://gist.github.com/02f3a56db00ce9b15eb2

Change-Id: I519e63c4a8825d49189dbc4b241998b940c6f4f2
Signed-off-by: Sam Hague <shague@redhat.com>
openstack/net-virt/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/translator/crud/impl/NeutronFloatingIPInterfaceTest.java