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 BB692A0350; Wed, 19 Jan 2022 03:58:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7CEB74068A; Wed, 19 Jan 2022 03:58:28 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id C35FD4013F for ; Wed, 19 Jan 2022 03:58:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642561107; x=1674097107; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=YE3QTrmPtbAm/9Diyhms5SWy/x4w1pWdOEb8gHLGJL4=; b=DKAziLj5DPvBlA8f70kfFLYHAj96shwbsMBvkMw0lGX8QNihEUjKNjaW lsVpkCsDLu6HezO8IByUUXdj2xtkRvkaKFWObgJKKWu+H2yWMpdNj+rTR 3088F9piRw72oe2cU8WWGe5UMjytp9jANIKqRdzCXq0vpQ7soFAXIoct4 PRSbiiQOaFIu0fWTvZ9r6wS+SxUijPCstTTCFHKaO+w6DRy6TH3qzNAX6 QvzJOlwThOeK1Q0aRjrm5He4gZuiTU4blbX7axzgtlEKVRrIoDD8+/jRZ jIa72j9Ncf0ANzSQ/DpSEigr209lFuW+2nM0lmc1HFlApSI/6aoE+Bwur Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10231"; a="245165679" X-IronPort-AV: E=Sophos;i="5.88,298,1635231600"; d="scan'208";a="245165679" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2022 18:58:25 -0800 X-IronPort-AV: E=Sophos;i="5.88,298,1635231600"; d="scan'208";a="474980372" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2022 18:58:24 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] modify test plan to coverage more test point Date: Wed, 19 Jan 2022 10:58:20 +0800 Message-Id: <20220119025820.898050-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 conf/vhost_cbdma:modify config sync with test plan change. test_plans/vhost_cbdma_test_plan:modify test plan to coverage more test point. tests/vhost_cbdma:modify test suite sync with test plan change. Wei Ling (3): conf/vhost_cbdma:modify config sync with test plan change test_plans/vhost_cbdma_test_plan:modify test plan to coverage more test point tests/vhost_cbdma:modify test suite sync with test plan change conf/vhost_cbdma.cfg | 63 +++- test_plans/vhost_cbdma_test_plan.rst | 280 +++++++++------ tests/TestSuite_vhost_cbdma.py | 488 +++++++++++++++------------ 3 files changed, 509 insertions(+), 322 deletions(-) -- 2.25.1