#!/bin/sh

set -e

. debian/tests/functions

journalctl -b -g sysv

query_systemd_for_service_status
query_journal_and_check_the_logs
run_rngtest_and_check_the_result
stop_service_and_check_the_logs

# done
echo Looks good.
