Change in vdsm[master]: networkTests: order VDSM libraries after system libraries

osvoboda at redhat.com osvoboda at redhat.com
Sun Jan 18 18:09:13 UTC 2015


Ondřej Svoboda has uploaded a new change for review.

Change subject: networkTests: order VDSM libraries after system libraries
......................................................................

networkTests: order VDSM libraries after system libraries

Change-Id: Ia0172b0813f0719850f80e1cf67d42bffbaa82a7
Signed-off-by: Ondřej Svoboda <osvoboda at redhat.com>
---
M tests/functional/networkTests.py
1 file changed, 8 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/35/37035/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index a847db9..455541d 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -25,6 +25,14 @@
 import os.path
 import signal
 
+from vdsm.constants import EXT_BRCTL, EXT_IFUP, EXT_IFDOWN
+from vdsm import ipwrapper
+from vdsm.ipwrapper import (routeExists, ruleExists, addrFlush, LinkType,
+                            getLinks, routeShowTable)
+from vdsm.netinfo import (bridges, operstate, prefix2netmask, getRouteDeviceTo,
+                          _get_dhclient_ifaces)
+from vdsm.utils import RollbackContext, execCmd, pgrep, running
+
 from hookValidation import ValidatesHook
 from network.sourceroute import StaticSourceRoute
 from testlib import (VdsmTestCase as TestCaseBase, namedTemporaryDir,
@@ -37,16 +45,6 @@
 import firewall
 import veth
 from utils import SUCCESS, VdsProxy
-
-from vdsm.ipwrapper import (routeExists, ruleExists, addrFlush, LinkType,
-                            getLinks, routeShowTable)
-
-from vdsm.constants import EXT_BRCTL, EXT_IFUP, EXT_IFDOWN
-from vdsm.utils import RollbackContext, execCmd, running
-from vdsm.netinfo import (bridges, operstate, prefix2netmask, getRouteDeviceTo,
-                          _get_dhclient_ifaces)
-from vdsm import ipwrapper
-from vdsm.utils import pgrep
 
 import caps
 from network import errors


-- 
To view, visit http://gerrit.ovirt.org/37035
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0172b0813f0719850f80e1cf67d42bffbaa82a7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ondřej Svoboda <osvoboda at redhat.com>


More information about the vdsm-patches mailing list