#!/usr/bin/env bash | |
# SPDX-License-Identifier: LGPL-2.1-or-later | |
set -e | |
TEST_DESCRIPTION="Test that mount/unmount storms can enter/exit rate limit state and will not leak units" | |
# shellcheck source=test/test-functions | |
. "$TEST_BASE_DIR/test-functions" | |
do_test "$@" |