1. 1b04c52 Rely on logs instead to port forwarding in test by Shikha Panwar · 2 years, 4 months ago
  2. 4cf20aa Allow to override AVF debug policy by Jaewan Kim · 2 years, 5 months ago
  3. 12fab26 Merge changes I9f3a829c,I4404240c by Jaewan Kim · 2 years, 5 months ago
  4. d4dae65 Refactor to handle log output outside of pvmfw by Jaewan Kim · 2 years, 5 months ago
  5. 48ce4db Remove duplicated device capability checks by Jaewan Kim · 2 years, 5 months ago
  6. 0b4a262 Merge "Ensure no AVF debug policy in locked device" by Treehugger Robot · 2 years, 5 months ago
  7. d42c24b Ensure no AVF debug policy in locked device by Jaewan Kim · 2 years, 5 months ago
  8. 8decb07 Merge "Avoid unnecessary tear down in the test" by Treehugger Robot · 2 years, 5 months ago
  9. eb27db4 Merge "Improve testTelemetryPushedAtoms" by Seungjae Yoo · 2 years, 5 months ago
  10. 2fbda52 Improve testTelemetryPushedAtoms by Seungjae Yoo · 2 years, 5 months ago
  11. f93d5cf Avoid unnecessary tear down in the test by Victor Hsieh · 2 years, 5 months ago
  12. 3124ef0 Handle ramdump in microdroid_manager by Jaewan Kim · 2 years, 5 months ago
  13. 92288d0 Add test for enabled adb and logcat by Jaewan Kim · 2 years, 6 months ago
  14. 18ff102 Merge "Re-enable kernel ramdump test" by Inseob Kim · 2 years, 6 months ago
  15. d2ea593 Re-enable kernel ramdump test by Inseob Kim · 2 years, 6 months ago
  16. b24d1dc Enable adb and adb root with debug level or debug policy by Jaewan Kim · 2 years, 7 months ago
  17. cbb5f8a Merge "Enforce adb unroot for testCustomVirtualMachinePermission" by Jaewan Kim · 2 years, 6 months ago
  18. 11fe017 Merge "Check non-user build for PvmfwDebugPolicyHostTests" by Jaewan Kim · 2 years, 6 months ago
  19. 89bac84 Check non-user build for PvmfwDebugPolicyHostTests by Jaewan Kim · 2 years, 6 months ago
  20. 66f062e Address comments from previous commit by Jaewan Kim · 2 years, 6 months ago
  21. a387f50 Enforce adb unroot for testCustomVirtualMachinePermission by Jaewan Kim · 2 years, 6 months ago
  22. c03f661 Enable microdroid console output with debug level or debug policy by Jaewan Kim · 2 years, 6 months ago
  23. 62fe1b4 Replace mk_payload with a Java utility by Jooyung Han · 2 years, 7 months ago
  24. 363fdb6 Merge "Add debug policy tests for ramdump" by Jaewan Kim · 2 years, 7 months ago
  25. 31cd38d Add tests for default of export_tombstones by Inseob Kim · 2 years, 7 months ago
  26. 2cf6f39 Add debug policy tests for ramdump by Jaewan Kim · 2 years, 7 months ago
  27. 7d1e5ec Refactor VM config to support different CPU topologies by David Brazdil · 2 years, 7 months ago
  28. ab1037d Export tombstones by default for debuggable VMs by Inseob Kim · 2 years, 7 months ago
  29. 5ef2403 Merge "Skip testTombstonesAreGeneratedUponKernelCrash on user build" by Jaewan Kim · 2 years, 7 months ago
  30. cfd6bc2 Skip testTombstonesAreGeneratedUponKernelCrash on user build by Jaewan Kim · 2 years, 7 months ago
  31. 048d3c1 Temporally disable tombstone tests by Jaewan Kim · 2 years, 7 months ago
  32. 77b7dce Merge "Fix log string checked to test vbmeta verification" by Treehugger Robot · 2 years, 7 months ago
  33. 5ba3f4f Fix log string checked to test vbmeta verification by Shikha Panwar · 2 years, 7 months ago
  34. d2b70ef Merge "CTS to ensure images in VM's boot path use sha256" by Shikha Panwar · 2 years, 7 months ago
  35. af066d0 Merge changes from topic "sign_virt_and_legacy" by Shikha Panwar · 2 years, 7 months ago
  36. 41b41c4 CTS to ensure images in VM's boot path use sha256 by Shikha Panwar · 2 years, 7 months ago
  37. a7605cf [sign_virt_apex] Update vbmeta related bootconfigs by Shikha Panwar · 2 years, 8 months ago
  38. 3f0f1e8 Move virtmgr files to their own directory by David Brazdil · 2 years, 8 months ago
  39. 0168b46 Redirect debuggable VM's logs to host logd by Inseob Kim · 2 years, 8 months ago
  40. d4f51a5 virtmgr: Delegate debugVmList to virtualizationservice by David Brazdil · 2 years, 8 months ago
  41. 2df2a2e Merge "Only accept binary name not path" by Treehugger Robot · 2 years, 8 months ago
  42. 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 8 months ago
  43. 98ce68d Enable permission checks for zipfuse filesystems by Jiyong Park · 2 years, 8 months ago
  44. dda0587 Add a test for kernel ramdump by Inseob Kim · 2 years, 9 months ago
  45. e85831e Remove prefix full_ from debuggable by Seungjae Yoo · 2 years, 9 months ago
  46. 4379c83 [pvmfw][test] Test the pvmfw success scenario with valid image by Alice Wang · 2 years, 9 months ago
  47. 28cbcf1 [avb] Define rust API for image verification and connect pvmfw by Alice Wang · 2 years, 9 months ago
  48. e6d1ccd [test] Add e2e test skeleton for kernel image verification in pvmfw by Alice Wang · 2 years, 9 months ago
  49. de1f1fe [refactor] Simplify boot verification tests in MicrodroidHostTests by Alice Wang · 2 years, 9 months ago
  50. a5f11e0 Merge "[refactor] Prepare MicrodroidHostTests for the adbConnect() migration" by Alice Wang · 2 years, 9 months ago
  51. 6decdbc [refactor] Prepare MicrodroidHostTests for the adbConnect() migration by Alice Wang · 2 years, 9 months ago
  52. dafab27 [refactor] Minor simplification for MicrodroidHostTests by Alice Wang · 2 years, 9 months ago
  53. a1f97c3 [refactor] Check whether protectedVM is supported with TestDevice by Alice Wang · 2 years, 9 months ago
  54. c975449 [refactor] Remove unused shutdownMicrodroid in MicrodroidHostTestCaseBase by Alice Wang · 2 years, 9 months ago
  55. f52ea14 Merge "Run resigning Microdroid tests in a background process" by Treehugger Robot · 2 years, 9 months ago
  56. 7e252da Run resigning Microdroid tests in a background process by David Brazdil · 2 years, 10 months ago
  57. 89c3927 Use console for SELinux denial check by Inseob Kim · 2 years, 10 months ago
  58. 232ab12 Merge "Fix test following crosvm merge" by Elie Kheirallah · 2 years, 10 months ago
  59. 3742f99 Fix test following crosvm merge by Elie Kheirallah · 2 years, 10 months ago
  60. f88c315 Migrate MicrodroidHostTestCases to MicrodroidBuilder by David Brazdil · 2 years, 10 months ago
  61. dd91f0f Remove sending VmCpuStatusReported and VmMemStatusReported by Seungjae Yoo · 2 years, 10 months ago
  62. 348124e Add test for atoms VmCpuStatusReported and VmMemStatusReported by Seungjae Yoo · 2 years, 10 months ago
  63. 7bc146c Config file requires custom VM permission by Alan Stokes · 2 years, 10 months ago
  64. cef88d2 Move assertions in test to use Truth library by Nikita Ioffe · 2 years, 10 months ago
  65. 76cf101 Better test assertions by Alan Stokes · 2 years, 10 months ago
  66. 7b0255e Merge "Measure app startup impact after VM teardown" by Sebastian Ene · 2 years, 11 months ago
  67. 6291981 Measure app startup impact after VM teardown by Sebastian Ene · 2 years, 11 months ago
  68. 7762003 test: Ignore testBootFailsWhenProtectedVmStartsWithImagesSignedWithDifferentKey by Pierre-Clément Tosi · 2 years, 11 months ago
  69. ff7d5af Move getProcMemInfo() from MicrodroidTestCase to ProcessUtil. by guile · 2 years, 11 months ago
  70. c113f28 Revert^2 "Fix Microdroid tests to work with kernelboot method" by Shikha Panwar · 2 years, 11 months ago
  71. 5a24738 [cleanup][test] Refactor MicrodroidTestCase with ProcessUtil by Alice Wang · 3 years ago
  72. cab9d1b Include 'debug.hypervisor.metrics_tag' in metric names by David Brazdil · 3 years ago
  73. e93cc88 Merge "Migrate pkvm_perf_test.py dex2oat64 and crosvm memory footprint collection during compilation to AOSP." by Guile Chao · 3 years ago
  74. 551f7d3 Migrate pkvm_perf_test.py dex2oat64 and crosvm memory footprint by guile · 3 years ago
  75. f219cd8 Delete cpu affinity config by Victor Hsieh · 3 years ago
  76. 7f7c439 Rename host test helper package to com.android.microdroid.test.host by Alice Wang · 3 years ago
  77. 1291f84 Merge "Implement elapsed_time for VmBooted and VmExited" by Treehugger Robot · 3 years ago
  78. 2e7beea Implement elapsed_time for VmBooted and VmExited by Seungjae Yoo · 3 years ago
  79. 70225b3 Pass "shared libs" apexes by Jooyung Han · 3 years ago
  80. 9e64d77 Merge "Add test for atoms VmCreationRequested, VmBooted, and VmExited" by Treehugger Robot · 3 years ago
  81. 1b8a7d1 Add test for atoms VmCreationRequested, VmBooted, and VmExited by Seungjae Yoo · 3 years, 1 month ago
  82. 9cb37ec Report breakdown of Microdroid userspace memory usage by David Brazdil · 3 years ago
  83. 0f24886 Format MicrodroidTestCase.java with aosp style by Seungjae Yoo · 3 years ago
  84. 9b674ec Merge "Annotate our CTS tests using CddTests annotation." by Jiyong Park · 3 years, 1 month ago
  85. dfd948c Use apexes on device APEX for testing by Jooyung Han · 3 years, 1 month ago
  86. 5517b10 Annotate our CTS tests using CddTests annotation. by Jiyong Park · 3 years, 2 months ago
  87. b05832f Remove testTombstonesAreBeingForwarded by Shikha Panwar · 3 years, 1 month ago
  88. 5387c9e Move isCuttlefish() to helper classes by David Brazdil · 3 years, 1 month ago
  89. f9fe9a0 Rename VirtualizationTestHelper to MicrodroidHostTestHelper by David Brazdil · 3 years, 1 month ago
  90. 3fe420c Add tombstone upon crash test by Inseob Kim · 3 years, 2 months ago
  91. 70968f9 Use log file instead of micrdroid logcat for tests by Inseob Kim · 3 years, 2 months ago
  92. ad0c2fb Merge "Fix flaky test & add func runOnHostRetryingOnFailure" by Treehugger Robot · 3 years, 2 months ago
  93. a4fd404 Fix flaky test & add func runOnHostRetryingOnFailure by Shikha Panwar · 3 years, 2 months ago
  94. d6267ae Revert^2 "Migrate to avb_add_hash_footer" by Andrew Scull · 3 years, 3 months ago
  95. ed0fd2d Revert "Migrate to avb_add_hash_footer" by Andrew Scull · 3 years, 3 months ago
  96. 26eca1f Migrate to avb_add_hash_footer by Andrew Scull · 3 years, 3 months ago
  97. 4c6841b Show reason on failure by Alan Stokes · 3 years, 4 months ago
  98. fc672dd Run custom vm test only when pvm is supported by Inseob Kim · 3 years, 4 months ago
  99. f3c6703 Merge "Add USE_CUSTOM_VIRTUAL_MACHINE permission" by Treehugger Robot · 3 years, 4 months ago
  100. 1119d70 Add USE_CUSTOM_VIRTUAL_MACHINE permission by Inseob Kim · 3 years, 4 months ago