summaryrefslogtreecommitdiff
path: root/test/usb_tcpmv2_compliance.c
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2020-12-17 15:30:09 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-18 02:51:57 +0000
commit2d3880546c4484501d80856183ac2b1f7640d27d (patch)
treea8f0e796357cbbd8411a5814d15f58fb9c06ee06 /test/usb_tcpmv2_compliance.c
parent8bc8a505f25f219cc1b072be87f26a61e58b6173 (diff)
downloadchrome-ec-2d3880546c4484501d80856183ac2b1f7640d27d.tar.gz
TCPMv2: Remove test/usb_tcpmv2_tcpci.c
Remove test/usb_tcpmv2_tcpci.c to avoid duplication with test/usb_tcpmv2_compliance.c BUG=none BRANCH=none TEST=make run-usb_tcpmv2_compliance Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Ie62d0f7e2cc30c3086e03103a43dede5515006b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2597598 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'test/usb_tcpmv2_compliance.c')
-rw-r--r--test/usb_tcpmv2_compliance.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/usb_tcpmv2_compliance.c b/test/usb_tcpmv2_compliance.c
index 4fbb9d32e0..6e1bbf75f5 100644
--- a/test/usb_tcpmv2_compliance.c
+++ b/test/usb_tcpmv2_compliance.c
@@ -34,5 +34,9 @@ void run_test(int argc, char **argv)
RUN_TEST(test_td_pd_src3_e26);
RUN_TEST(test_td_pd_snk3_e12);
+ RUN_TEST(test_connect_as_nonpd_sink);
+ RUN_TEST(test_retry_count_sop);
+ RUN_TEST(test_retry_count_hard_reset);
+
test_print_result();
}