tf-coverity: exclude arm/tc platform test files
Change-Id: I70b428722aec3c22f17740350d10db838d70bcd1
Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index 3af13ba..d413f6c 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -112,4 +112,8 @@
# Exclude the IO files
("drivers/io/io_dummy.c", "None of the upstream platforms using this file"),
+ # Exclude The following files used to wrap external test code
+ ("plat/arm/board/tc/rss_ap_test_stubs.c", "Only used for testing on arm/tc platform"),
+ ("plat/arm/board/tc/rss_ap_tests.c", "Only used for testing on arm/tc platform"),
+ ("plat/arm/board/tc/rss_ap_testsuites.c", "Only used for testing on arm/tc platform"),
]