From patchwork Tue Sep 8 07:17:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhou, JunX W" X-Patchwork-Id: 76835 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 27C3AA04AA; Tue, 8 Sep 2020 09:29:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 213B31B9B7; Tue, 8 Sep 2020 09:29:13 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 8F49F2BAB for ; Tue, 8 Sep 2020 09:29:11 +0200 (CEST) IronPort-SDR: eFipPUO35aLwCwUs8/dvF6JgenSOa8ix22BQuGYhwW0tkhvaFQoJLugY2hnmmIx7wP+EKqmt0E 7mXrajiTa0tg== X-IronPort-AV: E=McAfee;i="6000,8403,9737"; a="145797082" X-IronPort-AV: E=Sophos;i="5.76,404,1592895600"; d="scan'208";a="145797082" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2020 00:29:10 -0700 IronPort-SDR: LdyfjPGKkQMIYcjRUvnbVlaYMUa7QdX9MTDSyoBdVb67QOLYzuGkQI5YYP4Wed6lQXoKZJVYHG T7qy3eaDvKdQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,404,1592895600"; d="scan'208";a="377432545" Received: from unknown (HELO localhost.localdomain) ([10.240.183.52]) by orsmga001.jf.intel.com with ESMTP; 08 Sep 2020 00:29:09 -0700 From: "Zhou, Jun" To: dts@dpdk.org Cc: Zhou jun Date: Tue, 8 Sep 2020 07:17:47 +0000 Message-Id: <20200908071825.118583-1-junx.w.zhou@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 00/38] Modify suites to support meson 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" From: Zhou jun Modify suite to support meson Zhou jun (38): tests/TestSuite_cmdline.py: adapt to support both meson and makefile build tests/TestSuite_coremask.py: adapt to support both meson and makefile build tests/TestSuite_distributor.py: adapt to support both meson and makefile build tests/TestSuite_efd.py: adapt to support both meson and makefile build tests/TestSuite_external_memory.py: adapt to support both meson and makefile build tests/TestSuite_external_mempool_handler.py: adapt to support both meson and makefile build tests/TestSuite_flow_classify_softnic.py: adapt to support both meson and makefile build tests/TestSuite_hello_world.py: adapt to support both meson and makefile build tests/TestSuite_inline_ipsec.py: adapt to support both meson and makefile build tests/TestSuite_ip_pipeline.py: adapt to support both meson and makefile build tests/TestSuite_ipfrag.py: adapt to support both meson and makefile build tests/TestSuite_ipv4_reassembly.py: adapt to support both meson and makefile build tests/TestSuite_keep_alive.py: adapt to support both meson and makefile build tests/TestSuite_kni.py: adapt to support both meson and makefile build tests/TestSuite_l2fwd.py: adapt to support both meson and makefile build tests/TestSuite_l3fwdacl.py: adapt to support both meson and makefile build tests/TestSuite_link_status_interrupt.py: adapt to support both meson and makefile build tests/TestSuite_metering_and_policing.py: adapt to support both meson and makefile build tests/TestSuite_multicast.py: adapt to support both meson and makefile build tests/TestSuite_pvp_virtio_user_4k_pages.py: adapt to support both meson and makefile build tests/TestSuite_pvp_virtio_user_multi_queues_port_restart.py: adapt to support both meson and makefile build tests/TestSuite_short_live.py: adapt to support both meson and makefile build tests/TestSuite_skeleton.py: adapt to support both meson and makefile build tests/TestSuite_timer.py: adapt to support both meson and makefile build tests/TestSuite_userspace_ethtool.py: adapt to support both meson and makefile build tests/TestSuite_vdev_primary_secondary.py: adapt to support both meson and makefile build tests/TestSuite_vhost_pmd_xstats.py: adapt to support both meson and makefile build tests/TestSuite_vhost_user_interrupt.py: adapt to support both meson and makefile build tests/TestSuite_vhost_virtio_pmd_interrupt.py: adapt to support both meson and makefile build tests/TestSuite_vhost_virtio_user_interrupt.py: adapt to support both meson and makefile build tests/TestSuite_virtio_event_idx_interrupt.py: adapt to support both meson and makefile build tests/TestSuite_virtio_pvp_regression.py: adapt to support both meson and makefile build tests/TestSuite_virtio_user_as_exceptional_path.py: adapt to support both meson and makefile build tests/TestSuite_vm2vm_virtio_net_perf.py: adapt to support both meson and makefile build tests/TestSuite_vm2vm_virtio_pmd.py: adapt to support both meson and makefile build tests/TestSuite_vm2vm_virtio_user.py: adapt to support both meson and makefile build tests/TestSuite_vmdq.py: adapt to support both meson and makefile build tests/TestSuite_vxlan_sample.py: adapt to support both meson and makefile build tests/TestSuite_cmdline.py | 4 +-- tests/TestSuite_coremask.py | 16 +++++------- tests/TestSuite_distributor.py | 13 +++++----- tests/TestSuite_efd.py | 29 +++++++++++---------- tests/TestSuite_external_memory.py | 12 ++++----- tests/TestSuite_external_mempool_handler.py | 6 +++-- tests/TestSuite_flow_classify_softnic.py | 7 +++-- tests/TestSuite_hello_world.py | 5 ++-- tests/TestSuite_inline_ipsec.py | 2 +- tests/TestSuite_ip_pipeline.py | 30 ++++++++-------------- tests/TestSuite_ipfrag.py | 15 ++++++----- tests/TestSuite_ipv4_reassembly.py | 3 ++- tests/TestSuite_keep_alive.py | 5 ++-- tests/TestSuite_kni.py | 7 ++--- tests/TestSuite_l2fwd.py | 11 ++++---- tests/TestSuite_l3fwdacl.py | 22 ++++++++-------- tests/TestSuite_link_status_interrupt.py | 11 ++++---- tests/TestSuite_metering_and_policing.py | 3 ++- tests/TestSuite_multicast.py | 7 ++--- tests/TestSuite_pvp_virtio_user_4k_pages.py | 5 ++-- ...te_pvp_virtio_user_multi_queues_port_restart.py | 5 ++-- tests/TestSuite_short_live.py | 11 +++++--- tests/TestSuite_skeleton.py | 4 +-- tests/TestSuite_timer.py | 4 +-- tests/TestSuite_userspace_ethtool.py | 4 +-- tests/TestSuite_vdev_primary_secondary.py | 8 +++--- tests/TestSuite_vhost_pmd_xstats.py | 5 ++-- tests/TestSuite_vhost_user_interrupt.py | 6 +++-- tests/TestSuite_vhost_virtio_pmd_interrupt.py | 6 +++-- tests/TestSuite_vhost_virtio_user_interrupt.py | 8 +++--- tests/TestSuite_virtio_event_idx_interrupt.py | 3 ++- tests/TestSuite_virtio_pvp_regression.py | 5 ++-- tests/TestSuite_virtio_user_as_exceptional_path.py | 5 ++-- tests/TestSuite_vm2vm_virtio_net_perf.py | 3 ++- tests/TestSuite_vm2vm_virtio_pmd.py | 20 +++++++++------ tests/TestSuite_vm2vm_virtio_user.py | 12 ++++++--- tests/TestSuite_vmdq.py | 8 +++--- tests/TestSuite_vxlan_sample.py | 13 ++++++---- 38 files changed, 187 insertions(+), 156 deletions(-) Tested-by: junx.w.zhou@intel.com