1f08c3bdfSopenharmony_ciThe aim of the test is to check device firmware loading. Since kernel 3.7
2f08c3bdfSopenharmony_cifirmware loading changed to direct loading (by-pass udev). The test consists
3f08c3bdfSopenharmony_ciof the two parts:
4f08c3bdfSopenharmony_ci - userspace part
5f08c3bdfSopenharmony_ci - kernelspace part
6f08c3bdfSopenharmony_ci
7f08c3bdfSopenharmony_ciThis is the userspace part, its tasks are:
8f08c3bdfSopenharmony_ci - create firmware files in the standard firmware paths
9f08c3bdfSopenharmony_ci - load the module and initiate firmware request procedure
10f08c3bdfSopenharmony_ci - read device's result file and print final results
11f08c3bdfSopenharmony_ci - unload the module.
12