From patchwork Wed Jun 24 04:38:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1315842 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49s9RB3bZJz9sSJ for ; Wed, 24 Jun 2020 14:39:34 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=Gn8dnJPp; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49s9RB1GTSzDqdk for ; Wed, 24 Jun 2020 14:39:34 +1000 (AEST) X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49s9Qm3gmMzDqcy for ; Wed, 24 Jun 2020 14:39:12 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=Gn8dnJPp; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49s9Qm1BTPz9sSy; Wed, 24 Jun 2020 14:39:12 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1592973552; bh=oVyTVoEUMXPJ2ww7ZjLCkmCrLL8Lt+oAJfK1uU4KAqM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Gn8dnJPpMh1IFS4BhckpPWRU6wn9oG7jNYS+TomrsBWaOUojUe4zYd7siYF43C9tG MAyd7vE7QoFZktG+9x/rj75JUB0fb/usz6iC6u/LzU0ITGSGVGb7mLJZKFh3iBLbdN to3qD2KskvQPmlGPzdha66kUY77c7VXXjF4YDOpWSDxYCXDoLLXK0gOReAai+8cXm0 0Cbz4vFt8tqnzaIpaUZOFgMHkvZBEXyl/P91LGN9bG54hDDQOSaK8fBryBnClqNTsU Jm5948CnDeuUPepfkYyHtEMbCHWtVh92FW3NxCCPoiowjyKmN/oMiPekxMcy+tEaYn OXjPcxNqoiTmg== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 24 Jun 2020 14:38:56 +1000 Message-Id: <20200624043856.175528-5-amitay@ozlabs.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200624043856.175528-1-amitay@ozlabs.org> References: <20200624043856.175528-1-amitay@ozlabs.org> MIME-Version: 1.0 Subject: [Pdbg] [PATCH 4/4] tests: Add more path based selection tests X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" This tests path patterns using proc class. Signed-off-by: Amitay Isaacs --- tests/test_selection2.sh | 98 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/tests/test_selection2.sh b/tests/test_selection2.sh index d7f900f..0c93b0f 100755 --- a/tests/test_selection2.sh +++ b/tests/test_selection2.sh @@ -725,3 +725,101 @@ EOF do_skip test_run pdbg -b fake -P core@10040 probe + + +test_result 0 <