commit | 611cc94626825840661ab20f84b3903c48331dec | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Feb 01 10:16:21 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Tue Feb 01 18:02:37 2022 +0000 |
tree | 1d5c0b241e435de40644e318c8d162dab8637401 | |
parent | 46537332dffc40592e79f6a782a88a7caea98c35 [diff] |
Migrate ComposKeyTestCase to unit tests Refactor SigningKey to allow it to be decoupled from Dice for testing. Add unit tests with the same coverage as ComposKeyTestCase, then remove the latter. (This does mean we are no longer testing the code inside a VM, but that's covered by ComposTestCase and the end to end tests.) As a result we no longer need compos_key_cmd, so remove that. This is a win as it was becoming a maintenance burden. Bug: 213891964 Test: atest compsvc_device_tests Change-Id: If863abcb4e89eeb97a4be6a4a958b691aa1446be
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.