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

Change subject: testSetupNetworksOverDhcpIface: respect the system version for 
dnsmasq
......................................................................

testSetupNetworksOverDhcpIface: respect the system version for dnsmasq

Change-Id: I692f09f406dd10746b79edcec04f9c564f180efc
Signed-off-by: Ondřej Svoboda <osvob...@redhat.com>
---
M tests/functional/networkTests.py
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index 7edd21b..5e69625 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -2167,7 +2167,7 @@
         with veth.pair() as (server, client):
             veth.setIP(server, IP_ADDRESS, IP_CIDR)
             veth.setLinkUp(server)
-            with dnsmasqDhcp(server):
+            with dnsmasqDhcp(server, _system_is_el6()):
                 with namedTemporaryDir(dir='/var/lib/dhclient') as dhdir:
                     # Start a non-vdsm owned dhclient for the 'client' iface
                     dhclient_runner = dhcp.DhclientRunner(


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I692f09f406dd10746b79edcec04f9c564f180efc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ondřej Svoboda <osvob...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to