Change in vdsm[master]: unbreak pyflakes

danken at redhat.com danken at redhat.com
Fri Apr 24 11:08:01 UTC 2015


Dan Kenigsberg has uploaded a new change for review.

Change subject: unbreak pyflakes
......................................................................

unbreak pyflakes

this should have been included in commit ec697835c.

Change-Id: I6add67775a9ba1a06d4ed981a3f2aebcc5e61130
Signed-off-by: Dan Kenigsberg <danken at redhat.com>
---
M tests/functional/networkTests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/08/40208/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index 3cc1111..51b664e 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -1478,7 +1478,7 @@
 
             self.vdsm_net.save_config()
 
-            with dnsmasqDhcp(server, _system_is_el6()):
+            with dnsmasqDhcp(server):
                 with namedTemporaryDir(dir='/var/lib/dhclient') as dhdir:
                     dhclient_runner = dhcp.DhclientRunner(client, 4, dhdir,
                                                           'default')


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6add67775a9ba1a06d4ed981a3f2aebcc5e61130
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>


More information about the vdsm-patches mailing list