commit | e3f51b8d60ca46d29285a9fe95a7757b48d6ffae | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Thu Jul 04 12:30:01 2024 +0200 |
committer | nareshkamboju <naresh.kamboju@gmail.com> | Mon Jul 08 18:50:35 2024 +0530 |
tree | 6acd5b5e9a09ab639c80ba767225e3c638c36fae | |
parent | f6c0d5586bfd4ca109b97524e05468eb7731d9fa [diff] |
add module testing Test to load/unload modules multiple times to see if something bad happens, which it shouldn't. The majority of drivers registers themselves to an API that calls back into the driver when the hardware side (or network protocol, file system, etc) is getting detected or requested. Loading and unloading modules that the DUT don't have hardware for is likely to find more of the obvious bugs. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>