ci(spm): update cactus partition expect scripts

Update expected test partitions welcome message.
Remove the expect check for FFA_VERSION, this check is done by the TFTF
test suite. Removing from expect scripts scales better when the version
is upgraded.

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: Icad703d8cb0a26ad319b680d8cd3fbf248c34a64
diff --git a/expect/spm-uart2.exp b/expect/spm-uart2.exp
index d771151..fa05f0c 100644
--- a/expect/spm-uart2.exp
+++ b/expect/spm-uart2.exp
@@ -7,7 +7,7 @@
 source [file join [file dirname [info script]] handle-arguments.inc]
 
 expect {
-	"Booting Primary Cactus Secure Partition"  {
+	"Booting Secure Partition"  {
 		puts "<<SP entry>>"
 	}
 	timeout {
@@ -15,15 +15,6 @@
 	}
 }
 
-expect {
-	"FFA_VERSION returned 1.1"  {
-		puts "<<SP checked FF-A version>>"
-	}
-	timeout {
-		exit_uart -1
-	}
-}
-
 # UART2 captures prints from SP0. If we exit from here, expect script will stop
 # capturing the output from telnet process spawned for tracking uart2 console.
 # Hence, we need to hold the uart such that the expect script captures the