commit | 62085c0e65a78189ac14d970609ff21e329cf138 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Fri Aug 12 04:44:52 2022 +0000 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Mon Aug 22 02:08:34 2022 +0000 |
tree | 3f4e9ced01f6192704564e70f0a2e8d8b84e5428 | |
parent | b4c07bab62d1097933d646ff7c695277cb3217c4 [diff] [blame] |
Send UID and VM identifier to existing atoms Bug: 236252851 Test: N/A Change-Id: I5e4db74f9a5cefd071676b9d248e9c5d91c5bfdd
diff --git a/rialto/tests/test.rs b/rialto/tests/test.rs index fb6a1ad..8a78861 100644 --- a/rialto/tests/test.rs +++ b/rialto/tests/test.rs
@@ -54,6 +54,7 @@ let log = android_log_fd()?; let config = VirtualMachineConfig::RawConfig(VirtualMachineRawConfig { + name: String::from("RialtoTest"), kernel: None, initrd: None, params: None,