Zhou Zheng Sheng has uploaded a new change for review. Change subject: fix the "netinfo" module import problem ......................................................................
fix the "netinfo" module import problem some files just do "import netinfo", but it should be "from vdsm import netinfo". This problem cause the latest vdsm services can not start completely. And related tests will fail in the installed vdsm tree. The problem can not be discovered by 'make check' because "netinfo.py" is under the sub-dir "vdsm", so just "import netinfo" is OK. However the problem will appear in the installed tree, because "netinfo.py" is installed to "/usr/lib64/python2.7/site-packages/vdsm/" Change-Id: Ic73870e57d306615e01e1ed8504aac7eda8f74d6 Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M tests/configNetworkTests.py M vdsm/libvirtvm.py 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/21/6221/1 -- To view, visit http://gerrit.ovirt.org/6221 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic73870e57d306615e01e1ed8504aac7eda8f74d6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
