README 836 B

123456789101112131415161718192021222324252627
  1. This is a tool to compare two DNS server's response to query.
  2. DIRECTORY STRUCTURE
  3. zonefile
  4. The file under this directory is for the testee servers
  5. to load before running the test, containing various types
  6. of RRs in the test cases. It is in bind9's format. One
  7. file is signed while the other is not, which you can choose.
  8. queries
  9. The files under this directory are the input of the test,
  10. involving various types of query cases.
  11. src
  12. The scripts of this test.
  13. It uses the dns python binding interface of bind10 from the
  14. source tree, so src/lib/dns/python/.libs must be added to
  15. PYTHONPATH environment variable ahead of running the tests.
  16. RUNNING
  17. e.g.
  18. cd src
  19. ./query_two_server.py -u -f ../queries/dquery01 -s 10.10.1.1 -p 30000 -t 10.10.10.2 -q 30002 > bind10test_normal
  20. ./query_two_server.py --help' for more details