Lines Matching refs:dom1
148 echo_i "checking that dom1.example. is not served by primary ($n)"
150 wait_for_no_soa @10.53.0.1 dom1.example. dig.out.test$n || ret=1
155 echo_i "Adding a domain dom1.example. to primary via RNDC ($n)"
158 echo "@ 3600 IN SOA . . 1 3600 3600 3600 3600" >ns1/dom1.example.db
159 echo "@ 3600 IN NS invalid." >>ns1/dom1.example.db
160 echo "foo 3600 IN TXT some content here" >>ns1/dom1.example.db
161 echo "bar 3600 IN TXT some content here" >>ns1/dom1.example.db
162 echo "xxx 3600 IN TXT some content here" >>ns1/dom1.example.db
163 echo "yyy 3600 IN TXT some content here" >>ns1/dom1.example.db
164 rndccmd 10.53.0.1 addzone dom1.example. in default '{ type primary; file "dom1.example.db"; allow-update { any; }; notify explicit; also-notify { 10.53.0.2; }; };' || ret=1
169 echo_i "checking that dom1.example. is now served by primary ($n)"
171 wait_for_soa @10.53.0.1 dom1.example. dig.out.test$n || ret=1
178 echo_i "Adding domain dom1.example. to catalog1 zone ($n)"
182 update add e721433b6160b450260d4f54b3ec8bab30cb3b83.zones.catalog1.example. 3600 IN PTR dom1.example.
191 wait_for_message ns2/named.run "catz: adding zone 'dom1.example' from catalog 'catalog1.example'" \
192 && wait_for_message ns2/named.run "transfer of 'dom1.example/IN/default' from 10.53.0.1#${PORT}: Transfer status: success" || ret=1
197 echo_i "checking that dom1.example. is served by secondary ($n)"
199 wait_for_soa @10.53.0.2 dom1.example. dig.out.test$n || ret=1
213 echo_i "update dom1.example. ($n)"
217 update add dom1.example 0 IN TXT added record
227 dig_with_opts @10.53.0.2 TXT dom1.example. >dig.out.test$n || return 1
274 echo_i "update dom1.example. again ($n)"
278 update add foo.dom1.example 0 IN TXT added record
288 dig_with_opts @10.53.0.2 TXT foo.dom1.example. >dig.out.test$n || return 1
298 echo_i "removing domain dom1.example. from catalog1 zone ($n)"
311 wait_for_message ns2/named.run "catz: catz_delzone_cb: zone 'dom1.example' deleted" || ret=1
316 echo_i "checking that dom1.example. is not served by secondary ($n)"
318 wait_for_no_soa @10.53.0.2 dom1.example. dig.out.test$n || ret=1