From Fedora Project Wiki
No edit summary |
(Make use of QA/Test_Case template) |
||
Line 1: | Line 1: | ||
{{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. | |||
|setup= | |||
# 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. | |||
|actions= | |||
# 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''. | |||
# 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= | |||
# Adding an IPv6 printer using {{command|system-config-printer}} completes and prints a test page successfully. | |||
# Printing using {{command|firefox}} completes successfully | |||
# 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
- 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.
How to test
- 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. - Print this page by pressing
<Control>p
. Select the appropriate IPv6 printer, select Print. - Print the file
/etc/fstab
using thelp
command. Note, if multiple printers are configured, you may need to use the-d
parameter to select the correct printer.
Expected Results
- Adding an IPv6 printer using
system-config-printer
completes and prints a test page successfully. - Printing using
firefox
completes successfully - Printing using the
lp
command completes successfully