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 0DBA7A00C2; Fri, 11 Feb 2022 06:42:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BD2B41238; Fri, 11 Feb 2022 06:42:44 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id A5093410E5 for ; Fri, 11 Feb 2022 06:42:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644558163; x=1676094163; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=2Uz2yWQYEMRfDa8wUV2dCkoFrN5UDuBaiWLmtK4ILFI=; b=bRYb5UpS5Z0KYCX85/pooSMneey/HosUf/pv2TtGD/rsJE+o0Axfri7P uqq4ZqrYofj1rnksoHRR0SsO66Y4XqELlwWxyOYV0oM6u76aWPYJcRJWT cy45SHPoaRpaUEi6xOL6zgfK9D8iZoBhNSHpJ6lri2jFM52noeP8c/J++ rlTuWVSBCTypTjGYzruc2QICVFw0n1FibAnm6Bdw3ZO1a+HpTrf5LLkMv XdFZrak1vW6uaDSx+sNAf4kNeCVe1AkW5IhnD/33vHvOnAQl4gVhDuna/ SmWyaBMel6MQFxaxd9TC5l+KclqnyUyjb8jHQUITR7ovnCKsVbVxk13H3 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="274221493" X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="274221493" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 21:42:43 -0800 X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="541952912" Received: from unknown (HELO localhost.localdomain) ([10.239.251.93]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 21:42:41 -0800 From: Zhimin Huang To: dts@dpdk.org, xueqin.lin@intel.com Cc: Zhimin Huang Subject: [dts] [PATCH V2 2/3] test_plans/index:add new plan to index Date: Fri, 11 Feb 2022 22:09:19 +0800 Message-Id: <20220211140920.29929-2-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220211140920.29929-1-zhiminx.huang@intel.com> References: <20220211140920.29929-1-zhiminx.huang@intel.com> 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 add testplan to index. Signed-off-by: Zhimin Huang --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 299db369..9d097434 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -38,6 +38,7 @@ The following are the test plans for the DPDK DTS automated test system. :numbered: ABI_stable_test_plan + asan_smoke_test_plan blocklist_test_plan checksum_offload_test_plan coremask_test_plan -- 2.17.1