From: Miroslav Lichvar Date: Mon, 2 Sep 2019 14:32:58 +0000 (+0200) Subject: test: add 013-nameserv test X-Git-Tag: 4.0-pre1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbda5c964e96c6f587ae44b5577310dff8c82f6;p=thirdparty%2Fchrony.git test: add 013-nameserv test --- diff --git a/test/simulation/013-nameserv b/test/simulation/013-nameserv new file mode 100755 index 00000000..84f0c8de --- /dev/null +++ b/test/simulation/013-nameserv @@ -0,0 +1,15 @@ +#!/bin/bash + +. ./test.common + +test_start "name resolving" + +dns=1 + +run_test || test_fail +check_chronyd_exit || test_fail +check_source_selection || test_fail +check_packet_interval || test_fail +check_sync || test_fail + +test_pass