summaryrefslogtreecommitdiffstats
path: root/test/TEST-82-SOFTREBOOT/test.sh
blob: 049414918567804844a91146284ea26a1d8f0780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

TEST_DESCRIPTION="Test Soft-Rebooting"
# We temporarily remount rootfs read-only, so ignore any missing coverage
IGNORE_MISSING_COVERAGE=yes
# Prevent shutdown in test suite, the expect script does that manually.
TEST_SKIP_SHUTDOWN=yes

# shellcheck source=test/test-functions
. "$TEST_BASE_DIR/test-functions"

do_test "$@"