This group is locked. No changes can be made to the group while it is locked.
Date
1 - 1 of 1
[genius-dev] Single feature tests failing on NetVirt master blocking all merges
Faseela K <faseela.k@...>
Luiz has raised a bug for the same, and a patch to see if it helps.
https://bugs.opendaylight.org/show_bug.cgi?id=8304
https://git.opendaylight.org/gerrit/#/c/56030
From: genius-dev-bounces@... [mailto:genius-dev-bounces@...]
On Behalf Of N Vivekanandan
Sent: Wednesday, April 26, 2017 2:14 PM To: odl netvirt dev <netvirt-dev@...>; genius-dev@...; aaa-dev@... Subject: [genius-dev] Single feature tests failing on NetVirt master blocking all merges
Hi Team,
We could see that SingleFeatureTest is consistently failing on NetVirt with the below tests specifically failing:
[INFO] OpenDaylight :: NetVirt :: api ..................... SUCCESS [01:05 min] [INFO] OpenDaylight :: NetVirt :: impl .................... FAILURE [01:25 min] [INFO] OpenDaylight :: NetVirt :: OpenStack ............... SKIPPED
Can the respective teams please take a look and help with fixes?
Missing dependencies:
(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService)
NOK org.opendaylight.ovsdb.hwvtepsouthbound-impl: OSGi state = Active, Karaf bundleState = GracePeriod, due to: Blueprint
4/26/17 7:40 AM
Missing dependencies:
(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection)
25. NOK org.opendaylight.ovsdb.library: OSGi state = Active, Karaf bundleState = GracePeriod, due to: Blueprint
4/26/17 7:40 AM
Missing dependencies:
(objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)
26. NOK org.opendaylight.ovsdb.southbound-impl: OSGi state = Active, Karaf bundleState = GracePeriod, due to: Blueprint
4/26/17 7:40 AM
Missing dependencies:
(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection)
at org.opendaylight.odlparent.bundles4test.TestBundleDiag.checkBundleDiagInfos(TestBundleDiag.java:86)
at org.opendaylight.odlparent.bundles4test.TestBundleDiag.checkBundleDiagInfos(TestBundleDiag.java:50)
at org.opendaylight.odlparent.featuretest.SingleFeatureTest.installFeature(SingleFeatureTest.java:387)
at org.opendaylight.odlparent.featuretest.SingleFeatureTest.installFeatureCatchAndLog(SingleFeatureTest.java:338)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:745)
|
|