1. 64d2e41 Explicitly include MicrodroidTestPreparer in the test module by Jaewan Kim · 2 years, 4 months ago
  2. 6d11d37 Include MicrodroidTestPreparer where it's used by Jaewan Kim · 2 years, 4 months ago
  3. 15819f5 Disable AVF debug policies for tests by Jaewan Kim · 2 years, 4 months ago
  4. 281e07d Don't leak threads. by Alan Stokes · 2 years, 5 months ago
  5. a12763c AuthFsBenchmarks: Use measure_io from /mnt/apk/bin by Nikita Ioffe · 2 years, 6 months ago
  6. a7cb367 Make sure that files under bin/ directory of apk get X permission by Nikita Ioffe · 2 years, 6 months ago
  7. aa1efc4 Prepare for clap 4. by Andrew Walbran · 3 years ago
  8. 8f3cf0e Change clock() in benchmarks to clock_gettime() by Inseob Kim · 2 years, 7 months ago
  9. df4e000 Restart fd_server per authfs benchmark trial by Inseob Kim · 2 years, 8 months ago
  10. 1219613 Add DeviceProperties class to get properties in both host/device tests by Alice Wang · 2 years, 9 months ago
  11. 579251e [benchmarks] Skip AuthFsBenchmarks on cuttlefish device by Alice Wang · 2 years, 9 months ago
  12. 37196d0 [authfs][test] Use static fields from AuthFsTestRule in tests by Alice Wang · 2 years, 9 months ago
  13. f31230f [authfs][test] Remove redundant supportsMicrodroid() check by Alice Wang · 2 years, 10 months ago
  14. cd9ab9b [benchmark] Collect authfs IO benchmarks in both (un)protected VMs by Alice Wang · 2 years, 10 months ago
  15. 6198917 [authfs][test] Run authfs host and benchmark tests in protected Vm by Alice Wang · 2 years, 10 months ago
  16. e4829c8 [benchmarks][authfs] Run AuthFsBenchmarks in postsubmit by Alice Wang · 2 years, 10 months ago
  17. e6a9dd8 [benchmark][authfs] Shutdown Microdroid after each test by Alice Wang · 2 years, 10 months ago
  18. 1f9fdf3 [benchmark] Add benchmarks for authfs seq/rand write by Alice Wang · 2 years, 10 months ago
  19. c9bfdcc [benchmark] Improve authfs/measure_io.cpp error message with errx() by Alice Wang · 2 years, 10 months ago
  20. f538ddf [benchmark][authfs] Add benchmarks for authfs random read by Alice Wang · 2 years, 10 months ago
  21. c3b8a80 [benchmark][authfs] Add benchmarks for authfs remote file reading by Alice Wang · 2 years, 10 months ago
  22. 2a70188 [authfs][Test] Move --cid from tests to AuthFsTestRule by Alice Wang · 2 years, 10 months ago
  23. c614490 Add AuthFsTestRule to facilitate authfs benchmark addition by Alice Wang · 3 years, 1 month ago
  24. 6e8fab8 Add test that makes fd_server use of fs-verity ioctl by Victor Hsieh · 3 years, 6 months ago
  25. 7f7c439 Rename host test helper package to com.android.microdroid.test.host by Alice Wang · 3 years ago
  26. 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years ago
  27. e0d1e20 open_then_run: Hold fd with OwnedFd instead of File/Dir by Victor Hsieh · 3 years ago
  28. a8dc271 migrate to clap 3.x by Jeff Vander Stoep · 3 years ago
  29. abc8925 Temporarily use libclap_deprecated by Jeff Vander Stoep · 3 years ago
  30. f9fe9a0 Rename VirtualizationTestHelper to MicrodroidHostTestHelper by David Brazdil · 3 years, 1 month ago
  31. 6ad6440 Make authfs tests independent of BuildManifest.apk by Andrew Scull · 3 years, 1 month ago
  32. 9cf6050 data_device_bins renamed to data_device_bins_first by Sam Delmerico · 3 years, 2 months ago
  33. c896f91 Introduce CommandResultSubject by Victor Hsieh · 3 years, 3 months ago
  34. 088df31 AuthFsHostTest: stop inheriting VirtualizationTestCaseBase by Victor Hsieh · 3 years, 4 months ago
  35. e221e21 Move code for log archive to new helper class by Victor Hsieh · 3 years, 4 months ago
  36. 4d85a85 Re-enable test with fixes by Alan Stokes · 3 years, 4 months ago
  37. 80ed8fd Temporarily disable test by Alan Stokes · 3 years, 4 months ago
  38. 9e75857 Reland: Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 3 years, 4 months ago
  39. 4bdd2e8 Revert "Migrate AuthFsHostTest to use MicrodroidBuilder" by Katherine Kuan · 3 years, 4 months ago
  40. d4244be Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 3 years, 4 months ago
  41. 5507664 Archive VM logs for test cases by Victor Hsieh · 3 years, 5 months ago
  42. 8a11827 Merge "Fix explicit checks for /dev/kvm" by Treehugger Robot · 3 years, 5 months ago
  43. 5222a2d Fix test action that tampered file at wrong offset by Victor Hsieh · 3 years, 5 months ago
  44. afdfd0e Verify the last incomplete chunk on resize by Victor Hsieh · 3 years, 5 months ago
  45. 3e35f9a Verify read_chunk for writable file by Victor Hsieh · 3 years, 5 months ago
  46. e61e324 Fix explicit checks for /dev/kvm by Alan Stokes · 3 years, 5 months ago
  47. 29de517 Relanding: "Add our integration tests to cts" by Jiyong Park · 3 years, 6 months ago
  48. 70bf068 Revert "Add our integration tests to cts" by Jiyong Park · 3 years, 6 months ago
  49. f41a7c6 Remove MicrodroidTestApp.signed by Jiyong Park · 3 years, 6 months ago
  50. a735165 Add our integration tests to cts by Jiyong Park · 3 years, 6 months ago
  51. c0f5fa7 Remove workarounds by data_device_bins by Victor Hsieh · 3 years, 6 months ago
  52. 5deba52 Authenticate file w/ fs-verity digest in hex by Victor Hsieh · 3 years, 7 months ago
  53. 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 3 years, 7 months ago
  54. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 7 months ago
  55. c0886c2 Use fsverity metadata file for authfs by Inseob Kim · 3 years, 8 months ago
  56. c94ae6a Merge "Revert "open_then_run: open directory as path fd"" by Treehugger Robot · 3 years, 8 months ago
  57. 0e8976f Revert "open_then_run: open directory as path fd" by Victor Hsieh · 3 years, 9 months ago
  58. 43a751e Implement directory listing by Victor Hsieh · 3 years, 8 months ago
  59. f393a72 Support setting file mode by Victor Hsieh · 3 years, 8 months ago
  60. dd99b46 Support unlink and rmdir by Victor Hsieh · 3 years, 8 months ago
  61. f7fc3d3 Implement statfs for authfs by Victor Hsieh · 3 years, 9 months ago
  62. 015bcb5 Support remote directories in authfs_service by Victor Hsieh · 3 years, 9 months ago
  63. d18b975 Support remote readonly directory by Victor Hsieh · 3 years, 9 months ago
  64. b3588ce Remove unnecessary local ID in authfs by Victor Hsieh · 3 years, 9 months ago
  65. 4563623 authfs: support remote output directory by Victor Hsieh · 3 years, 10 months ago
  66. 4390a92 Workaround a quirk in the OpenOptions unix impl by Victor Hsieh · 3 years, 9 months ago
  67. 994d608 Distinguish test executable name and its Soong module name by Victor Hsieh · 3 years, 9 months ago
  68. 9646ebf open_then_run: open directory as path fd by Victor Hsieh · 3 years, 9 months ago
  69. 52bfdd2 Don't open directory with O_RDWR by Victor Hsieh · 3 years, 10 months ago
  70. a71734b Fix AuthFsHostTest on some devices by Victor Hsieh · 3 years, 10 months ago
  71. ae67d3b Use a test helper executable to open files by Victor Hsieh · 3 years, 10 months ago
  72. c2a49cc Define debug levels by Jiyong Park · 3 years, 10 months ago
  73. eecbe72 Fix race in AuthFsHostTest. by Alan Stokes · 3 years, 10 months ago
  74. d63cfff Add --mem option to the vm tool by Jiyong Park · 3 years, 11 months ago
  75. 64d96fb Merge "Revert "Enable pKVM before running tests"" by Treehugger Robot · 4 years ago
  76. 69c30bf Revert "Enable pKVM before running tests" by Dan Shi · 4 years ago
  77. 9a54133 Merge "Enable pKVM before running tests" by Andrew Scull · 4 years ago
  78. 1a8cd04 authfs: Remove local binder support by Victor Hsieh · 4 years ago
  79. 50d75ac Remove file size from authfs flags by Victor Hsieh · 4 years ago
  80. 86ba5b3 Enable pKVM before running tests by Andrew Scull · 4 years ago
  81. 5534e52 Speed up AuthFsHostTest by reusing the VM by Victor Hsieh · 4 years, 1 month ago
  82. f29fe39 Revert "Merge AuthFsHostTest into MicrodroidTestCase" by Jiyong Park · 4 years, 1 month ago
  83. 7fc99e6 Merge AuthFsHostTest into MicrodroidTestCase by Victor Hsieh · 4 years, 1 month ago
  84. d8a5f96 Move AuthFsHostTest into VM by Victor Hsieh · 4 years, 1 month ago
  85. f9f3903 authfs: Add integration test for file resizing by Victor Hsieh · 4 years, 3 months ago
  86. 7c51aa4 Replace sleep with polling in AuthFsHostTest by Victor Hsieh · 4 years, 4 months ago
  87. 27b482e [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 5 months ago
  88. 85b4f73 authfs: Integration test by Victor Hsieh · 4 years, 5 months ago