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 EC4CCA0C4D; Fri, 26 Nov 2021 17:20:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C6D2C426E2; Fri, 26 Nov 2021 17:20:49 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id 5FBA941144 for ; Fri, 26 Nov 2021 17:20:48 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 093225C01A2; Fri, 26 Nov 2021 11:20:46 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 26 Nov 2021 11:20:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= fBEr9u63g1EXc4xdaStoLUIgCaB0hU066OxFDjA1dWI=; b=mNumfjiAOpw3M3TW MDdxdxPhPwPxxyUFgm42ww0J6vqtYbuCoALONKKCTl/GkUyXvdrMoB8ZNWWFaZiX fDUhz3aWAFlbMvFqOLhTMtF4mgjjA511Sr5cChvscGfEgr+wlyP+em6oECCyYXlT wkOKZIg2jWF/YGbhhzAqCvD0lWRbQdZRq8jpXCH2KDeJ1v3BQ6sBocorcTQvqgrQ YgAIHgNVUIeuez5ds7APcZOV9rpv5jZrXkWxwidEZMrbokBk8W9N/sEg4b54AaZ+ 4fyh9aZTnRCJ4lwBt2aS/rcek2nYRPX8trnjG0q3qpUYPY8MceEkpJKMAYeFR0sN hLe0hw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=fBEr9u63g1EXc4xdaStoLUIgCaB0hU066OxFDjA1d WI=; b=aNwSH6u+xr6M8ptracNFfPaciyIbgISAYuxVAEuhdMhLvicORUnZFdvCk C/iC3owrW973kc9lpC+5EauCiv5w7VALJpJQYFi2euxwd+EYwzhN1I+4TMSt4m6H RjLs3hMUBmGVj70Fvq/qs9woUIMjvwvSXP5b93PnKGUr7EnXNQDYgdYUQA0cs5sW zAYXCehncmLRWLcmGdg17nFDFgLzCxCJeFTXQv5KXYgBG1DOfmghZGQSX2MOamDi bG81qzizJzrxzwPK1lfcXW+cjUHztzR6ddnH0Dq8JkPntdvGU1fPFdAufx5SJr7N R/mbFFH/12tCQRt/WZp03v74+UYVw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrhedvgdekiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 26 Nov 2021 11:20:44 -0500 (EST) From: Thomas Monjalon To: Aaron Conole Cc: dev@dpdk.org, David Marchand , Bruce Richardson , Ferruh Yigit , Ciara Power , Fan Zhang , John McNamara Subject: Re: [dpdk-dev] [PATCH v5] guides: add a guide for developing unit tests Date: Fri, 26 Nov 2021 17:20:42 +0100 Message-ID: <2665325.YsKXH7LHZR@thomas> In-Reply-To: <20211015170604.1370388-1-aconole@redhat.com> References: <20210714164047.511561-1-aconole@redhat.com> <20211015170604.1370388-1-aconole@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 15/10/2021 19:06, Aaron Conole: > The DPDK testing infrastructure includes a comprehensive set of > libraries, utilities, and CI integrations for developers to test > their code changes. This isn't well documented, however. > > Document the basics for adding a test suite to the infrastructure > and enabling that test suite for continuous integration platforms > so that newer developers can understand how to develop test suites > and test cases. > > Signed-off-by: Aaron Conole > Acked-by: Ciara Power > Acked-by: Fan Zhang > Acked-by: John McNamara Applied with some formatting changes, and added recent "extra" suite, thanks.