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
We used to run avmdtool_tests as rust_test_host because rust_test
also runs the data_bins as test. Now the bug has been fixed, so
that we can change avmdtool_tests to rust_test to make it easier
to maintain.
Bug: 233732515
Test: atest avmdtool_tests
Change-Id: I58088b1f63c22caf49a6ae8328cb145aa80e167c
This CL is a starting point for the avmdtool. We will improve
incrementally from here later.
Bug: 234564414
Test: manual
Change-Id: I588de80fe37826d55af347b64872e98ac1e81624