Lines Matching refs:TEST
63 TEST(device_handler, get_block_device_symlinks_success_platform) { in TEST() function
77 TEST(device_handler, get_block_device_symlinks_success_platform_with_partition) { in TEST() function
95 TEST(device_handler, get_block_device_symlinks_success_platform_with_partition_only_num) { in TEST() function
111 TEST(device_handler, get_block_device_symlinks_success_platform_with_partition_only_name) { in TEST() function
127 TEST(device_handler, get_block_device_symlinks_success_pci) { in TEST() function
138 TEST(device_handler, get_block_device_symlinks_pci_bad_format) { in TEST() function
149 TEST(device_handler, get_block_device_symlinks_success_vbd) { in TEST() function
160 TEST(device_handler, get_block_device_symlinks_vbd_bad_format) { in TEST() function
171 TEST(device_handler, get_block_device_symlinks_no_matches) { in TEST() function
184 TEST(device_handler, sanitize_null) { in TEST() function
188 TEST(device_handler, sanitize_empty) { in TEST() function
194 TEST(device_handler, sanitize_allgood) { in TEST() function
205 TEST(device_handler, sanitize_somebad) { in TEST() function
211 TEST(device_handler, sanitize_allbad) { in TEST() function
217 TEST(device_handler, sanitize_onebad) { in TEST() function
223 TEST(device_handler, DevPermissionsMatchNormal) { in TEST() function
235 TEST(device_handler, DevPermissionsMatchPrefix) { in TEST() function
248 TEST(device_handler, DevPermissionsMatchWildcard) { in TEST() function
262 TEST(device_handler, DevPermissionsMatchWildcardPrefix) { in TEST() function
278 TEST(device_handler, SysfsPermissionsMatchWithSubsystemNormal) { in TEST() function
288 TEST(device_handler, SysfsPermissionsMatchWithSubsystemClass) { in TEST() function
302 TEST(device_handler, SysfsPermissionsMatchWithSubsystemBus) { in TEST() function