Home
last modified time | relevance | path

Searched refs:call_test_with_sudo (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/e2e_tests/tests/
H A Dswap.rs13 use base::test_utils::call_test_with_sudo;
114 call_test_with_sudo("swap_enabled_impl"); in swap_enabled()
175 call_test_with_sudo("swap_out_multiple_times_impl"); in swap_out_multiple_times()
200 call_test_with_sudo("swap_disabled_without_swapped_out_impl"); in swap_disabled_without_swapped_out()
234 call_test_with_sudo("stopped_with_swap_enabled_impl"); in stopped_with_swap_enabled()
255 call_test_with_sudo("memory_contents_preserved_while_vmm_swap_enabled_impl"); in memory_contents_preserved_while_vmm_swap_enabled()
292 call_test_with_sudo("memory_contents_preserved_after_vmm_swap_out_impl"); in memory_contents_preserved_after_vmm_swap_out()
337 call_test_with_sudo("memory_contents_preserved_after_vmm_swap_disabled_impl"); in memory_contents_preserved_after_vmm_swap_disabled()
H A Dpci_hotplug.rs16 use base::test_utils::call_test_with_sudo;
140 call_test_with_sudo("tap_hotplug_two_impl"); in tap_hotplug_two()
205 call_test_with_sudo("tap_hotplug_add_remove_add_impl"); in tap_hotplug_add_remove_add()
278 call_test_with_sudo("tap_hotplug_add_remove_rapid_add_impl"); in tap_hotplug_add_remove_rapid_add()
H A Dsuspend_resume.rs10 use base::test_utils::call_test_with_sudo;
157 call_test_with_sudo("snapshot_vhost_user") in snapshot_vhost_user_root()
/aosp_15_r20/external/crosvm/swap/tests/
H A Dpage_handler.rs18 use base::test_utils::call_test_with_sudo;
33 call_test_with_sudo("create_success_impl") in create_success()
61 call_test_with_sudo("create_partially_overlap_impl") in create_partially_overlap()
104 call_test_with_sudo("create_invalid_range_impl") in create_invalid_range()
135 call_test_with_sudo("handle_page_fault_zero_success_impl") in handle_page_fault_zero_success()
184 call_test_with_sudo("handle_page_fault_invalid_address_impl") in handle_page_fault_invalid_address()
221 call_test_with_sudo("handle_page_fault_duplicated_page_fault_impl") in handle_page_fault_duplicated_page_fault()
254 call_test_with_sudo("handle_page_remove_success_impl") in handle_page_remove_success()
313 call_test_with_sudo("handle_page_remove_invalid_address_impl") in handle_page_remove_invalid_address()
364 call_test_with_sudo("move_to_staging_data_written_before_enabling_impl") in move_to_staging_data_written_before_enabling()
[all …]
H A Dmain.rs858 base::test_utils::call_test_with_sudo("register_region_skip_obsolete_process_impl"); in main()
863 base::test_utils::call_test_with_sudo("unregister_region_skip_obsolete_process_impl"); in main()
880 base::test_utils::call_test_with_sudo("controller_enable_impl"); in main()
891 base::test_utils::call_test_with_sudo("controller_swap_out_impl"); in main()
902 base::test_utils::call_test_with_sudo("controller_trim_impl"); in main()
913 base::test_utils::call_test_with_sudo("controller_disable_impl"); in main()
/aosp_15_r20/external/crosvm/net_util/tests/
H A Dunix_tap.rs9 use base::test_utils::call_test_with_sudo;
17 call_test_with_sudo("tap_create_impl") in tap_create()
28 call_test_with_sudo("tap_configure_impl") in tap_configure()
48 call_test_with_sudo("tap_enable_impl") in tap_enable()
/aosp_15_r20/external/crosvm/base/src/
H A Dtest_utils.rs11 pub fn call_test_with_sudo(name: &str) { in call_test_with_sudo() function