Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp975901pxb; Tue, 9 Feb 2021 18:35:51 -0800 (PST) X-Google-Smtp-Source: ABdhPJwkcNpeDbWPBGueoO3wpfJpFLYdnKVm8CF+QXT39C4QybLjiBXsN+ZYhvc27XWA1GKZp45K X-Received: by 2002:a17:906:fcb1:: with SMTP id qw17mr716746ejb.7.1612924551333; Tue, 09 Feb 2021 18:35:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612924551; cv=none; d=google.com; s=arc-20160816; b=0K8ySEpe1ZKpSbtgjG/5fm1N1Btq6CQh5zOPEIaNnhfcSkhcNTqN0igKBXB43jnN41 jeF2MphofEht36wnUZRiirojBNU/HGPEWtnyLEwPreaD5oyLHHbPOWbTCgHV1hHvLZ++ gDmSNnFJ4qvhwlnujVMwo8PT9NTiNZ6Xj2swVWkkmF8TS6N159CR61mnY/BP/ISQl2SG hcNmRefvcygnJKznqoRlDlO7K9c9fc28UpE0zIpSyimKMaDUernM5OO6xcLLqz9LAgQI lnAf+XpFB+eKHfx3GUfOvDeRVY8IMfMX0nu1qDbEeleEv5FffY5WqkuEdSyf6JaFQTdS 90ag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=ZgohpByojSXKLVEjfAhF+ngOmYLyYTubCiSsVaQeHFw=; b=iJoz/QwLgSmfX+/kAQGT/fnZkvuDqvCClQbLOh16EXkX+AMsmm2Hyjm5PWtbOQv/XK kuNtr2NHmDPUVp4a/kmAiiihKBMBJMZTIeLsCVwnFQnnbIOsa0NxEMrpcYu+yxa89mzo 3U+sr3YnSVpp9b0HJ89vkWTLMGRF4JzS1XTwfx14yWivFR0u73Ey7BtJ0YpQ536z8By7 RtXZvfFILAl1+nIXbGEIka5Gd81IxTIeZx6irOuvCTOlo3DS+ayGnEc3FzW+tnvB5Q9J u4F2C/rsut69NhTZdMi3aROppAB1lZjONtDvaLM6Mk8qMkAlDgPmLlkwb/8N69N3SIBS W9TA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x4si439281ede.417.2021.02.09.18.35.24; Tue, 09 Feb 2021 18:35:51 -0800 (PST) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235261AbhBJCeu (ORCPT + 99 others); Tue, 9 Feb 2021 21:34:50 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:52178 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S235164AbhBJCd7 (ORCPT ); Tue, 9 Feb 2021 21:33:59 -0500 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 11A2X7Rb020699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 9 Feb 2021 21:33:08 -0500 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 5279515C39E3; Tue, 9 Feb 2021 21:33:07 -0500 (EST) Date: Tue, 9 Feb 2021 21:33:07 -0500 From: "Theodore Ts'o" To: Daniel Latypov Cc: brendanhiggins@google.com, davidgow@google.com, linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, kunit-dev@googlegroups.com Subject: Re: [PATCH] ext4: add .kunitconfig fragment to enable ext4-specific tests Message-ID: References: <20210210013206.136227-1-dlatypov@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210210013206.136227-1-dlatypov@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Feb 09, 2021 at 05:32:06PM -0800, Daniel Latypov wrote: > > After [2]: > $ ./tools/testing/kunit.py run --kunitconfig=fs/ext4/.kunitconfig Any chance that in the future this might become: $ ./tools/testing/kunit.py run --kunitconfig=fs/ext4 Or better yet, syntactic sugar like: $ ./tools/testing/kunit.py test fs/ext4 would be really nice. - Ted