Searched refs:test_update (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/system/tsiggss/
H A Dtests.sh18 test_update() { function
49 test_update testdc1.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || status=1
50 test_update testdc2.example.nil. A "86400 A 10.53.0.11" "10.53.0.11" || status=1
51 test_update denied.example.nil. TXT "86400 TXT helloworld" "helloworld" > /dev/null && status=1
57 test_update testdenied.example.nil. A "86400 A 10.53.0.12" "10.53.0.12" > /dev/null && status=1
58 test_update testdenied.example.nil. TXT "86400 TXT helloworld" "helloworld" || status=1
61 test_update testcname.example.nil. TXT "86400 CNAME testdenied.example.nil" "testdenied" > /dev/null && status=1
64 test_update testcname.example.nil. TXT "86400 CNAME testdenied.example.nil" "testdenied" || status=1
65 test_update testcname.example.nil. TXT "86400 A 10.53.0.13" "10.53.0.13" > /dev/null && status=1
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Dtests.sh23 test_update() { function
53 test_update testdc1.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1
56 test_update testdc2.example.nil. A "86400 A 10.53.0.11" "10.53.0.11" || ret=1
59 test_update testdc3.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1
62 test_update deny.example.nil. TXT "86400 TXT helloworld" "helloworld" should_fail && ret=1
103 test_update testdc1.alternate.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1

Completed in 11 milliseconds