This website requires JavaScript.
Explore
Help
Sign In
pa-fazil
/
android_packages_modules_Virtualization
Watch
1
Star
0
Fork
You've already forked android_packages_modules_Virtualization
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
48e013f7d6
android_packages_modules_Vi...
/
libs
/
vbmeta
/
TEST_MAPPING
8 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Extract library for VBMeta image handling The APEX handling library included VBMeta image verification and parsing but split this out to its own library so that it can be used by other components too. The new library hides the libavb FFI to provide a safe interface. The library is not complete, it only knows about hashtree descriptors and its root digest, but other aspects can be exposed as there is need for them. Test: atest libvbmeta_rust.test Test: atest libapexutil_rust.test Bug: 234564414 Change-Id: Ie176b816f63d2ff7f75deab6c07e1f9bb2e54594
2022-06-13 13:11:00 +00:00
{
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
2022-08-19 15:12:33 +00:00
"avf-presubmit" : [
Extract library for VBMeta image handling The APEX handling library included VBMeta image verification and parsing but split this out to its own library so that it can be used by other components too. The new library hides the libavb FFI to provide a safe interface. The library is not complete, it only knows about hashtree descriptors and its root digest, but other aspects can be exposed as there is need for them. Test: atest libvbmeta_rust.test Test: atest libapexutil_rust.test Bug: 234564414 Change-Id: Ie176b816f63d2ff7f75deab6c07e1f9bb2e54594
2022-06-13 13:11:00 +00:00
{
"name" : "libvbmeta_rust.test"
}
]
}