From patchwork Sat Aug 23 08:16:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Shilovsky X-Patchwork-Id: 4768751 Return-Path: X-Original-To: patchwork-cifs-client@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 592D7C033A for ; Sat, 23 Aug 2014 08:16:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 87D4C20138 for ; Sat, 23 Aug 2014 08:16:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F70C20158 for ; Sat, 23 Aug 2014 08:16:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752479AbaHWIQd (ORCPT ); Sat, 23 Aug 2014 04:16:33 -0400 Received: from mail-lb0-f176.google.com ([209.85.217.176]:53870 "EHLO mail-lb0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752457AbaHWIQc (ORCPT ); Sat, 23 Aug 2014 04:16:32 -0400 Received: by mail-lb0-f176.google.com with SMTP id u10so10467350lbd.35 for ; Sat, 23 Aug 2014 01:16:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=SHe5uU+ZK9RKoAzaKJIn6LhKVWEeMgOZunohFSNmwUg=; b=fJT4E5lpWYruwWwunJ3GfIhz18LutpJQlVkcsE5Nw5DDzQeT+p8KrvXPjw/vB0v3yR PLNMqVPGhBRZGA9L+xG7VAuyXWZZSTlZzz5j4Jljzv5e8sWZdnfSA7MhWDpf5OrDWCj5 pIQuHe/dkTJk1oYewgo7TfK8ghtpEl4bEzLQckW7NfBjVTNSIMVmYua/IB46aRoq5QLm jzYhkyXTecEV3+WyZoL/oeKD/MNaH+oN4QFMq3vhBTSG7JDo5OSNRgqlf7I4huZSpOsC waJzrHQQB6cSBs15UgJ4dRmkmxKQ3S1Z+DBse8cWqB5qtyqNJDrJl9YziEQxAOK5fr9x Je8Q== X-Received: by 10.152.184.234 with SMTP id ex10mr9094195lac.53.1408781789947; Sat, 23 Aug 2014 01:16:29 -0700 (PDT) Received: from localhost.localdomain ([83.149.19.191]) by mx.google.com with ESMTPSA id bz10sm47507042lbb.10.2014.08.23.01.16.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 23 Aug 2014 01:16:28 -0700 (PDT) From: Pavel Shilovsky To: fstests@vger.kernel.org Cc: linux-cifs@vger.kernel.org, David Disseldorp , Steve French Subject: [PATCH 2/2] common: add a directory tree for cifs tests Date: Sat, 23 Aug 2014 12:16:03 +0400 Message-Id: <1408781763-30127-3-git-send-email-pshilovsky@samba.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1408781763-30127-1-git-send-email-pshilovsky@samba.org> References: <1408781763-30127-1-git-send-email-pshilovsky@samba.org> Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Pavel Shilovsky --- tests/cifs/Makefile | 14 ++++++++++++++ tests/cifs/group | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 tests/cifs/Makefile create mode 100644 tests/cifs/group diff --git a/tests/cifs/Makefile b/tests/cifs/Makefile new file mode 100644 index 0000000..37e868b --- /dev/null +++ b/tests/cifs/Makefile @@ -0,0 +1,14 @@ +TOPDIR = ../.. +include $(TOPDIR)/include/builddefs + +CIFS_DIR = cifs +TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(CIFS_DIR) + +include $(BUILDRULES) + +install: + $(INSTALL) -m 755 -d $(TARGET_DIR) + $(INSTALL) -m 644 group $(TARGET_DIR) + +# Nothing. +install-dev install-lib: diff --git a/tests/cifs/group b/tests/cifs/group new file mode 100644 index 0000000..4e01f0c --- /dev/null +++ b/tests/cifs/group @@ -0,0 +1,5 @@ +# QA groups control file +# Defines test groups and nominal group owners +# - do not start group names with a digit +# - comment line before each group is "new" description +#