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 A6642A0A02; Thu, 25 Mar 2021 16:26:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 38E9F140E30; Thu, 25 Mar 2021 16:26:10 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 0037C140E2E for ; Thu, 25 Mar 2021 16:26:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616685967; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oZHMxUlpplOC4pEx682jMQiXdaFzJuP4OD0tcqHOQs4=; b=KRaQ6U/Xub3FWL9i4dmXRgSbXkCJUZKSkD4wwH72mDIh9CjONHmSOxr169Vfm8iKBsTaJF ayQT06SrpKN7yHLSMGfRnIoOQHhMDWRfEEsO5qnXt0Quk4wPpNW5vec3DkRe4i9YIZMiSN Dxk2Y8J3VQLcpoKZyRZ52uGrbco9uy8= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-245-RKJibEdWMKu1LC8V_hgyew-1; Thu, 25 Mar 2021 11:26:05 -0400 X-MC-Unique: RKJibEdWMKu1LC8V_hgyew-1 Received: by mail-vk1-f198.google.com with SMTP id h75so828366vka.9 for ; Thu, 25 Mar 2021 08:26:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oZHMxUlpplOC4pEx682jMQiXdaFzJuP4OD0tcqHOQs4=; b=kj1tT9/8yD1bR+Ddg3mXmSwkDfJd/QoLzgE/kBk3Mfebp1RDkDrJ1ulBWyySQUalQs Bq79FqYyO+ck982VAY+kPSuoVw8mVDsjLPtm/fx34FQ7ouHCpbln1B/Dy+adSstfIX0V p6wNwxHiac4+vTeEx4ooWAJvzuMOSeOGhM+Y5Sg5tALGX4vm7YdpMBUWjD+bZyovcPVz QnHKPy0i7fZvV8bcPepEDzyHg9RrXmnGqosL9tvxz+Ae0HUsi1fwlI22tgFyPlVBTllx FQ/8OPZb6W7BkA8qwlPzVBu+kJygdbuAp8M+4OaC0hMrazwjYe2+ZHXHKJMGPOhITiJB YGpg== X-Gm-Message-State: AOAM531HkNaairW/9yeAryUpnRJuojq6Eqqn7/PxGEQInFcgtFpslh8U cO/39SeiEtuVxbU5T3FErumj7bznW3boVEBKHaFV1yZlmz5mY1+BRlyfFnWNSaTX9jYzDGuMsSU xahNSo1xWmLOMc6v5EpQ= X-Received: by 2002:a1f:3250:: with SMTP id y77mr5137122vky.20.1616685964393; Thu, 25 Mar 2021 08:26:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxWmdmfvTRWtePDU7uJj/0ESIj/oYY95GCw9XTLZ2WniIaheyfjXwq++ggLx/Sg6uwgWoPjaAoPU476tWOWLXE= X-Received: by 2002:a1f:3250:: with SMTP id y77mr5137105vky.20.1616685964119; Thu, 25 Mar 2021 08:26:04 -0700 (PDT) MIME-Version: 1.0 References: <20200302204132.121802-1-thinhtr@linux.vnet.ibm.com> <067c2746-721d-dbec-1ed1-81e0283fa2e7@linux.vnet.ibm.com> In-Reply-To: <067c2746-721d-dbec-1ed1-81e0283fa2e7@linux.vnet.ibm.com> From: David Marchand Date: Thu, 25 Mar 2021 16:25:52 +0100 Message-ID: To: Thinh Tran Cc: dev , David Christensen Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] test/autotest: checking for skipped or unsupported tests 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" On Tue, Jun 2, 2020 at 6:53 PM David Christensen wrote: > > > - When running the dedault configuration of autotest of the make test > > it'd take 900 seconds (15 minutes) for the script TIMEOUT and marks > > Failed for a specific device test that is not supported on the > > system under test. > > - Adding the checking for those tests, print out as "Skipped [Not Run]" > > quickly return and continue for next test Fixes: da0af48a67a5 ("test: add skipped return result") Cc: stable@dpdk.org > > > > Signed-off-by: Thinh Tran Reviewed-by: David Christensen Applied, thanks. -- David Marchand