From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 164751CCB27 for ; Fri, 6 Sep 2024 12:14:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725624886; cv=none; b=cf4P6pnpvIVq0VTiunnWyG93bo99bfqQndkJhYo5i+/K0dG9cBUjgTgAbVmMsH9d0t3fXhu7AUUF93Z1Ug7vAeH4LCp+i7trO3D24269UVt1AXSUSvphzB4AFHOStnbNCpahMglIjrHl5hlSiCJIDlXzBWP6p+RavUKiPoKMfc8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725624886; c=relaxed/simple; bh=D2Q03o4ZIe46FE10sdscCA/eBO+dbX5rNDCbK+FU/2k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: In-Reply-To:Content-Type:Content-Disposition; b=BV1yLY7qF7zZgrE/0DMckOygKKvhz+SBMBIxar1EjxHjw2JR3KtcrAaeqbQWypgIGs6l3XEAlwg+4abcl0lI+L6+Xzw2pZ/+rqTKqjiedj5JGsaXFmYmBdIRrEQoj4dKudJfju73P3PvigSH3mcLGwxbgKbIKE9pASfXOWqm3Ng= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=gYbx+QAu; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="gYbx+QAu" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1725624883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BOvFOF5/oI8ZMS4Jxz+Gpn1C44DUSWYck7lfAyRGGS0=; b=gYbx+QAuVRFuipYSsV6GngGFK3U74rdANYossFPOwemsXc7PEIYa70UwtFQTnxWYkr89eb On2dotM3PslnM1Y7e1dNzNRwdoOk0g+yPSCURiUTU3dY2+ed0G3Lbod4Z8IVxHd0uP4stO RB6GX/tBcPXsbpvTxQj0Y1NNtpCYIUc= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-347-xXMVoGHgOVOntGGOvE_6BA-1; Fri, 06 Sep 2024 08:14:41 -0400 X-MC-Unique: xXMVoGHgOVOntGGOvE_6BA-1 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id E7E9A1944AA7; Fri, 6 Sep 2024 12:14:40 +0000 (UTC) Received: from aion.redhat.com (unknown [10.22.64.160]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 7993F19560AA; Fri, 6 Sep 2024 12:14:40 +0000 (UTC) Received: by aion.redhat.com (Postfix, from userid 1000) id 97B941F167B; Fri, 6 Sep 2024 08:14:38 -0400 (EDT) Date: Fri, 6 Sep 2024 08:14:38 -0400 From: Scott Mayhew To: Luis Chamberlain Cc: kdevops@lists.linux.dev Subject: Re: [PATCH] fstests/nfs: add ability to test with NFS loopback mounts Message-ID: References: <20240905183354.406024-1-smayhew@redhat.com> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, 05 Sep 2024, Luis Chamberlain wrote: > On Thu, Sep 05, 2024 at 02:33:54PM -0400, Scott Mayhew wrote: > > diff --git a/workflows/fstests/nfs/Kconfig b/workflows/fstests/nfs/Kconfig > > index 6a728aa..eff85c2 100644 > > --- a/workflows/fstests/nfs/Kconfig > > +++ b/workflows/fstests/nfs/Kconfig > > @@ -68,6 +68,14 @@ config FSTESTS_NFS_SECTION_TLS > > help > > Enabling this will test with the xprtsec=tls mount option. > > > > +config FSTESTS_NFS_SECTION_NFSD > > + bool "Enable testing section: nfsd" > > You can just add here: > > output yaml > > > diff --git a/workflows/fstests/nfs/Makefile b/workflows/fstests/nfs/Makefile > > index 765f2d3..d76d32a 100644 > > --- a/workflows/fstests/nfs/Makefile > > +++ b/workflows/fstests/nfs/Makefile > > @@ -18,6 +18,9 @@ endif > > ifeq (y,$(CONFIG_FSTESTS_NFS_SECTION_TLS)) > > FSTESTS_ARGS += fstests_nfs_section_tls=True > > endif > > +ifeq (y,$(CONFIG_FSTESTS_NFS_SECTION_NFSD)) > > +FSTESTS_ARGS += fstests_nfs_section_nfsd=True > > +endif > > ifeq (y,$(CONFIG_FSTESTS_NFS_SECTION_V42)) > > FSTESTS_ARGS += fstests_nfs_section_v42=True > > endif > > That lets you remove this hunk now that we have yamlconfig support merged. > Nice. I'll do that and give it a test this morning. -Scott > Luis >