commit | 5f7c3c72c46b2ab3e9549e9774a5be2a315b11b5 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Aug 19 16:12:33 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Fri Aug 19 15:40:57 2022 +0000 |
tree | 491fb694478d2330000326b547fa17eadd0b75b5 | |
parent | 2cb76a94d1fb7ff5dbace57ac6cd4851769eebca [diff] |
Move AVF tests to avf-pre/postsubmit test group AVF presubmit test config currently runs all tests in the 'presubmit' group. However, in presubmit the test configs are invoked with all TEST_MAPPING paths from all affected CLs. Our test config can therefore run tests from TEST_MAPPINGs outside of the Virtualization repo. To work around this problem, move all Virtualization tests to 'avf-presubmit' group. Test config running in presubmit will still be invoked with TEST_MAPPINGs from various repos but only our tests will match the group. Rename the postsubmit group to 'avf-postsubmit' for consistency. Bug: 236755822 Test: atest --test-mapping packages/modules/Virtualization:avf-presubmit Test: atest --test-mapping packages/modules/Virtualization:avf-postsubmit Change-Id: I7be5781bef4b6e060a69724c7b4256423adc649c
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.