From Fedora Project Wiki

< QA‎ | TestCases

No edit summary
(Undo revision 273814 by Hongqing (talk))
 
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case helps you generate and upload boot speed data when booting with a typical set of services for a desktop.
|description=Test if USB Ethernet adapter works. You'll need a USB network adapter for this test.
|actions=
|actions=
# Ensure Bootchart is installed according to [[Bootchart|these instructions]]
# Boot the system
# Ensure you have reported your system information to [http://www.smolts.org Smolt] according to [http://smolts.org/smolt-wiki/Main_Page#Usage these instructions]
# Plug in the USB adapter
# Ensure the ''readahead'' package is installed, with yum or the graphical package manager
# Edit the file ''/etc/sysconfig/readahead'' and change ''READAHEAD="yes"'' to ''READAHEAD="no"'' if it is currently set to yes
# Using '''system-config-services''' or '''ntsysv''', ensure that only the following services are activated at boot: NetworkManager, acpid, atd, auditd, avahi-daemon, bluetooth, cpuspeed, crond, cups, gpm, haldaemon, ip6tables, iptables, irda, irqbalance, isdn, kerneloops, lm_sensors, mdmonitor, messagebus, microcode_ctl, netfs, nfslock, pcscd, portreserve, rpcbind, rpcgssd, rpcidmapd, rsyslog, sendmail, smolt, sshd, udev-post
# Reboot the system
# Log in, then run this command (from your home directory, or from a specially created directory if you want to keep things tidy): <pre>cp /var/log/bootchart.tgz ./Bootchart-`head -n1 /etc/sysconfig/hw-uuid`-desktop.tgz</pre>
# Edit the file ''/etc/sysconfig/readahead'' and change ''READAHEAD="no"'' to ''READAHEAD="yes"'' if it is currently set to no
# Type: <pre>touch /.readahead_collect</pre>
# Reboot, then as soon as the system is fully booted, reboot again
# Log in, then run this command (from your home directory, or from a specially created directory if you want to keep things tidy): <pre>cp /var/log/bootchart.tgz ./Bootchart-`head -n1 /etc/sysconfig/hw-uuid`-desktop-ra.tgz</pre>
# Optionally, you can run the command ''bootchart'' as root to generate a bootchart image, then save that with a similar, unique filename
|results=
|results=
# Two different sets of boot speed data should be generated and saved with unique file names.
# An appropriate kernel module is loaded (if not already) for your device
# Additional Ethernet interface appears (such as eth1)
# You're able to use the new interface with NetworkManager or ifconfig
# You have network connectivity (or Internet access)
}}
}}
[[Category:USB_test_cases]]
[[Category:USB_test_cases]]
[[Category:Networking]]

Latest revision as of 10:10, 1 March 2012

Description

Test if USB Ethernet adapter works. You'll need a USB network adapter for this test.


How to test

  1. Boot the system
  2. Plug in the USB adapter

Expected Results

  1. An appropriate kernel module is loaded (if not already) for your device
  2. Additional Ethernet interface appears (such as eth1)
  3. You're able to use the new interface with NetworkManager or ifconfig
  4. You have network connectivity (or Internet access)