Re: [ovs-dev] [PATCH] rhel: Fix tests on mock and koji

2019-02-28 Thread Ben Pfaff
On Thu, Feb 28, 2019 at 01:24:08PM -0300, Flavio Leitner wrote: > On Thu, Feb 28, 2019 at 04:55:11PM +0100, Timothy Redaelli wrote: > > Currently many tests fails on mock/koji since /etc/resolv.conf is not > > present. The unexpected warning causes them to abort. > > > > After this patch an empty

Re: [ovs-dev] [PATCH] rhel: Fix tests on mock and koji

2019-02-28 Thread Flavio Leitner
On Thu, Feb 28, 2019 at 04:55:11PM +0100, Timothy Redaelli wrote: > Currently many tests fails on mock/koji since /etc/resolv.conf is not > present. The unexpected warning causes them to abort. > > After this patch an empty resolv.conf is created and used before issuing > "make check". > > Signed

[ovs-dev] [PATCH] rhel: Fix tests on mock and koji

2019-02-28 Thread Timothy Redaelli
Currently many tests fails on mock/koji since /etc/resolv.conf is not present. The unexpected warning causes them to abort. After this patch an empty resolv.conf is created and used before issuing "make check". Signed-off-by: Timothy Redaelli --- rhel/openvswitch-fedora.spec.in | 2 ++ rhel/ovn