blob: 53c5974efa8feb3157c4dc06f8156f3630a1fdeb (
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 various scenarios involving (multiple) machine reboots"
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
do_test "$@"
|