From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 69866A00C4; Fri, 24 Apr 2020 04:21:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C3561C22D; Fri, 24 Apr 2020 04:21:05 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 510D31C22C for ; Fri, 24 Apr 2020 04:21:03 +0200 (CEST) IronPort-SDR: ec7XUCYbnAybPgzteZLij5WDumoqwOKNDlSRHA8ooUPpiA2zokHcek2fugqNvrUtnUqiGgqGvi GUFbtMg8eFWQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 19:21:02 -0700 IronPort-SDR: 444InAPs/Cn8WcyGRPGGQo4p5IV3EgYhqSDKgkFukWounUP2Tqt20z6kGis6gU5EliNXcblD+y sNfNnJmUewDw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,310,1583222400"; d="scan'208";a="259657275" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga006.jf.intel.com with ESMTP; 23 Apr 2020 19:21:02 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Apr 2020 19:21:01 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Apr 2020 19:21:01 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.225]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.146]) with mapi id 14.03.0439.000; Fri, 24 Apr 2020 10:20:58 +0800 From: "Chen, Zhaoyan" To: "Chen, BoX C" , "dts@dpdk.org" CC: "Chen, BoX C" , "Chen@dpdk.org" , "Chen, Zhaoyan" Thread-Topic: [dts] [PATCH V1] tests/ABI: add abi stable test case Thread-Index: AQHWGIz5FG0way245Eqx1trMqI0a0aiHjKWQ Date: Fri, 24 Apr 2020 02:20:58 +0000 Message-ID: <9DEEADBC57E43F4DA73B571777FECECA41F3187B@SHSMSX104.ccr.corp.intel.com> References: <20200422094834.31991-1-box.c.chen@intel.com> In-Reply-To: <20200422094834.31991-1-box.c.chen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/ABI: add abi stable test case 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Bo, Could you please remove the code which you have commented out. Regards, Zhaoyan Chen > -----Original Message----- > From: dts On Behalf Of Chen,Bo > Sent: Wednesday, April 22, 2020 5:49 PM > To: dts@dpdk.org > Cc: Chen, BoX C ; Chen@dpdk.org > Subject: [dts] [PATCH V1] tests/ABI: add abi stable test case >=20 > add ABI stable test case: negative >=20 > Signed-off-by: Chen,Bo > --- > tests/TestSuite_ABI_stable.py | 129 > ++++++++++++++++++++++++++++++++++ > 1 file changed, 129 insertions(+) > create mode 100644 tests/TestSuite_ABI_stable.py >=20 > diff --git a/tests/TestSuite_ABI_stable.py b/tests/TestSuite_ABI_stable.p= y > new file mode 100644 index 0000000..d292b33 > --- /dev/null > +++ b/tests/TestSuite_ABI_stable.py > @@ -0,0 +1,129 @@ > +# BSD LICENSE > +# > +# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > +# All rights reserved. > +# > +# Redistribution and use in source and binary forms, with or without # > +modification, are permitted provided that the following conditions # > +are met: > +# > +# * Redistributions of source code must retain the above copyright > +# notice, this list of conditions and the following disclaimer. > +# * Redistributions in binary form must reproduce the above copyright > +# notice, this list of conditions and the following disclaimer in > +# the documentation and/or other materials provided with the > +# distribution. > +# * Neither the name of Intel Corporation nor the names of its > +# contributors may be used to endorse or promote products derived > +# from this software without specific prior written permission. > +# > +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND > CONTRIBUTORS # > +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT > NOT # > +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND > FITNESS FOR # > +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE > COPYRIGHT # > +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, > INCIDENTAL, # > +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT > NOT # > +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS > OF USE, # > +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED > AND ON ANY # > +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT > # > +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF > THE USE # > +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH > DAMAGE. > + > +""" > +DPDK Test suite. > + > +Test support of RX/TX Checksum Offload Features by Poll Mode Drivers. > + > +""" > +import utils > +import time > + > +from test_case import TestCase > +from pmd_output import PmdOutput > +from settings import load_global_setting, HOST_SHARED_LIB_SETTING, > +HOST_SHARED_LIB_PATH > + > + > +class TestABIStable(TestCase): > + > + def set_up_all(self): > + """ > + Run at the start of each test suite. > + """ > + self.pmdout =3D PmdOutput(self.dut) > + self.dut_ports =3D self.dut.get_ports(self.nic) > + self.port_mask =3D utils.create_mask([self.dut_ports[0]]) > + use_shared_lib =3D load_global_setting(HOST_SHARED_LIB_SETTING) > + self.verify(use_shared_lib !=3D 'ture', "The case only support > + ABI mode") > + > + def set_up(self): > + """ > + Run before each test case. > + """ > + pass > + > + def test_negative(self): > + net_device =3D self.dut.ports_info[0]['port'] > + nic_drive =3D net_device.get_nic_driver() > + shared_lib_path =3D load_global_setting(HOST_SHARED_LIB_PATH) > + > + self.verify(nic_drive !=3D "ixgbe", "The case only support ixgbe= drive") > + # self.dut.send_expect("git apply 0001-rte_tx_burst_t_add-one- > argument-at-the-begin.patch", "#") > + # self.dut.build_install_dpdk(self.target) > + # cmd =3D 'meson -Dexamples=3Dall --buildtype=3Ddebugoptimized -= - > default-library=3Dshared ./devtools/.. ./build-gcc-shared' > + # self.dut.send_expect(cmd, "#") > + # cmd =3D 'meson configure - > Ddisable_drivers=3Dnet/af_packet,net/ark,net/atlantic,net/avp,net/axgbe,n= et > /bond,net/bnx2x,net/cxgbe,net/e1000,net/ena,net/enetc,net/enic,net/fm > 10k,net/hinic,net/hns3,net/iavf,net/ice,net/kni,net/liquidio,net/memif,ne= t > /netvsc,net/nfp,net/null,net/octeontx,net/octeontx2,net/pcap,net/pfe,net > /qede,net/sfc,net/tap,net/thunderx,net/vdev_netvsc,net/vhost,net/virtio,n > et/vmxnet3,common/iavf,bus/ifpga,bus/vmbus,mempool/bucket,mempoo > l/stack,raw/ioat,raw/octeontx2_dma,raw/octeontx2_ep,raw/skeleton,crypt > o/caam_jr,crypto/ccp,crypto/nitrox,crypto/null_crypto,crypto/octeontx_cr > ypto,crypto/octeontx2_crypto,crypto/openssl,crypto/crypto_scheduler,cr > ypto/virtio_crypto,vdpa/ifc,event/octeontx2,event/opdl,event/skeleton,ev > ent/sw,event/dsw,event/octeontx,baseband/null,baseband/turbo_sw,base > band/fpga_lte_fec,net/failsafe ./build-gcc-shared' > + # self.dut.send_expect(cmd, "#") > + # cmd =3D 'ninja -C ./build-gcc-shared' > + # self.dut.send_expect(cmd, "#") > + # cmd =3D 'cp -Rap ./build-gcc-shared/drivers/* ./build-gcc-shar= ed/lib/' > + # self.dut.send_expect(cmd, "#") > + cmd =3D 'rm -rf {}'.format(shared_lib_path) > + self.dut.send_expect(cmd, "#") > + cmd =3D 'cp -a /root/shared_lib_negative {}'.format(shared_lib_p= ath) > + self.dut.send_expect(cmd, "#") > + # cmd =3D 'mv ./build-gcc-shared/lib/ {}'.format(shared_lib_path= ) > + # self.dut.send_expect(cmd, "#") > + # cmd =3D 'rm -rf {}/*.a'.format(shared_lib_path) > + # self.dut.send_expect(cmd, "#") > + # cmd =3D 'rm -rf {}/*.exp_chk'.format(shared_lib_path) > + # self.dut.send_expect(cmd, "#") > + # cmd =3D 'rm -rf {}/*.def'.format(shared_lib_path) > + # self.dut.send_expect(cmd, "#") > + # cmd =3D 'rm -rf {}/*.c'.format(shared_lib_path) > + # self.dut.send_expect(cmd, "#") > + > + self.pmdout.start_testpmd("Default", "--portmask=3D{} > ".format(self.port_mask)) > + time.sleep(1) > + self.dut.send_expect("set fwd txonly", "testpmd>") > + self.dut.send_expect("start", "testpmd>") > + time.sleep(1) > + try: > + self.dut.send_expect("quit", "testpmd>") > + except Exception as e: > + if 'TIMEOUT' in str(e): > + self.logger.info(str(e)) > + else: > + self.verify(False, "No timeout") > + self.dut.kill_all() > + # time.sleep(1) > + # self.dut.send_expect("git apply -R abi_negative.patch") > + # self.dut.build_install_dpdk(self.target) > + return > + > + self.verify(False, "negative test failed") > + self.dut.kill_all() > + # time.sleep(1) > + # self.dut.send_expect("git apply -R abi_negative.patch", "#") > + # self.dut.build_install_dpdk(self.target) > + > + def tear_down(self): > + """ > + Run after each test case. > + """ > + pass > + > + def tear_down_all(self): > + """ > + Run after each test suite. > + """ > + self.dut.kill_all() > -- > 2.17.1