[Ovirt-devel] [PATCH node-image] Added new autotests and refactored the autotest script.

Alan Pevec apevec at gmail.com
Tue May 5 20:35:55 UTC 2009


On Fri, May 1, 2009 at 8:14 PM, Darryl L. Pierce <dpierce at redhat.com> wrote:
> +    debug "Starting dnsmasq"
> +    dns_startup="sudo /usr/sbin/dnsmasq --read-ethers
> +                                        --dhcp-range=${NETWORK}.100,${NETWORK}.254,255.255.255.0,24h
> +                                        --interface=${iface}
> +                                        --bind-interfaces
> +                                        --except-interface=lo

also add:
+                                        --conf-file=

like libvirt does for virtual networks, to avoid including dnsmasq
config from /etc

ACK with that, worked in my setup:
Tue May  5 22:24:48 CEST 2009 Completed test: test_stateful_pxe [result=0]

VM, libvirt network and dnsmasq instance were all properly cleaned up




More information about the ovirt-devel mailing list