From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 4012D58F3 for ; Thu, 25 Aug 2016 07:52:55 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 24 Aug 2016 22:52:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,574,1464678000"; d="scan'208";a="870809727" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga003.jf.intel.com with ESMTP; 24 Aug 2016 22:52:53 -0700 Message-ID: <57BE888C.9000205@intel.com> Date: Thu, 25 Aug 2016 13:56:28 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,huilong" , dts@dpdk.org References: <1472089174-28622-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1472089174-28622-1-git-send-email-huilongx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2] update fortvile vlan filter case FVL NIC vlan filter and promisc use same switch. So when we test vlan filter must disable promisc. X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 05:52:55 -0000 Applied, thanks. On 08/25/2016 09:39 AM, xu,huilong wrote: > Signed-off-by: xu,huilong > --- > tests/TestSuite_vlan.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py > index 70a9813..43b025d 100644 > --- a/tests/TestSuite_vlan.py > +++ b/tests/TestSuite_vlan.py > @@ -77,6 +77,7 @@ class TestVlan(TestCase): > > if self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortpark_TLV"]: > self.dut.send_expect("vlan set filter on %s" % dutRxPortId, "testpmd> ") > + self.dut.send_expect("set promisc all off", "testpmd> ") > > self.dut.send_expect("vlan set strip off %s" % dutRxPortId, "testpmd> ") > self.verify('Set mac packet forwarding mode' in out, "set fwd rxonly error")