summaryrefslogtreecommitdiff
path: root/tests/overlay/106
blob: d701e49c5d5f8b8e3451203abea02e828bf814ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2020 CTERA Networks. All Rights Reserved.
#
# FS QA Test 106
#
# Run unionmount testsuite to verify correctness
# with multi lower layers, some layers on unique fs,
# one layer is on tmpfs.
#
. ./common/preamble
_begin_fstest auto union rotate nonsamefs

_register_cleanup "_unionmount_testsuite_cleanup"

# Import common functions.
. ./common/filter

# real QA test starts here

_supported_fs overlay
_require_extra_fs tmpfs
_require_test
_require_scratch
_require_unionmount_testsuite

_unionmount_testsuite_run --ov=10 --maxfs=1 --verify

# success, all done
echo "Silence is golden"
status=0
exit