tf-coverity: exclude NV Counters TC test code
This code is not used yet. When we fix the whole TC2 FVP testing
story and enable PLATFORM_TEST build options, this patch can be
reverted.
Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: I43727df76f680bf3f39e2c91fc349c0c03bf8783
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index 15a2296..83e850b 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -117,6 +117,8 @@
("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"),
+ ("plat/arm/board/tc/nv_counter_test.c", "Not used yet."),
+
# Exclude the following files used for TC host tools (fiptool)
("plat/arm/board/tc/plat_def_uuid_config.c", "Used to build TC fiptool"),