Change in vdsm[master]: networkTests: sort imports from Python libraries (including ...

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


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

Change subject: networkTests: sort imports from Python libraries (including 3rd party)
......................................................................

networkTests: sort imports from Python libraries (including 3rd party)

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


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/34/37034/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index 9b15fcc..a847db9 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -18,10 +18,12 @@
 #
 from contextlib import contextmanager
 from functools import wraps
-import os.path
 import json
-import signal
 import netaddr
+from nose import with_setup
+from nose.plugins.skip import SkipTest
+import os.path
+import signal
 
 from hookValidation import ValidatesHook
 from network.sourceroute import StaticSourceRoute
@@ -34,8 +36,6 @@
 import dummy
 import firewall
 import veth
-from nose import with_setup
-from nose.plugins.skip import SkipTest
 from utils import SUCCESS, VdsProxy
 
 from vdsm.ipwrapper import (routeExists, ruleExists, addrFlush, LinkType,


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I62c9ffa731bb71948970d080ff1c2cef88cb74f7
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