Pavel Bar <[email protected]> writes: > Hi Milan, > Can you please check the following VDSM tests's failures: > > *Environment:* > 1) VDSM master branch; > 2) Fedora 29 OS > > *Execution (from root folder):* > *make check* > > *Issues:* > 1) An authentication pop-up window jumps when executing: > > > *Warning no default label for > /tmp/tmpRCRsYm/libvirtd.............................................................SS.........................................S.SS..S................S.S..................................................................SSS..SSSSS..SSSSSSS.................SSS..SSS...S..............SSSS..SS.....S.........SSSSS.S.S.........................SSSSS....SSSSSS......................................S..SSSSSSSSS.SS.........................................................................................................................................................................----------------------------------------------------------------------* > > 2) 2 error outputs received, the 2nd one multiple times: > > *ERROR: InvocationError for command > '/home/pbar/Dev/git/vdsm/pbar/master/tests/profile network-py27 ./py-watch > 600 pytest --durations=5 --cov=vdsm.network > --cov-report=html:htmlcov-network-py27 --cov-fail-under=42 > network/integration network/unit' (exited with code 1)* > > > > *E HookError: Hook Error: ('Traceback (most recent call > last):\n File "/usr/libexec/vdsm/hooks/before_nic_hotplug/50_vmfex", line > 35, in <module>\n from vdsm import libvirtconnection\nImportError: > cannot import name libvirtconnection\n',)../lib/vdsm/common/hooks.py:124: > HookError*
Hi Pavel, I can see the reported line above is actually from vdsm.common import libvirtconnection in master, rather than from vdsm import libvirtconnection It looks like the test uses an installed hook rather than a hook from the source tree and the installed hook is of different version. Adding Edward, he should know more about the hook and the network tests. _______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/D6SKXJHULBFC3ZYTBVXVUZNBLGJD6BPU/
