#!/bin/sh

set -e

. debian/tests/functions

stop_bind_networking
configure_and_start_networking
configure_and_start_bind
configure_and_restart_rinetd

query_test_zone_records_and_check_the_result 127.0.0.1 5553 tcp
query_test_zone_records_and_check_the_result ::1       5554 notcp

dump_logfile

echo Looks good.
