ci(tc): remove test config for TC2 that uses mbedTLS2.x support
The TC2 platform tests are functioning well with mbedTLS 3.x support.
Hence removed the test configuration for TC2 that relies on
mbedTLS 2.x support.
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I44035dee4312562ff9f9e5c207b963c614acd73d
diff --git a/group/tf-plat-tests/fvp-tbb-tc2-mb:fvp-tc.crash-linux.tc-fip.tc-tc2-debug-mbedtls2 b/group/tf-plat-tests/fvp-tbb-tc2-mb:fvp-tc.crash-linux.tc-fip.tc-tc2-debug-mbedtls2
deleted file mode 100644
index 7d8ea4a..0000000
--- a/group/tf-plat-tests/fvp-tbb-tc2-mb:fvp-tc.crash-linux.tc-fip.tc-tc2-debug-mbedtls2
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# Copyright (c) 2023 Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-# Note that this uses the fvp-linux.tc run fragment, which does not actually boot to linux,
-# as it is the only way to get an image signed and assembled correctly for rss to boot it.
-# If this is resolved at some point, that frament should be removed.
diff --git a/run_config/fvp-mbedtls2 b/run_config/fvp-mbedtls2
deleted file mode 100644
index 561e943..0000000
--- a/run_config/fvp-mbedtls2
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2023, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-# Override default mbedtls to use mbedtls-2.28
-source "$ci_root/run_config/mbedtls2.pre_tf_build"