summaryrefslogtreecommitdiff
path: root/tests/generic/571
blob: bd5737fae3f96b7df1d60d16beaabeefeccb10eb (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
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2019 Intel, Corp.  All Rights Reserved.
#
# FSQA Test No. 571
#
# lease test
#
. ./common/preamble
_begin_fstest auto quick

# Import common functions.
. ./common/filter
. ./common/locktest

# real QA test starts here
_supported_fs generic
_require_test
_require_test_fcntl_advisory_locks
_require_test_fcntl_setlease

_run_leasetest

exit