|
I'm consistently unable to build the controller because of this error in netconf.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.opendaylight.controller.netconf.confignetconfconnector.NetconfMappingTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.615 sec - in org.opendaylight.controller.netconf.confignetconfconnector.NetconfMappingTest
Running org.opendaylight.controller.netconf.confignetconfconnector.operations.editconfig.EditConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.opendaylight.controller.netconf.confignetconfconnector.operations.editconfig.EditConfigTest
Running org.opendaylight.controller.netconf.confignetconfconnector.operations.editconfig.ReplaceEditConfigStrategyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.opendaylight.controller.netconf.confignetconfconnector.operations.editconfig.ReplaceEditConfigStrategyTest
Running org.opendaylight.controller.netconf.confignetconfconnector.operations.ValidateTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.opendaylight.controller.netconf.confignetconfconnector.operations.ValidateTest
Running org.opendaylight.controller.netconf.confignetconfconnector.osgi.NetconfOperationServiceImplTest
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.022 sec <<< FAILURE! - in org.opendaylight.controller.netconf.confignetconfconnector.osgi.NetconfOperationServiceImplTest
testCheckConsistencyBetweenYangStoreAndConfig_yangStoreMore(org.opendaylight.controller.netconf.confignetconfconnector.osgi.NetconfOperationServiceImplTest) Time elapsed: 0.008 sec <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.AssertionError>
at org.junit.Assert.assertThat(Assert.java:778)
at org.junit.Assert.assertThat(Assert.java:736)
at org.opendaylight.controller.netconf.confignetconfconnector.osgi.NetconfOperationServiceImplTest.testCheckConsistencyBetweenYangStoreAndConfig_yangStoreMore(NetconfOperationServiceImplTest.java:61)
Running org.opendaylight.controller.netconf.confignetconfconnector.ServiceTrackerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.opendaylight.controller.netconf.confignetconfconnector.ServiceTrackerTest
Results :
Tests in error:
NetconfOperationServiceImplTest.testCheckConsistencyBetweenYangStoreAndConfig_yangStoreMore ยป
Tests run: 29, Failures: 0, Errors: 1, Skipped: 2
|