From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr0-f196.google.com ([209.85.128.196]:34809 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934185AbdGKTv7 (ORCPT ); Tue, 11 Jul 2017 15:51:59 -0400 From: Amir Goldstein Subject: [PATCH 3/5] overlay: create overlay/mount test group Date: Tue, 11 Jul 2017 22:52:04 +0300 Message-Id: <1499802726-11045-4-git-send-email-amir73il@gmail.com> In-Reply-To: <1499802726-11045-1-git-send-email-amir73il@gmail.com> References: <1499802726-11045-1-git-send-email-amir73il@gmail.com> Sender: fstests-owner@vger.kernel.org To: Eryu Guan Cc: Miklos Szeredi , linux-unionfs@vger.kernel.org, fstests@vger.kernel.org, Xiong Zhou List-ID: Add tests overlay/022 and overlay/024 to overlay/mount test group. These tests check behavior of overlay mount cases. Cc: Xiong Zhou Signed-off-by: Amir Goldstein --- tests/overlay/group | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/overlay/group b/tests/overlay/group index b55ed0c..356a322 100644 --- a/tests/overlay/group +++ b/tests/overlay/group @@ -24,9 +24,9 @@ 019 auto stress 020 auto quick copyup perms 021 auto quick copyup -022 auto quick +022 auto quick mount 023 auto quick attr -024 auto quick +024 auto quick mount 025 auto quick attr 026 auto attr quick 027 auto quick perms -- 2.7.4