On Tue, 13 Dec 2016 00:28:33 +0100
Laurent Vivier <lviv...@redhat.com> wrote:

> Signed-off-by: Laurent Vivier <lviv...@redhat.com>
> ---
>  tests/Makefile.include | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index e98d3b6..be6209d 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -283,6 +283,9 @@ gcov-files-ppc64-y += hw/usb/hcd-uhci.c
>  check-qtest-ppc64-y += tests/usb-hcd-xhci-test$(EXESUF)
>  gcov-files-ppc64-y += hw/usb/hcd-xhci.c
>  check-qtest-ppc64-y += $(check-qtest-virtio-y)
> +check-qtest-ppc64-y += tests/test-netfilter$(EXESUF)
> +check-qtest-ppc64-y += tests/test-filter-mirror$(EXESUF)
> +check-qtest-ppc64-y += tests/test-filter-redirector$(EXESUF)
>  
>  check-qtest-sh4-y = tests/endianness-test$(EXESUF)
>  

Reviewed-by: Greg Kurz <gr...@kaod.org>

And this what I get on x86, x86_64, pp64 and ppc64le hosts:

TEST: tests/test-netfilter... (pid=1433)
  /ppc64/netfilter/addremove_one:                                      OK
  /ppc64/netfilter/remove_netdev_one:                                  OK
  /ppc64/netfilter/addremove_multi:                                    OK
  /ppc64/netfilter/remove_netdev_multi:                                OK
PASS: tests/test-netfilter
TEST: tests/test-filter-mirror... (pid=1441)
  /ppc64/netfilter/mirror:                                             OK
PASS: tests/test-filter-mirror

so

Tested-by: Greg Kurz <gr...@kaod.org>

Reply via email to