blob: 6cf4494395d0f2cf607e5c17eeb1ff1415e95bf5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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 "$@"
|