diff --git a/tests/kola/boot/bootupd b/tests/kola/boot/bootupd index 34634be594..6e29500d7e 100755 --- a/tests/kola/boot/bootupd +++ b/tests/kola/boot/bootupd @@ -27,5 +27,10 @@ case "$(arch)" in ;; esac +state_file=/boot/bootupd-state.json +if [ ! -f "${state_file}" ]; then + fatal "${state_file} not present" +fi + bootupctl status ok bootupctl