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 2C65FA00C2; Fri, 11 Feb 2022 05:30:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 21532411FB; Fri, 11 Feb 2022 05:30:37 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 0F3DA40DF5 for ; Fri, 11 Feb 2022 05:30:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644553835; x=1676089835; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=AjGWDMVI0fyaoV+jpqUPJKFyOIlLNivxdJn4kmu4HdQ=; b=fRChVbhCl2QCuYOA1oJa5oWXa8+F0A66wC7zXtEaJ9RIpOFNIXkHqNha LCVdau/8CWcbpphKlgasSQRSGAcAal3xg3xc3g8Dso3UdTvleNse08NeV isUWKFO44e5U4+BG57GW9b3DGwV5kgcGCj97/Rgz5JosXP9iL3bnFDtEL +Bj8hjJY/TdKcd4jMqQ2dV/EK9pSnlIqMbsf83hIQVrhajbXg8vw+L0ky pm3QqNm9BlLEjrj/mbJSR38Ya9r04CqPG04z5Ju9V2onmrq6Pa/fUlzrY 6kYYarcEXTkSwEQr1a9JBngCO+xFO8/m6mOHyhaB7vPXJ3abeUvGqQ/bN Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="336079975" X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="336079975" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 20:30:34 -0800 X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="526808604" Received: from unknown (HELO localhost.localdomain) ([10.239.251.93]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 20:30:33 -0800 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Subject: [dts] [PATCH V1 2/3] test_plans/index:add new suite Date: Fri, 11 Feb 2022 20:56:58 +0800 Message-Id: <20220211125659.27350-2-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220211125659.27350-1-zhiminx.huang@intel.com> References: <20220211125659.27350-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 new 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 e3511caa..89571ffe 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