fix(ras): revert fvp-uncontainable cc config
Follow up to [1], the tf-l3-code-coverage group fails as code coverage
reporting doesn't behave properly for following test:
tf-l3-code-coverage/fvp-ras-ffh-cc,fvp-uncontainable:fvp-tftf.fault-fip.tftf-aemv8a.fi.bmcov-debug
00:04:12.857 ++ find covtrace.log -empty
00:04:12.861 + '[' -n covtrace.log ']'
00:04:12.861 + echo no code coverage traces found
00:04:12.861 no code coverage traces found
Remove the mentioned test config to get the CI back to a stable state.
[1] https://review.trustedfirmware.org/c/ci/tf-a-ci-scripts/+/20515
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: Ifc2b230bd7d670d2302742e5c070b2638ad280dc
diff --git a/group/tf-l3-code-coverage/fvp-ras-ffh-cc,fvp-uncontainable:fvp-tftf.fault-fip.tftf-aemv8a.fi.bmcov-debug b/group/tf-l3-code-coverage/fvp-ras-ffh-cc,fvp-uncontainable:fvp-tftf.fault-fip.tftf-aemv8a.fi.bmcov-debug
deleted file mode 100644
index 0b36c49..0000000
--- a/group/tf-l3-code-coverage/fvp-ras-ffh-cc,fvp-uncontainable:fvp-tftf.fault-fip.tftf-aemv8a.fi.bmcov-debug
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2023 Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-post_fetch_tf_resource() {
- uart="1" set_expect_variable "tftf_fault_msg" "Injected Uncontainable Error"
-}