README.md
1# CEC CTS testing for Android TV devices
2
3NOTE: CTS has two meanings here. HDMI defines a set of tests in **Compliance
4Test Specification** in HDMI 1.4b *HDMI Compliance Test Specification 1.4b and
5**Android Compatibility Test Suite**.
6
7Android Compatibility Test Suite include specific tests from HDMI Compliance
8Test Specification and other Android specific tests.
9
10## Setup
11
12### Playback devices (aka Set Top Boxes)
13
14Running these CTS tests requires a specific HDMI layout with a CEC adapter.
15
16* Android TV playback device
17* CEC adapter see [External CEC Adapter instructions](cec_adapter.md)
18* HDMI Display (aka a TV)
19
20![drawing](setup.png)
21
22### Automation
23
24Given the setup described above you can run all of these tests with the command
25
26```
27atest CtsHdmiCecHostTestCases
28```
29