summaryrefslogtreecommitdiff
path: root/test/usb_tcpmv2_compliance.h
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-05-12 16:11:18 -0600
committerCommit Bot <commit-bot@chromium.org>2021-05-14 22:18:53 +0000
commit15c38c9a9b5588a566e5ff7fa639ff07d10426af (patch)
tree8c44b5927bc2cd20b4cb8c96d218f95000536b51 /test/usb_tcpmv2_compliance.h
parent940bc7e91994fb63527738575d94a5c25e8eede0 (diff)
downloadchrome-ec-15c38c9a9b5588a566e5ff7fa639ff07d10426af.tar.gz
TCPMv2: TD.PD.VNDI3.E3 VDM Identity Unit Test
Adds a unit test for TD.PD.VNDI3.E3 VDM Identity. Note that this currently only covers our default case of having no information to discover. There are additional items to verify if we expand the unit tests to have VDM information. BRANCH=None BUG=b:181194535 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I26b517f268eb9133fdd565783d44bbef2336048c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2893486 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'test/usb_tcpmv2_compliance.h')
-rw-r--r--test/usb_tcpmv2_compliance.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/usb_tcpmv2_compliance.h b/test/usb_tcpmv2_compliance.h
index 56bfb6de35..a6457eb23d 100644
--- a/test/usb_tcpmv2_compliance.h
+++ b/test/usb_tcpmv2_compliance.h
@@ -92,6 +92,9 @@ int test_td_pd_src3_e32(void);
int test_td_pd_snk3_e12(void);
+int test_td_pd_vndi3_e3_dfp(void);
+int test_td_pd_vndi3_e3_ufp(void);
+
int test_connect_as_nonpd_sink(void);
int test_retry_count_sop(void);
int test_retry_count_hard_reset(void);