tests: remove FVP_Foundation model support
This model has been subsumed by the FVP_Base model, which is now
available publicly. We no longer have a need to test the Foundation
model, and can shave off a few minutes of CI time by removing it.
Signed-off-by: Chris Kay <chris.kay@arm.com>
Change-Id: Iac6160cebe20aec5be89d9ae15c0f4b72dca655e
(cherry picked from commit 27634d6f6fbc8dec675393c988eb21cd02ee20a2)
diff --git a/expect/linux-bl33.exp b/expect/linux-bl33.exp
index 6ab721e..13a4d8c 100644
--- a/expect/linux-bl33.exp
+++ b/expect/linux-bl33.exp
@@ -21,7 +21,7 @@
# Check for following information to see that we actually got the right DTB.
# 1. Machine model
# 2. Command line passed via the "/chosen" node
-expect_re "Machine model: FVP (Base|Foundation)" "Linux successfully identified the machine model"
+expect_re "Machine model: FVP Base" "Linux successfully identified the machine model"
expect_string "Kernel command line: console=ttyAMA0" "Linux received the correct command line"
exit_uart 0