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 A11A8A0547; Wed, 19 May 2021 10:32:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E38B40041; Wed, 19 May 2021 10:32:17 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id A75E54003F for ; Wed, 19 May 2021 10:32:15 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 467C45C00DE; Wed, 19 May 2021 04:32:15 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 19 May 2021 04:32:15 -0400 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=fm1; bh= gt1s89K3iwqZNgLxLeIfI/JlV6/1Zm+lqqVe8J6K4fk=; b=sQevs/s87LgBPwwr xn5OL+hbxmBeqWB5LOBAoVUEdTdxtcNh8Ag0E2RKBVmVgO2ZHItscp9LY2oWpqur gki+nBdCrm0SEf+yupnivwGLnwshIWlGD3hxuxm3oTqQGLW+cIDibBcC9YWjUiBJ rd1NlLmIvzfu5Fp4ga5oq0wCL8CY4nyODj7H+a0HFPAXQ2p7WjAHBlE+DjodUfT1 AP5+Bhrv7f39ef697lYS6Gt1gzMqTq11em3Hwr8mrPp+IPwh2G5AQVvp9WuNqqxD j9Z4NspctnOVtzOVuvyDpJxe3PZwHS3pdRDXes9rF77stJRU211YF6ax/iwmgtvR avwjkw== 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=fm2; bh=gt1s89K3iwqZNgLxLeIfI/JlV6/1Zm+lqqVe8J6K4 fk=; b=Hg83WujxM6mPyx9NoTzi9LFVp9UL9nm5mU1rAoP2jKO1Vljby4w5AaVCE oK5roIBoH3Rz5+9Cbt02JacXnW8xWbHurnjH6xw6hWt/SwDPf/B5N7pbJ8RY1lXd 7/xMathqRlWo5sRcnXzW8Ihp7yDac0E0eEEUiLo3h5CxDWkxRYeCVbSZRE2s6LgO YFdLK1ylSx5zkALnSdrV8b6/jk1T1JIJ2aAOUwzXFkO9VraJHWsOfEOK9HboHHBZ icT8+lV0hRqXH3LDCNwfR+jWM+gpmpxsmUGe91FifGGkdqFMf/XUH+VFIxGMtsCt R+EU5yOmOSLfEIF9t4SFUn/X0GKLg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdeiledgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 19 May 2021 04:32:13 -0400 (EDT) From: Thomas Monjalon To: "Power, Ciara" Cc: "dev@dpdk.org" , "Doherty, Declan" , "aconole@redhat.com" , "gakhil@marvell.com" , "Zhang, Roy Fan" Date: Wed, 19 May 2021 10:32:12 +0200 Message-ID: <3637741.l7Gkm4Fid8@thomas> In-Reply-To: References: <20210518141955.960508-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test/crypto: fix test status when PMD isn't loaded 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 Sender: "dev" > > The return value for a test when the required PMD is not loaded should > > be TEST_SKIPPED, rather than TEST_FAILED. > > > > Fixes: 8bfdd8a7f0f1 ("test/crypto: refactor to use sub test suites") > > > > Signed-off-by: Ciara Power > > Acked-by: Fan Zhang Applied, thanks