Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp512119ybn; Wed, 2 Oct 2019 01:36:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqwaSUeZPZQsU7U2NLZN5pMDVKZ6VSeLjeUC5BB2QQWKKvmnpPYB1+MIBLroC3FAanEhjEpP X-Received: by 2002:a17:906:e290:: with SMTP id gg16mr1942268ejb.176.1570005379701; Wed, 02 Oct 2019 01:36:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570005379; cv=none; d=google.com; s=arc-20160816; b=U4QYVDSunQClKS0kjDNYZQMqBOs9dLz2F6/BCzlVJi0YjUW3v3fy3Qa+Old25Bj8gh KHfuolWHnEgz2nPv/8d3r2wBwszS2XSXcBS8XzRcjijGWwyUUG2jNqisy9xnz+NEHDgW e0dxT9gV5vMXuAUQnWgAs+xmL8t7BAtCwIVIAZMLW3jcDPR4z8JfwJNLNb8Iulcg4I4Z SujU+eTR9LtIhxWh1frdJKokj+H4rrMNIW1hlftFBjmfUXuXEJSRx56BXbll1h4ypnM5 6mn7L28L96SZNf4x4WNLPlh+SBcIkV6CUKb+csbC3qSrp5Skf6pAwsstp3ig1Pcz9G4m RIAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:to :from:date; bh=WsPL91XKFW/Bgxk1V1+J1hgMo5mbvr1IC9MWHu1xB6o=; b=JGqGI0956vCgsMMio1td6TvdLRP78eshmDgs6qwxsVa29Fyo/t9ViwobMTs6lStZF0 yPDf3K2oP7kLomus0RweU1tdFYkZYFjTttIMa8/sMWiFYRBNSyayWlEPnZOWiiXU5DEm JSigsOR5vFLYInR/7jKmxjzZ1nISGtPW1M8LpfumG5Ure38JI9Hj4g0CGOVTFg4hqMmz FDdeKXiLnT6wpkakbRsiX7/roUCL6jdUXiE286H1yiacy4HHewJTm/hxSrhwbKBaGCHn AEHj/2zktxhmBYQaz3iPDvgdHTTO8fPtemwlMbNMjKa9gpsEUFDhhCQo6nx2yvUK7JWk OdRA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b22si11398385eda.194.2019.10.02.01.34.52; Wed, 02 Oct 2019 01:36:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726233AbfJBH3g (ORCPT + 99 others); Wed, 2 Oct 2019 03:29:36 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:54588 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725991AbfJBH3f (ORCPT ); Wed, 2 Oct 2019 03:29:35 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 9D0E925B7E3; Wed, 2 Oct 2019 17:29:33 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id A9CD4940376; Wed, 2 Oct 2019 09:29:31 +0200 (CEST) Date: Wed, 2 Oct 2019 09:29:31 +0200 From: Simon Horman To: Julian Anastasov , Haishuang Yan , Shuah Khan , Pablo Neira Ayuso , "David S. Miller" , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org Subject: Re: [PATCH v3 0/3] selftests: netfilter: introduce test cases for ipvs Message-ID: <20191002072931.fmrxcfggn7b5stud@verge.net.au> References: <1569939599-1872-1-git-send-email-yanhaishuang@cmss.chinamobile.com> <20191002012726.GB9810@dimstar.local.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191002012726.GB9810@dimstar.local.net> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 02, 2019 at 11:27:26AM +1000, Duncan Roe wrote: > On Tue, Oct 01, 2019 at 09:34:13PM +0300, Julian Anastasov wrote: > > > > Hello, > > > > On Tue, 1 Oct 2019, Haishuang Yan wrote: > > > > > This series patch include test cases for ipvs. > > > > > > The test topology is who as below: > > > +--------------------------------------------------------------+ > > > | | | > > > | ns0 | ns1 | > > > | ----------- | ----------- ----------- | > > > | | veth01 | --------- | veth10 | | veth12 | | > > > | ----------- peer ----------- ----------- | > > > | | | | | > > > | ----------- | | | > > > | | br0 | |----------------- peer |--------------| > > > | ----------- | | | > > > | | | | | > > > | ---------- peer ---------- ----------- | > > > | | veth02 | --------- | veth20 | | veth12 | | > > > | ---------- | ---------- ----------- | > > > | | ns2 | > > > | | | > > > +--------------------------------------------------------------+ > > > > > > Test results: > > > # selftests: netfilter: ipvs.sh > > > # Testing DR mode... > > > # Testing NAT mode... > > > # Testing Tunnel mode... > > > # ipvs.sh: PASS > > > ok 6 selftests: netfilter: ipvs.sh > > > > > > Haishuang Yan (3): > > > selftests: netfilter: add ipvs test script > > > selftests: netfilter: add ipvs nat test case > > > selftests: netfilter: add ipvs tunnel test case > > > > Acked-by: Julian Anastasov > > > > > tools/testing/selftests/netfilter/Makefile | 2 +- > > > tools/testing/selftests/netfilter/ipvs.sh | 234 +++++++++++++++++++++++++++++ > > > 2 files changed, 235 insertions(+), 1 deletion(-) > > > create mode 100755 tools/testing/selftests/netfilter/ipvs.sh > > > > Regards > > > > -- > > Julian Anastasov > > I still prefer #!/bin/sh in 1/3. You never know what's in someone's environment That would be my preference too.