commit | 74e6776f9779f7313dad7f9698e5a1e0121abe85 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Jan 13 00:14:21 2017 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Fri Jan 13 00:14:21 2017 -0800 |
tree | 2cb0fb52a6cd464cdb0284afa08a00fb23ca2867 | |
parent | ea6c56a5b9aa50b2bb0110c79e8b549e4ad26891 [diff] |
Remove LOCAL_COMPATBILITY_SUITE := vts from lights.vts It is producing a warning on every build: build/core/base_rules.mk:453: warning: overriding commands for target `out/host/linux-x86/vts/android-vts/testcases/lights.vts.so' build/core/base_rules.mk:453: warning: ignoring old commands for target `out/host/linux-x86/vts/android-vts/testcases/lights.vts.so' And it's already in the test list of native packages to be installed into android-vts.zip, which puts it into testcases/DATA/lib[64]/hw/lights.vts.so, which is where all of the push scripts are already reading this from. Test: m -j vts, inspect android-vts.zip Change-Id: Idfa7d4113b4102c0b217026b920f89524b7e3340
VTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of:
VTS has mainly two types of test suites:
While the VTS framework and test cases are designed for userdebug or eng build devices, some test cases can be run on user build devices using its app namely, VTS Agent App.
Table of Contents