summaryrefslogtreecommitdiff
path: root/cts/i2c/cts.testlist
diff options
context:
space:
mode:
Diffstat (limited to 'cts/i2c/cts.testlist')
-rw-r--r--cts/i2c/cts.testlist13
1 files changed, 10 insertions, 3 deletions
diff --git a/cts/i2c/cts.testlist b/cts/i2c/cts.testlist
index 809daaa322..7b6461e84d 100644
--- a/cts/i2c/cts.testlist
+++ b/cts/i2c/cts.testlist
@@ -3,12 +3,19 @@
* found in the LICENSE file.
*/
-/* Currently tests will execute in the order they are listed here */
-
-/* Test whether sync completes successfully */
+/*
+ * Test i2c write for 8, 16, and 32 bits. DUT runs as a master and TH
+ * runs as a slave.
+ */
CTS_TEST(write8_test,,,,)
CTS_TEST(write16_test,,,,)
CTS_TEST(write32_test,,,,)
+
+/*
+ * Test i2c read for 8, 16, and 32 bits. DUT runs as a master and TH
+ * runs as a slave. You need external pull-ups (10 kohms) on SDL and SDA
+ * to make read16_test and read32_test pass.
+ */
CTS_TEST(read8_test,,,,)
CTS_TEST(read16_test,,,,)
CTS_TEST(read32_test,,,,) \ No newline at end of file