From patchwork Mon Jun 19 20:46:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 128802 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2B32C42CFE; Mon, 19 Jun 2023 22:46:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D66042B71; Mon, 19 Jun 2023 22:46:59 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id E6AC540DF8 for ; Mon, 19 Jun 2023 22:46:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687207617; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=QE97X5shHvaVTs/P/5mPHLDaObsh94uuQ8A1psw3ubY=; b=dGgIfbC6QrFAlZF6heZZz/Gnm5cj2ehy+KHoe+TA9d38zrFg9izuxgu/ce7TDnwaOl1igN m093FPHzKIf8E4Iy346Ohiqql+hgVxBNd06zDWBGpGJijdPTCN7RzQd+aBlBKCO65st0mE iaFniymoTm59c4WzeBV12+S1qBsE4DA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-241-R4ZRH--cNiyU9qOHGsS_ZA-1; Mon, 19 Jun 2023 16:46:56 -0400 X-MC-Unique: R4ZRH--cNiyU9qOHGsS_ZA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C857085A58C for ; Mon, 19 Jun 2023 20:46:55 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.224.210]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5B80D40C6F56 for ; Mon, 19 Jun 2023 20:46:55 +0000 (UTC) From: David Marchand To: dev@dpdk.org Subject: [PATCH 1/2] test: add graph tests Date: Mon, 19 Jun 2023 22:46:49 +0200 Message-Id: <20230619204650.3348681-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 We forgot to add graph unit tests to the CI testsuites. Signed-off-by: David Marchand 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 = [ ['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 = [ 'trace_perf_autotest', 'ipsec_perf_autotest', 'thash_perf_autotest', + 'graph_perf_autotest', ] driver_test_names = [