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 9BE0742D04; Tue, 20 Jun 2023 08:50:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8B01C40ED8; Tue, 20 Jun 2023 08:50:38 +0200 (CEST) Received: from mail-vs1-f42.google.com (mail-vs1-f42.google.com [209.85.217.42]) by mails.dpdk.org (Postfix) with ESMTP id 7B2BF4068E for ; Tue, 20 Jun 2023 08:50:37 +0200 (CEST) Received: by mail-vs1-f42.google.com with SMTP id ada2fe7eead31-440bc794fcdso481264137.3 for ; Mon, 19 Jun 2023 23:50:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687243837; x=1689835837; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=dAtCmqjrbnMOcBwubVtmrAzxdnYWYDJxFfb8COAKLkk=; b=iMjij33uZ/Fo6x7GY6SrtR6ODLQSsAO7Z/hQjdikWhDWH9SIuGXbdxknCHhtBl13xk 3R43rz0IkIZf36GF4EplJU2LxHrjKFw2dyXvGWObEQ90yfAbQYNgmbVogRSoKIkmVyKl 3C9EdYiuspbOTqPYwE3E4+3hlOc1nmmyMH4EByidr5j/fBdF1EQ3hzX/RBJ6wUWh7GXp 0L6UbKMAwCFsR+XNxPi9D6FlD+EEIyzoME+7Uid3R7WLxLKd0cd5U7MN6YJAQY12xdP7 O8qO0sle60VFJmAillsM01y0+tPr52HL0Z7MEo+tIX/qN/h7/oOMFi4Sd8sEScEFJZjb ebLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687243837; x=1689835837; 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=dAtCmqjrbnMOcBwubVtmrAzxdnYWYDJxFfb8COAKLkk=; b=f/dQ+9e4AHjy9LM6fBc1kJD1EQ/DVGRFcjv2Bgb7XTxzOC9lKhSg3yp4Ss643eoWz6 xsXxnBE8jeoXLK9P5jcr5XZ7OMRRgrVK7thEayQ/55yZ0U0xZQBXwfICAMkPK2L9v9Q9 1iSZNQ12oLzr4BAqncNuAW0AM2i63XHtwWm9sbsTBMm8XLmyBVLfVDU3M0JcgdNtY+mJ R+DzsjDC6z3mKSCUZ6Ui1y1KvYFjXgOXF6xGcbnJiGURRnldwowjPFsr9CiCQcOaZfVR pcTbkpx996MC9ubxrVymerPMV3F+EHfnP+Esnf4NBP2qz6eOA2SlJH/RbTxLayTz3/Cz 2N9A== X-Gm-Message-State: AC+VfDzJmHrPrhyHxmKpBmTxh7js51wa/24baLYuT3Gqb7bXn/kbUjn8 c3hw8Oa+G+8jzi7bw56cr7uYsbQQ5qsteODZ2Xk= X-Google-Smtp-Source: ACHHUZ6Zvvp4etLL8CNM7xPbvEHfWfZ7xy0z8CdgnyuuWsEDmuyyUP19MGvXfj71SZKwO5rTqsHKHlcvq/OCnSVMgd8= X-Received: by 2002:a67:cfc8:0:b0:430:7349:3de8 with SMTP id h8-20020a67cfc8000000b0043073493de8mr3876660vsm.34.1687243836796; Mon, 19 Jun 2023 23:50:36 -0700 (PDT) MIME-Version: 1.0 References: <20230619204650.3348681-1-david.marchand@redhat.com> In-Reply-To: <20230619204650.3348681-1-david.marchand@redhat.com> From: Jerin Jacob Date: Tue, 20 Jun 2023 12:20:10 +0530 Message-ID: Subject: Re: [PATCH 1/2] test: add graph tests To: David Marchand Cc: dev@dpdk.org 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 Tue, Jun 20, 2023 at 2:17=E2=80=AFAM David Marchand wrote: > > We forgot to add graph unit tests to the CI testsuites. > > Signed-off-by: David Marchand Could we add Fixes: ? Either way, Acked-by: Jerin Jacob > --- > app/test/meson.build | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/app/test/meson.build b/app/test/meson.build > index d0fabcbb8b..35d6baeb22 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build > @@ -250,6 +250,8 @@ fast_tests =3D [ > ['thash_autotest', true, true], > ['threads_autotest', true, true], > ['trace_autotest', true, true], > + ['graph_autotest', true, true], > + ['node_list_dump', true, true], > ] > > # Tests known to have issues or which don't belong in other tests lists. > @@ -298,6 +300,7 @@ perf_test_names =3D [ > 'trace_perf_autotest', > 'ipsec_perf_autotest', > 'thash_perf_autotest', > + 'graph_perf_autotest', > ] > > driver_test_names =3D [ > -- > 2.40.1 >