Details for revision 147 of testcase: Install (Bind9)



BugReport a bug against the content of this testcase
ID1401
TitleInstall (Bind9)
LinkNo link provided
Part of testsuitesUbuntu Server

RevisionWritten on the 2014-01-23 10:58 by nskaggs
RevisionWritten on the 2013-10-07 11:23 by nskaggs
RevisionWritten on the 2013-03-28 16:29 by nskaggs
RevisionWritten on the 2013-03-18 14:08 by nskaggs
RevisionWritten on the 2012-10-11 13:42 by nskaggs
RevisionWritten on the 2012-08-17 09:14 by fabiomarconi
RevisionWritten on the 2012-08-15 14:34 by fabiomarconi
Text

Scope of this test is to verify that the system is installed, you can login into it, bind is installable and working.

  1. Boot from CD or USB in real hardware or run the image in Testdrive
  2. Choose the desired language
  3. Select "Install Ubuntu Server"
  4. Choose the language
  5. Select your location
  6. Configure locales
  7. At configure keyboard page, select NO
  8. Select the country of the keyboard
  9. Select the keyboard layout
  10. Select hostname ubuntu as default
  11. Inser the name for the new user
  12. Insert the name for the account
  13. Choose a password
  14. Reinsert the password
  15. At encrypt request select NO
  16. Verify or setup the timezone
  17. At partitioning select "Guided - Use entire disk"
  18. Select disk to partition
  19. At "Write changes to disks", verify that everythings is right and select YES
  20. At "http proxy" request, let it blank and press enter
  21. At managing upgrades select "No automatic updates"
  22. At Software selection, choose "DNS Server"
  23. Select to install Grub in the master boot record
  24. Remove the installation media (CDROM or USB key)
  25. Wait that the system reboot and login

Verify that that bind:

  1. Is running
  2. pgrep named
    has to return the pid of named

  3. Is listening for IPv4 and IPv6:
  4. sudo netstat -atuvpn | egrep '(:53)' | egrep -v '(ESTABLISHED|CLOSE_WAIT|LAST_ACK)'
    should list named is listening on port 53 for tcp, tcp6, udp and udp6.

  5. If the system can access the outside world, dns queries against the server at localhost should work
  6. host www.ubuntu.com localhost
    host -T www.ubuntu.com localhost
    host -6 www.ubuntu.com ip6-localhost
    host -T -6 www.ubuntu.com ip6-localhost


If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result
.