This website requires JavaScript.
Explore
Help
Register
Sign In
tequilaOS
/
platform_build
Watch
2
Star
0
Fork
You've already forked platform_build
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b5b25409b9
platform_build
/
tools
/
releasetools
/
TEST_MAPPING
13 lines
162 B
Text
Raw
Normal View
History
Unescape
Escape
relesetools: Enable releasetools_test in presubmit. About half of the testcases rely on external tools (i.e. the ones in `otatools.zip`, which are external to releasetools module, but still built by Android). It's WAI as releasetools scripts are mostly for gluing purpose. However, the current support in Soong doesn't allow packing the helper modules as part of the built releasetools_test. This CL adds a decorator that allows declaring external dependencies in testcases, which will be skipped while running in presubmit. It doesn't affect local invocation of `atest releasetools_test`. Fixes: 112080715 Test: `atest releasetools_test` Test: TreeHugger; check that releasetools_test is invoked (and test passes). Change-Id: I8fdeb6549023cf5ddeb79d610c7c37cf9f13d3cc
2019-04-09 09:12:30 +02:00
{
"presubmit": [
{
"name": "releasetools_test",
"host": true
Additionally run releasetools_test with Python 3. Bug: 131631303 Test: TreeHugger Test: `atest releasetools_test` Test: `atest releasetools_py3_test` Change-Id: Ie00f48835aae41bc69ab8554b856a62aa3b497cc
2019-05-02 06:58:03 +02:00
},
{
"name": "releasetools_py3_test",
"host": true
relesetools: Enable releasetools_test in presubmit. About half of the testcases rely on external tools (i.e. the ones in `otatools.zip`, which are external to releasetools module, but still built by Android). It's WAI as releasetools scripts are mostly for gluing purpose. However, the current support in Soong doesn't allow packing the helper modules as part of the built releasetools_test. This CL adds a decorator that allows declaring external dependencies in testcases, which will be skipped while running in presubmit. It doesn't affect local invocation of `atest releasetools_test`. Fixes: 112080715 Test: `atest releasetools_test` Test: TreeHugger; check that releasetools_test is invoked (and test passes). Change-Id: I8fdeb6549023cf5ddeb79d610c7c37cf9f13d3cc
2019-04-09 09:12:30 +02:00
}
]
}
Reference in a new issue
Copy permalink