• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

acpi/23-Nov-2023-993681

agp/23-Nov-2023-1,7341,044

base/23-Nov-2023-1,454808

block/23-Nov-2023-703431

cpufreq/23-Nov-2023-227125

dev_sim_framework/23-Nov-2023-897384

drm/23-Nov-2023-789485

include/23-Nov-2023-540350

locking/23-Nov-2023-11854

misc_modules/23-Nov-2023-568433

nls/23-Nov-2023-512330

pci/23-Nov-2023-1,071642

rcu/23-Nov-2023-11967

rtc/23-Nov-2023-298187

tbio/23-Nov-2023-1,098707

uaccess/23-Nov-2023-332188

usb/23-Nov-2023-1,021608

v4l/23-Nov-2023-91,81886,537

zram/23-Nov-2023-606419

MakefileD23-Nov-20231 KiB3313

READMED23-Nov-20231 KiB2218

README

1Device Driver Testcases:
2
3These tests should always be run individually and never concurrently.  Since
4these test will manipulate devices and may leave them in an unstable state,
5these tests should not be run when other important system tasks are being
6performed.  These tests shouldn't be included in any system wide test scripts
7as they may corrupt the test data from those tests.
8
9To build and execute these tests:
10
111) change into each of the directories you want to test and run "make".
122) run the command 'insmod' on the .o file in the kernel space directory.
13Note: If the insmod command fails with a QM_MODULE error, the module functions
14      are outdated and need to be upgraded.
153) Run "lsmod" to make sure the modules is loaded.
164) Change to the user space program directory and run the *.sh file or the
17   program executable.
185) The results should be output to the display.
196) These tests will complete very quickly, usually in a few seconds so if the
20   system doesn't return from the test it's probably hung and a re-boot may be
21   required.
22