summaryrefslogtreecommitdiff
path: root/tests/kolainst/libinsttest.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-06-19 12:55:33 +0000
committerColin Walters <walters@verbum.org>2020-06-19 13:04:22 +0000
commit5aa22e0b1fee3c517d1df2d44c091f168fece01c (patch)
tree0525aa30b26d9ab66b0ba1eafb140d1f82fdb1fe /tests/kolainst/libinsttest.sh
parent7c2d45e7cbc8a69605d427adff62637e4a8e7d5f (diff)
downloadostree-5aa22e0b1fee3c517d1df2d44c091f168fece01c.tar.gz
tests: Port to Debian autopkgtest reboot API
See https://github.com/coreos/coreos-assembler/pull/1528 I think we can drop the old cosa reboot APIs after this, though I've already forgotten where else I might have written tests using it.
Diffstat (limited to 'tests/kolainst/libinsttest.sh')
-rw-r--r--tests/kolainst/libinsttest.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/kolainst/libinsttest.sh b/tests/kolainst/libinsttest.sh
index 2552cf78..bf40a285 100644
--- a/tests/kolainst/libinsttest.sh
+++ b/tests/kolainst/libinsttest.sh
@@ -66,13 +66,6 @@ nth_boot() {
journalctl --list-boots | wc -l
}
-kola_reboot() {
- kill -TERM $$
- sleep 2m
- echo "failed to reboot?" 1>&2
- exit 1
-}
-
# Determine our origin refspec - we'll use this as a test base
rpmostree=$(which rpm-ostree 2>/dev/null)
if test -z "${rpmostree}"; then