xfrin_bind10.feature 647 B

1234567891011
  1. Feature: Xfrin
  2. Tests for Xfrin, specific for BIND 10 behaviour.
  3. Scenario: Retransfer command
  4. Given I have bind10 running with configuration xfrin/retransfer_master.conf with cmdctl port 47804 as master
  5. And I have bind10 running with configuration xfrin/retransfer_slave.conf
  6. A query for www.example.org should have rcode REFUSED
  7. Wait for bind10 stderr message CMDCTL_STARTED
  8. When I send bind10 the command Xfrin retransfer example.org IN 127.0.0.1 47807
  9. Then wait for new bind10 stderr message XFRIN_XFR_TRANSFER_SUCCESS not XFRIN_XFR_PROCESS_FAILURE
  10. A query for www.example.org should have rcode NOERROR