From patchwork Thu Oct 22 07:40:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 11850407 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C265F14B7 for ; Thu, 22 Oct 2020 07:40:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99FD921707 for ; Thu, 22 Oct 2020 07:40:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="SnZS0dU3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2508727AbgJVHkj (ORCPT ); Thu, 22 Oct 2020 03:40:39 -0400 Received: from smtp-fw-9101.amazon.com ([207.171.184.25]:3351 "EHLO smtp-fw-9101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2508725AbgJVHkj (ORCPT ); Thu, 22 Oct 2020 03:40:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1603352439; x=1634888439; h=from:to:cc:subject:date:message-id:mime-version; bh=i+r5byucLjYXAdWulfH06tMwuc+8U15rfQaqQy4BW4s=; b=SnZS0dU31h3EzR1OHLvSDZpGeGyBj84lEkkW/oFHwDOkpuhOYI3gCdH/ oGa29Ss8a2M6uRY/Un8v92ZUTRWIObneq1lmbua35OSN7f9CTFnZzlvcs HA+CzjBdiuXDyHF4DldYr2xIzgLlx0mxhzzgWn/g8UUm0oh7HGtWDTxNv E=; X-IronPort-AV: E=Sophos;i="5.77,404,1596499200"; d="scan'208";a="79115578" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-1a-16acd5e0.us-east-1.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9101.sea19.amazon.com with ESMTP; 22 Oct 2020 07:40:32 +0000 Received: from EX13D31EUB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan3.iad.amazon.com [10.40.163.38]) by email-inbound-relay-1a-16acd5e0.us-east-1.amazon.com (Postfix) with ESMTPS id 32962A21E8; Thu, 22 Oct 2020 07:40:29 +0000 (UTC) Received: from u3f2cd687b01c55.ant.amazon.com (10.43.161.237) by EX13D31EUB001.ant.amazon.com (10.43.166.210) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 22 Oct 2020 07:40:26 +0000 From: SeongJae Park To: CC: SeongJae Park , , , , Subject: [PATCH v2 0/2] kunit: tool: Respect '.kunitconfig' in '--build_dir' Date: Thu, 22 Oct 2020 09:40:09 +0200 Message-ID: <20201022074011.1990-1-sjpark@amazon.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.43.161.237] X-ClientProxiedBy: EX13D38UWB003.ant.amazon.com (10.43.161.178) To EX13D31EUB001.ant.amazon.com (10.43.166.210) Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org From: SeongJae Park This patchset makes kunit tool to respect '.kunitconfig' under the '--build_dir'. Revision History ================ From v1 (https://lore.kernel.org/linux-kselftest/20201012102621.32226-2-sjpark@amazon.com/) - Rebase on master branch of linus' tree (Not a clean rebase) - Add 'Reviewed-by: Brendan Higgins ' in second patch SeongJae Park (2): kunit: tool: Respect '.kunitconfig' in 'build_dir' kunit: tool: Mark 'kunittest_config' as constant again tools/testing/kunit/kunit.py | 28 +++++++++++++++------------- tools/testing/kunit/kunit_kernel.py | 6 +++--- 2 files changed, 18 insertions(+), 16 deletions(-)