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
f0a3354f38
android_packages_modules_Vi...
/
zipfuse
/
TEST_MAPPING
13 lines
143 B
Plaintext
Raw
Normal View
History
Unescape
Escape
TEST_MAPPING for ZipFuseTest Bug: 186377508 Test: watch TH Change-Id: I2d4fcf851bf6055ee679e0bcaae088e9e3701d2f
2021-05-17 01:00:26 +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" : [
TEST_MAPPING for ZipFuseTest Bug: 186377508 Test: watch TH Change-Id: I2d4fcf851bf6055ee679e0bcaae088e9e3701d2f
2021-05-17 01:00:26 +00:00
{
"name" : "ZipFuseTest"
}
Add zipfuse to hwasan-postsubmit Test: Run tests under HWASan. Bug: 193568145 Change-Id: I3ae994710d9d6d94397431aad00865abee8a5424
2022-03-22 23:33:22 +00:00
],
"hwasan-postsubmit" : [
{
"name" : "ZipFuseTest"
}
TEST_MAPPING for ZipFuseTest Bug: 186377508 Test: watch TH Change-Id: I2d4fcf851bf6055ee679e0bcaae088e9e3701d2f
2021-05-17 01:00:26 +00:00
]
}