Change in vdsm[master]: tests: import missing module in functional/utils

mpolednik at redhat.com mpolednik at redhat.com
Mon Feb 15 14:35:43 UTC 2016


Martin Polednik has uploaded a new change for review.

Change subject: tests: import missing module in functional/utils
......................................................................

tests: import missing module in functional/utils

Netinfo module does not expose it's modules in __init__. They must
therefore be explicitly imported. Utils module lacked one of the
modules (cache), which is what this patch corrects.

Change-Id: Iefce053c06527e0745e22c3bd0d9cfd3a0a7084a
Signed-off-by: Martin Polednik <mpolednik at redhat.com>
---
M tests/functional/utils.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/29/53529/1

diff --git a/tests/functional/utils.py b/tests/functional/utils.py
index 1e13ef6..237ded3 100644
--- a/tests/functional/utils.py
+++ b/tests/functional/utils.py
@@ -29,6 +29,7 @@
 from vdsm import vdscli
 from vdsm import jsonrpcvdscli
 from vdsm import netinfo
+from vdsm.netinfo import cache
 from vdsm import supervdsm
 from vdsm.netconfpersistence import RunningConfig
 


-- 
To view, visit https://gerrit.ovirt.org/53529
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iefce053c06527e0745e22c3bd0d9cfd3a0a7084a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Polednik <mpolednik at redhat.com>


More information about the vdsm-patches mailing list