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 D44C945AAE; Fri, 4 Oct 2024 14:51:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A143040E5E; Fri, 4 Oct 2024 14:51:56 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id DDDA94027F for ; Fri, 4 Oct 2024 14:51:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1728046314; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QAysayoUoIvS6pNMH0x8KUswEQZVs8qD3lqXE08IUd4=; b=aCJKOms787P5VN+pMOyR4TwYba7Hq5qQBvA+wJhvSwaKgdVXRQRAUALO7L3Odxai4E9wq8 BgAHsEnZCtd7qLFBJwrVdBH8fNXErG+4jEhOOwcbvlplX23nmRn4QDPgHh8pDUCMKr7TEp sJXaaX9oFnZpG7/gH8oblNL8tEYoUuk= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-156-TTg30iJ4M5mkJbIPEMhO_w-1; Fri, 04 Oct 2024 08:51:53 -0400 X-MC-Unique: TTg30iJ4M5mkJbIPEMhO_w-1 Received: by mail-lf1-f72.google.com with SMTP id 2adb3069b0e04-536800baa8aso2585989e87.2 for ; Fri, 04 Oct 2024 05:51:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728046312; x=1728651112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QAysayoUoIvS6pNMH0x8KUswEQZVs8qD3lqXE08IUd4=; b=u/z7t5VM4xrPJpKBZcpzLve41Gtw6+09XCJCIJAKC8eNW1FCqQYmFBUfEcs+BS4ddW AfA7Ufci7fcg+6UmAnUMwF0L3XZV6Zf8YqRHz4PXzfKfCdf1CQvq4NNU9QrZdnXd0Kl9 uZX6uZNhxOtVKJnkW1L/CkMaa9YjAyrBuYUf5gyMh1mx0wh16h7zP6QFzXI1QaAx+ykq 7a3ssCd44O2EC9iRq/+U8at09LLmcx81Z8NxKL/8KLoySZ4Hbe02nWt1en8cASnFjfoU g61I6O7dPu6BhrRrXSHXQlHmT42I8qLE5m+gJ8DN3D6NoFjRb7w0CLrWrxzfBFTDva6B 2m+w== X-Gm-Message-State: AOJu0Ywo6MnItreB67XFSz6atyjFyII9xqGVtAMZWrt4FvlR7UL5HLKc wqI+e9Ushmx38kcPrdwpmch7LiNNAvsdh4pkQ5XVtZlWbTkVELK0/MQdOavLWKDyHMvtvb/9Roz QOuhTRuf8rKgMhl6ZZE4FiZk3rgfdhhhmO0+Um8xEXKCtLIqYUlf06OM8WoUTo8Y1F34WzdD10j rSM98hakQwmQ5Bj7fiG9NPjQu9bg== X-Received: by 2002:a05:6512:3090:b0:52c:8abe:51fb with SMTP id 2adb3069b0e04-539ab859359mr1639443e87.10.1728046311678; Fri, 04 Oct 2024 05:51:51 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGQwRfNjSF+1wtINeCSST1fIOZyHghxid8Auq733immg982alK7LMw3wzsw6NEks3P6idAu94hgttmcaBSsUYk= X-Received: by 2002:a05:6512:3090:b0:52c:8abe:51fb with SMTP id 2adb3069b0e04-539ab859359mr1639423e87.10.1728046311062; Fri, 04 Oct 2024 05:51:51 -0700 (PDT) MIME-Version: 1.0 References: <20240718191049.84865-1-stephen@networkplumber.org> In-Reply-To: <20240718191049.84865-1-stephen@networkplumber.org> From: David Marchand Date: Fri, 4 Oct 2024 14:51:39 +0200 Message-ID: Subject: Re: [PATCH 0/4] Enable more unit tests To: Stephen Hemminger Cc: dev@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Thu, Jul 18, 2024 at 9:11=E2=80=AFPM Stephen Hemminger wrote: > > Several of the unit tests were not listed in any test suite > and therefore were rarely run. When running build this was reported as > errors: > WARNING: Test "alarm_autotest" is not defined in any test suite > WARNING: Test "cksum_perf_autotest" is not defined in any test suite > > Put the alarm, cksum, and timer tests into the appropriate test suite. > More tests should be updated (later). > > Stephen Hemminger (4): > test: update alarm test > test: run cksum tests as part of perf test suite > test: make red test part of fast suite > test: run timer secondary tests as part of fast suite > > app/test/test_alarm.c | 53 +++++++++++++-------------------- > app/test/test_cksum_perf.c | 3 +- > app/test/test_red.c | 2 +- > app/test/test_timer_secondary.c | 2 +- > 4 files changed, 23 insertions(+), 37 deletions(-) I merged the alarm test cleanups, which means patch 1 is superseded. The red and the timer secondary tests can't be put in fast-tests. I merged the cksum patch only and updated patchwork accordingly. Thanks. --=20 David Marchand