1. dd91f0f Remove sending VmCpuStatusReported and VmMemStatusReported by Seungjae Yoo · 2 years, 9 months ago
  2. 4a3c0a8 Include shell command in some assertion messages by Victor Hsieh · 3 years, 3 months ago
  3. 348124e Add test for atoms VmCpuStatusReported and VmMemStatusReported by Seungjae Yoo · 2 years, 10 months ago
  4. 7bc146c Config file requires custom VM permission by Alan Stokes · 2 years, 10 months ago
  5. cef88d2 Move assertions in test to use Truth library by Nikita Ioffe · 2 years, 10 months ago
  6. 76cf101 Better test assertions by Alan Stokes · 2 years, 10 months ago
  7. c693084 Use ro.product.vendor.device to determine if running on Cuttlefish by Jiyong Park · 2 years, 10 months ago
  8. cd08d5e Merge "Prevent stalled adb connections to Micrdroid" by Sebastian Ene · 2 years, 10 months ago
  9. 7b0255e Merge "Measure app startup impact after VM teardown" by Sebastian Ene · 2 years, 10 months ago
  10. 4a9f2fe Prevent stalled adb connections to Micrdroid by Sebastian Ene · 2 years, 10 months ago
  11. 6291981 Measure app startup impact after VM teardown by Sebastian Ene · 2 years, 10 months ago
  12. 7762003 test: Ignore testBootFailsWhenProtectedVmStartsWithImagesSignedWithDifferentKey by Pierre-Clément Tosi · 2 years, 10 months ago
  13. ff7d5af Move getProcMemInfo() from MicrodroidTestCase to ProcessUtil. by guile · 2 years, 10 months ago
  14. c113f28 Revert^2 "Fix Microdroid tests to work with kernelboot method" by Shikha Panwar · 2 years, 10 months ago
  15. 5a24738 [cleanup][test] Refactor MicrodroidTestCase with ProcessUtil by Alice Wang · 2 years, 11 months ago
  16. cab9d1b Include 'debug.hypervisor.metrics_tag' in metric names by David Brazdil · 2 years, 11 months ago
  17. cd9b945 Re-connect after adb root by Jiyong Park · 2 years, 11 months ago
  18. e93cc88 Merge "Migrate pkvm_perf_test.py dex2oat64 and crosvm memory footprint collection during compilation to AOSP." by Guile Chao · 2 years, 11 months ago
  19. 551f7d3 Migrate pkvm_perf_test.py dex2oat64 and crosvm memory footprint by guile · 3 years ago
  20. f219cd8 Delete cpu affinity config by Victor Hsieh · 2 years, 11 months ago
  21. 7f7c439 Rename host test helper package to com.android.microdroid.test.host by Alice Wang · 3 years ago
  22. 1291f84 Merge "Implement elapsed_time for VmBooted and VmExited" by Treehugger Robot · 3 years ago
  23. 2e7beea Implement elapsed_time for VmBooted and VmExited by Seungjae Yoo · 3 years ago
  24. 70225b3 Pass "shared libs" apexes by Jooyung Han · 3 years ago
  25. 9e64d77 Merge "Add test for atoms VmCreationRequested, VmBooted, and VmExited" by Treehugger Robot · 3 years ago
  26. 1b8a7d1 Add test for atoms VmCreationRequested, VmBooted, and VmExited by Seungjae Yoo · 3 years ago
  27. 9cb37ec Report breakdown of Microdroid userspace memory usage by David Brazdil · 3 years ago
  28. 950578d Merge "Format MicrodroidTestCase.java with aosp style" by Treehugger Robot · 3 years ago
  29. 0f24886 Format MicrodroidTestCase.java with aosp style by Seungjae Yoo · 3 years ago
  30. 3d18c26 Fix array-related errorprone warnings by Cole Faust · 3 years ago
  31. 9b674ec Merge "Annotate our CTS tests using CddTests annotation." by Jiyong Park · 3 years ago
  32. dfb6785 Forward microdroid console as well as log by Inseob Kim · 3 years ago
  33. dfd948c Use apexes on device APEX for testing by Jooyung Han · 3 years ago
  34. 5517b10 Annotate our CTS tests using CddTests annotation. by Jiyong Park · 3 years, 1 month ago
  35. b05832f Remove testTombstonesAreBeingForwarded by Shikha Panwar · 3 years ago
  36. 5387c9e Move isCuttlefish() to helper classes by David Brazdil · 3 years, 1 month ago
  37. f9fe9a0 Rename VirtualizationTestHelper to MicrodroidHostTestHelper by David Brazdil · 3 years, 1 month ago
  38. 3fe420c Add tombstone upon crash test by Inseob Kim · 3 years, 1 month ago
  39. 70968f9 Use log file instead of micrdroid logcat for tests by Inseob Kim · 3 years, 1 month ago
  40. ad0c2fb Merge "Fix flaky test & add func runOnHostRetryingOnFailure" by Treehugger Robot · 3 years, 1 month ago
  41. a4fd404 Fix flaky test & add func runOnHostRetryingOnFailure by Shikha Panwar · 3 years, 2 months ago
  42. d6267ae Revert^2 "Migrate to avb_add_hash_footer" by Andrew Scull · 3 years, 2 months ago
  43. ed0fd2d Revert "Migrate to avb_add_hash_footer" by Andrew Scull · 3 years, 2 months ago
  44. 26eca1f Migrate to avb_add_hash_footer by Andrew Scull · 3 years, 2 months ago
  45. 4c6841b Show reason on failure by Alan Stokes · 3 years, 3 months ago
  46. fe69ddd Unroot to run MicrodroidHostTestCases by Alan Stokes · 3 years, 3 months ago
  47. fc672dd Run custom vm test only when pvm is supported by Inseob Kim · 3 years, 3 months ago
  48. f3c6703 Merge "Add USE_CUSTOM_VIRTUAL_MACHINE permission" by Treehugger Robot · 3 years, 3 months ago
  49. 1119d70 Add USE_CUSTOM_VIRTUAL_MACHINE permission by Inseob Kim · 3 years, 3 months ago
  50. 988e320 Don't run testTombstonesAreBeingForwarded on user builds by Jiyong Park · 3 years, 3 months ago
  51. 8d006ba Set dev.bootcomplete in Microdroid by Victor Hsieh · 3 years, 3 months ago
  52. 34d4964 Merge "Introduce CommandResultSubject" by Victor Hsieh · 3 years, 3 months ago
  53. c896f91 Introduce CommandResultSubject by Victor Hsieh · 3 years, 3 months ago
  54. 6b26273 Use apex_name as partition name when using mk_payload by Jooyung Han · 3 years, 3 months ago
  55. e221e21 Move code for log archive to new helper class by Victor Hsieh · 3 years, 4 months ago
  56. 9bfb1a1 Use longer timeout to run sign_virt_apex in tests by Jooyung Han · 3 years, 4 months ago
  57. 1509817 [test] Fix rootMicrodroid() to block till device is online. by Shikha Panwar · 3 years, 4 months ago
  58. 7afc139 Enable exporting of tombstones out of guest VMs by Shikha Panwar · 3 years, 5 months ago
  59. 16aef92 Remove reconnectHostAdb hack by Jiyong Park · 3 years, 4 months ago
  60. 9f2ca1e Remove unnecessary sleep calls by Jiyong Park · 3 years, 4 months ago
  61. fdc0c28 Uninstall the test app in shutdown by Inseob Kim · 3 years, 5 months ago
  62. 5507664 Archive VM logs for test cases by Victor Hsieh · 3 years, 5 months ago
  63. e77f601 Rename method: Drop the "device", it's cleaner by Alan Stokes · 3 years, 5 months ago
  64. e61e324 Fix explicit checks for /dev/kvm by Alan Stokes · 3 years, 5 months ago
  65. 3cf2094 Remove JSON schema helper classes by Jooyung Han · 3 years, 5 months ago
  66. dcf1741 Specify virtual platform version and enforce it by Jiyong Park · 3 years, 6 months ago
  67. 528a368 Embed test-purpose APEXes as data by Jooyung Han · 3 years, 6 months ago
  68. 1c3d2fa Test: bootloader checks vbmeta signing key by Jooyung Han · 3 years, 6 months ago
  69. a610831 Refactor: pull up getPathForPackage() by Jooyung Han · 3 years, 6 months ago
  70. 6afd667 Test: Protected VM fails if images are signed by unknown by Jooyung Han · 3 years, 6 months ago
  71. 66ca324 Parameterize MicrodroidTestApp for protected mode by Andrew Scull · 3 years, 6 months ago
  72. 8f3aa53 Add a test for permission check by Jooyung Han · 3 years, 6 months ago
  73. 4cf46ce Add test to check if microdroid selinux is enabled by Inseob Kim · 3 years, 6 months ago
  74. 3ac5c11 Add microdroid sepolicy neverallow test by Inseob Kim · 3 years, 6 months ago
  75. 29de517 Relanding: "Add our integration tests to cts" by Jiyong Park · 3 years, 6 months ago
  76. 70bf068 Revert "Add our integration tests to cts" by Jiyong Park · 3 years, 6 months ago
  77. f41a7c6 Remove MicrodroidTestApp.signed by Jiyong Park · 3 years, 6 months ago
  78. a735165 Add our integration tests to cts by Jiyong Park · 3 years, 6 months ago
  79. 5c71cac Put all our tests to general-tests by Jiyong Park · 3 years, 6 months ago
  80. 4a93126 Fix broken test. by Alan Stokes · 3 years, 6 months ago
  81. 287e3de Add guest binder services to device-side tests by Inseob Kim · 3 years, 7 months ago
  82. 57a1db6 Merge "Use fs-verity digests proto to build the directory" by Treehugger Robot · 3 years, 7 months ago
  83. 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 3 years, 7 months ago
  84. 13e9914 Run Microdroid tests with less amount of RAM by Jiyong Park · 3 years, 7 months ago
  85. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 7 months ago
  86. ccae66d Remove idsig from the CompOS APEX by Jooyung Han · 3 years, 8 months ago
  87. 39bab89 Increase ARM64 memory for microdroid test by Inseob Kim · 3 years, 8 months ago
  88. 4563623 authfs: support remote output directory by Victor Hsieh · 3 years, 10 months ago
  89. f5377a4 Merge "Increase size of RAM on microdroid x86_64" by Ram Muthiah · 3 years, 10 months ago
  90. a2ca453 Merge "When testing CompOS, write somewhere harmless" by Treehugger Robot · 3 years, 10 months ago
  91. 93f5fdb Merge "Define debug levels" by Treehugger Robot · 3 years, 10 months ago
  92. c2a49cc Define debug levels by Jiyong Park · 3 years, 10 months ago
  93. d948c33 Increase size of RAM on microdroid x86_64 by Ram Muthiah · 3 years, 10 months ago
  94. 388b88a When testing CompOS, write somewhere harmless by Alan Stokes · 3 years, 10 months ago
  95. bee5904 Delete artifacts after test by Alan Stokes · 3 years, 10 months ago
  96. d9a9180 Test CompOS more directly. by Alan Stokes · 3 years, 11 months ago
  97. d63cfff Add --mem option to the vm tool by Jiyong Park · 3 years, 11 months ago
  98. e920321 Clean up test root before running test by Inseob Kim · 3 years, 11 months ago
  99. 64d96fb Merge "Revert "Enable pKVM before running tests"" by Treehugger Robot · 4 years ago
  100. 69c30bf Revert "Enable pKVM before running tests" by Dan Shi · 4 years ago