1. f3c6703 Merge "Add USE_CUSTOM_VIRTUAL_MACHINE permission" by Treehugger Robot · 3 years, 4 months ago
  2. 1119d70 Add USE_CUSTOM_VIRTUAL_MACHINE permission by Inseob Kim · 3 years, 4 months ago
  3. 390f7b7 Merge "microdroid: Increase arm64 test memory" by Treehugger Robot · 3 years, 4 months ago
  4. 0dd7db5 microdroid: Increase arm64 test memory by David Brazdil · 3 years, 4 months ago
  5. 988e320 Don't run testTombstonesAreBeingForwarded on user builds by Jiyong Park · 3 years, 4 months ago
  6. 8d006ba Set dev.bootcomplete in Microdroid by Victor Hsieh · 3 years, 4 months ago
  7. 34d4964 Merge "Introduce CommandResultSubject" by Victor Hsieh · 3 years, 4 months ago
  8. c896f91 Introduce CommandResultSubject by Victor Hsieh · 3 years, 4 months ago
  9. 6b26273 Use apex_name as partition name when using mk_payload by Jooyung Han · 3 years, 4 months ago
  10. e221e21 Move code for log archive to new helper class by Victor Hsieh · 3 years, 5 months ago
  11. 65aa2ec Merge "Make exporting tombstone (out of VM) configurable" by Shikha Panwar · 3 years, 5 months ago
  12. 9bfb1a1 Use longer timeout to run sign_virt_apex in tests by Jooyung Han · 3 years, 5 months ago
  13. 6f03c94 Make exporting tombstone (out of VM) configurable by Shikha Panwar · 3 years, 5 months ago
  14. 1509817 [test] Fix rootMicrodroid() to block till device is online. by Shikha Panwar · 3 years, 5 months ago
  15. 7afc139 Enable exporting of tombstones out of guest VMs by Shikha Panwar · 3 years, 5 months ago
  16. 16aef92 Remove reconnectHostAdb hack by Jiyong Park · 3 years, 5 months ago
  17. 9f2ca1e Remove unnecessary sleep calls by Jiyong Park · 3 years, 5 months ago
  18. 5f29911 Some tests are re-enabled for Cuttlefish by Jiyong Park · 3 years, 5 months ago
  19. c55691b Merge "Uninstall the test app in shutdown" by Treehugger Robot · 3 years, 6 months ago
  20. fdc0c28 Uninstall the test app in shutdown by Inseob Kim · 3 years, 6 months ago
  21. 2ad23e7 Merge "Enable tests of u-boot instance image partitions" by Treehugger Robot · 3 years, 6 months ago
  22. ade87db Enable tests of u-boot instance image partitions by Andrew Scull · 3 years, 6 months ago
  23. 5507664 Archive VM logs for test cases by Victor Hsieh · 3 years, 6 months ago
  24. e77f601 Rename method: Drop the "device", it's cleaner by Alan Stokes · 3 years, 6 months ago
  25. 8a11827 Merge "Fix explicit checks for /dev/kvm" by Treehugger Robot · 3 years, 6 months ago
  26. 459a5da Don't check for /dev/kvm etc by Alan Stokes · 3 years, 6 months ago
  27. e61e324 Fix explicit checks for /dev/kvm by Alan Stokes · 3 years, 6 months ago
  28. 465e8fc Merge "Remove JSON schema helper classes" by Treehugger Robot · 3 years, 6 months ago
  29. cae3c31 Add pvmfw data compromise test by Inseob Kim · 3 years, 6 months ago
  30. 3eb0a6d Ensure that u-boot data is missing in non-pVM by Inseob Kim · 3 years, 6 months ago
  31. 3cf2094 Remove JSON schema helper classes by Jooyung Han · 3 years, 6 months ago
  32. 87751bb Split instance.img compromise tests by Inseob Kim · 3 years, 6 months ago
  33. dcf1741 Specify virtual platform version and enforce it by Jiyong Park · 3 years, 7 months ago
  34. 6817d52 Merge "Remove VirtualizationTestCases from CTS" by Treehugger Robot · 3 years, 6 months ago
  35. 7600c41 Remove VirtualizationTestCases from CTS by David Brazdil · 3 years, 6 months ago
  36. 528a368 Embed test-purpose APEXes as data by Jooyung Han · 3 years, 6 months ago
  37. 1c3d2fa Test: bootloader checks vbmeta signing key by Jooyung Han · 3 years, 6 months ago
  38. b6df424 Merge "Add u-boot partitions to instance compromise test" by Treehugger Robot · 3 years, 6 months ago
  39. baae041 Merge "Common helper to pick the right VM protection mode" by Andrew Scull · 3 years, 6 months ago
  40. 2aa423a Add u-boot partitions to instance compromise test by Inseob Kim · 3 years, 6 months ago
  41. 0f755b5 Common helper to pick the right VM protection mode by Andrew Scull · 3 years, 7 months ago
  42. a610831 Refactor: pull up getPathForPackage() by Jooyung Han · 3 years, 6 months ago
  43. 6315c84 Merge changes I05755ddf,I077a6d22,Id6354c9e by Jooyung Han · 3 years, 6 months ago
  44. 6afd667 Test: Protected VM fails if images are signed by unknown by Jooyung Han · 3 years, 6 months ago
  45. e35c3fe Allow the VM callback to be cleared by Andrew Scull · 3 years, 6 months ago
  46. 94ad4c8 Don't call onDied() explicitly in MicrodroidTests by Andrew Scull · 3 years, 6 months ago
  47. 6189208 Test that BCCs look roughly the right shape by Andrew Scull · 3 years, 6 months ago
  48. 1f6ca35 Test the attestation CDI as well as the sealing CDI by Andrew Scull · 3 years, 6 months ago
  49. b81e175 Refine instance.img compromise test by Inseob Kim · 3 years, 7 months ago
  50. 66ca324 Parameterize MicrodroidTestApp for protected mode by Andrew Scull · 3 years, 7 months ago
  51. 27b3bf9 Merge "Don't assert from executor" by Andrew Scull · 3 years, 7 months ago
  52. e4c8f94 Don't assert from executor by Andrew Scull · 3 years, 7 months ago
  53. 16eb2c9 Merge "Add a test for permission check" by Jooyung Han · 3 years, 7 months ago
  54. 21a5888 Merge "Retire TestVsockProtected" by Treehugger Robot · 3 years, 7 months ago
  55. 8f3aa53 Add a test for permission check by Jooyung Han · 3 years, 7 months ago
  56. c53c7df Merge "Add test to check if microdroid selinux is enabled" by Treehugger Robot · 3 years, 7 months ago
  57. 6ad03d8 Retire TestVsockProtected by Andrew Scull · 3 years, 7 months ago
  58. 4cf46ce Add test to check if microdroid selinux is enabled by Inseob Kim · 3 years, 7 months ago
  59. e3ee1c9 Merge "Always shutdown the VM when onDeath() os received" by Treehugger Robot · 3 years, 7 months ago
  60. 2d96601 Always shutdown the VM when onDeath() os received by Andrew Scull · 3 years, 7 months ago
  61. 3ac5c11 Add microdroid sepolicy neverallow test by Inseob Kim · 3 years, 7 months ago
  62. 3b3275e Add tests to ensure instance.img integrity by Inseob Kim · 3 years, 7 months ago
  63. 29de517 Relanding: "Add our integration tests to cts" by Jiyong Park · 3 years, 7 months ago
  64. bb3174f Skip running MicrodroidTestApp on 5.4 kernel by Jiyong Park · 3 years, 7 months ago
  65. 99b18c7 Merge "Revert "Add our integration tests to cts"" by Treehugger Robot · 3 years, 7 months ago
  66. 5f6e4ef Merge "Remove unnecessary kernel modules" by Treehugger Robot · 3 years, 7 months ago
  67. 70bf068 Revert "Add our integration tests to cts" by Jiyong Park · 3 years, 7 months ago
  68. 3075db4 Merge "Remove MicrodroidTestApp.signed" by Treehugger Robot · 3 years, 7 months ago
  69. d65b8b2 Merge "Flush data to instance disk using BLKFLSBUF" by Treehugger Robot · 3 years, 7 months ago
  70. 59e62c2 Merge "Add our integration tests to cts" by Treehugger Robot · 3 years, 7 months ago
  71. f41a7c6 Remove MicrodroidTestApp.signed by Jiyong Park · 3 years, 7 months ago
  72. a735165 Add our integration tests to cts by Jiyong Park · 3 years, 7 months ago
  73. a999a32 Flush data to instance disk using BLKFLSBUF by Jiyong Park · 3 years, 7 months ago
  74. b54646f Remove unnecessary kernel modules by Jiyong Park · 3 years, 7 months ago
  75. f72aa0f Merge "Revert "gen_rpc -> require_rpc"" by Steven Moreland · 3 years, 7 months ago
  76. e4ee4da Revert "gen_rpc -> require_rpc" by Steven Moreland · 3 years, 7 months ago
  77. 5c71cac Put all our tests to general-tests by Jiyong Park · 3 years, 7 months ago
  78. af73f6f Merge "gen_rpc -> require_rpc" by Steven Moreland · 3 years, 7 months ago
  79. 9ea881f gen_rpc -> require_rpc by Steven Moreland · 3 years, 7 months ago
  80. 9d39f30 Use generated wrappers for system properties. by Andrew Walbran · 3 years, 7 months ago
  81. 97aade0 Check system properties to determine whether protected or unprotected by Andrew Walbran · 3 years, 7 months ago
  82. 2e6ab79 Smoke tests for VM instance secrets by Andrew Scull · 3 years, 7 months ago
  83. 08a3759 Remove keystore from tests by Andrew Scull · 3 years, 7 months ago
  84. 4a93126 Fix broken test. by Alan Stokes · 3 years, 7 months ago
  85. db31970 Add extra apk mount test by Inseob Kim · 3 years, 8 months ago
  86. 287e3de Add guest binder services to device-side tests by Inseob Kim · 3 years, 8 months ago
  87. 691df6a Add readProperty to the test service by Inseob Kim · 3 years, 8 months ago
  88. 391d9cf Merge "Enable --extended-status for crosvm and return reason why VM died." by Andrew Walbran · 3 years, 8 months ago
  89. 6715ca7 Update benchmark_example by Inseob Kim · 3 years, 8 months ago
  90. c92d35f Enable --extended-status for crosvm and return reason why VM died. by Andrew Walbran · 3 years, 8 months ago
  91. 57a1db6 Merge "Use fs-verity digests proto to build the directory" by Treehugger Robot · 3 years, 8 months ago
  92. 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 3 years, 8 months ago
  93. 13e9914 Run Microdroid tests with less amount of RAM by Jiyong Park · 3 years, 8 months ago
  94. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 8 months ago
  95. ccae66d Remove idsig from the CompOS APEX by Jooyung Han · 3 years, 9 months ago
  96. 9f72ea6 bootconfig is part of VM identity by Jiyong Park · 3 years, 9 months ago
  97. 39bab89 Increase ARM64 memory for microdroid test by Inseob Kim · 3 years, 9 months ago
  98. dd0a173 Add notifyError/onError notification for VM errors by Jooyung Han · 3 years, 9 months ago
  99. e4eeaed Merge "Fix potential uninitialized variables bug" by Treehugger Robot · 3 years, 10 months ago
  100. bcec545 Fix potential uninitialized variables bug by Inseob Kim · 3 years, 10 months ago