#! /bin/bash # SPDX-License-Identifier: GPL-2.0 # Copyright (C) 2020 CTERA Networks. All Rights Reserved. # # FS QA Test 111 # # Run unionmount testsuite on a nested overlay filesystem # with single lower overlay layer, whose layers are # on same fs # with xino enabled (xino overflow not expected) # . ./common/preamble _begin_fstest auto quick union nested samefs xino _register_cleanup "_unionmount_testsuite_cleanup" # Import common functions. . ./common/filter # real QA test starts here _supported_fs overlay _require_scratch _require_unionmount_testsuite _unionmount_testsuite_run --ovov --samefs --xino --verify # success, all done echo "Silence is golden" status=0 exit