From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DD230A0503; Thu, 19 May 2022 10:14:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B225640156; Thu, 19 May 2022 10:14:51 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 2C41640150 for ; Thu, 19 May 2022 10:14:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652948090; x=1684484090; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=DvgYEdISoRyYbMwlehtFMaqNi+lRj0YlB8yTMbhJFbk=; b=QgSYROPNhY+sf7Kc7CTa7RKJTX7mNbZ5E+GN0K7qHYs36Mf6o1Mrs2pX kaxnLzHMJozUkkUOijoWxNua2ol9OvCjr4OB6zR7CtPVD2KBKImc92z5/ EAMNyuwO+wsKMChXbTWw9KUdCNmoD9/Ww0ssN3RsgMCPK9WoWv4NhpAfi gJwVhxzQKoGJxpMSHMT4mpM5OtkjPSr+yA2jN1NbvyXiZgmaQd29vOi93 w+eOXmxo6bm/VLGkHqIU14/dSNrTAH12aOPW4XGUMhspFvQAW1Zplucps kpbbWmoxmRaHdcTL9yb/CRW+PDyvjtDyYD0JHmqMXAPN4/714D1/L86qs Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="332708723" X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="332708723" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 01:14:48 -0700 X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="598426670" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 01:14:47 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/5] migrate CBDMA related testcase to new testsuite Date: Thu, 19 May 2022 04:13:26 -0400 Message-Id: <20220519081326.2815932-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Because of the CBDMA testcases need DPDK local patch can test, from DTS 22.03, we plan to migrate CBDMA related testcases to new testsuite, for example, migrate CBDMA related testcase from vhost_user_interrupt suite to vhost_user_interrupt_cbdma suite. Wei Ling (5): test_plans/index: add vhost_user_interrupt_cbdma testsuite test_plans/vhost_user_interrupt_test_plan: migrate CBDMA related testcase to new testsuite tests/vhost_user_interrupt: migrate CBDMA related testcase to new testsuite test_plans/vhost_user_interrupt_cbdma_test_plan: add new testsuite for CBDMA related testcases tests/vhost_user_interrupt_cbdma: add new testsuite for CBDMA related testcases test_plans/index.rst | 1 + .../vhost_user_interrupt_cbdma_test_plan.rst | 89 ++++++ test_plans/vhost_user_interrupt_test_plan.rst | 42 --- tests/TestSuite_vhost_user_interrupt.py | 129 +------- tests/TestSuite_vhost_user_interrupt_cbdma.py | 296 ++++++++++++++++++ 5 files changed, 399 insertions(+), 158 deletions(-) create mode 100644 test_plans/vhost_user_interrupt_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vhost_user_interrupt_cbdma.py -- 2.25.1