From Fedora Project Wiki

No edit summary
(Make use of QA/Test_Case template)
 
Line 1: Line 1:
To test IPv6 Printing:
{{QA/Test_Case
 
|description=This test is designed to verify printing to a network-based printing using an IPv6 address.  Note, please see ''ipv6(7)'' for details on specifying raw IPv6 addresses.
1. need to check to see if the network printer has the IPv6 network address capability.  
|setup=
  check with the manufacture's owner's manual
# Check if the network printer is capable of IPv6 network addressing. You may need to consult the owners manual for the printer.
 
# Follow the instructions provided by the manufacturer for enabling IPv6 networking with the printer.
2. If it does, please follow the printer manufacture instruction to set up the printer with an IPv6 address.
|actions=
  If it uses dhcp, setup ipv6 dhcp server on the host to provide an ipv6 address for it; and use printer gui or command to set up the printer queue.
# Add the new printer by starting {{command|system-config-printer}}.  Select ''Add'' and choose ''Network Printer''. Select the appropriate print driver, and be sure to enter the ''Host'' using the IPv6 address. Once added, attempt to print a test page.
 
# Print this page by pressing <code><Control>p</code>. Select the appropriate IPv6 printer, select ''Print''.
3. Test out the printer networking connection first by use 'ping'
# Print the file {{filename|/etc/fstab}} using the {{command|lp}} command.  Note, if multiple printers are configured, you may need to use the <code> -d </code> parameter to select the correct printer.
 
|results=
4. Once the connection is back up, using 'lp' command to see if printer queue is working by print to it.
# Adding an IPv6 printer using {{command|system-config-printer}} completes and prints a test page successfully.
 
# Printing using {{command|firefox}} completes successfully
Note: please see ipv6(7) for details on specifying raw IPv6 addresses.
# Printing using the {{command|lp}} command completes successfully
}}

Latest revision as of 20:44, 7 June 2011

Description

This test is designed to verify printing to a network-based printing using an IPv6 address. Note, please see ipv6(7) for details on specifying raw IPv6 addresses.

Setup

  1. Check if the network printer is capable of IPv6 network addressing. You may need to consult the owners manual for the printer.
  2. Follow the instructions provided by the manufacturer for enabling IPv6 networking with the printer.

How to test

  1. Add the new printer by starting system-config-printer. Select Add and choose Network Printer. Select the appropriate print driver, and be sure to enter the Host using the IPv6 address. Once added, attempt to print a test page.
  2. Print this page by pressing <Control>p. Select the appropriate IPv6 printer, select Print.
  3. Print the file /etc/fstab using the lp command. Note, if multiple printers are configured, you may need to use the -d parameter to select the correct printer.

Expected Results

  1. Adding an IPv6 printer using system-config-printer completes and prints a test page successfully.
  2. Printing using firefox completes successfully
  3. Printing using the lp command completes successfully