fix: fix FTPM test expectations on OpenCI

The expectations for the FTPM tests need to run in an explicit order
because of an implicit dependency between two UART expectations. This
change reorders the port numbering to enforce that order.

Signed-off-by: Chris Kay <chris.kay@arm.com>
Change-Id: Idc264bcc19ea71e23622979b3750ed334a3f1004
(cherry picked from commit 07756bc04502128d9d933860b999f87cdeada8b9)
diff --git a/expect-lava/linux-tpm-384.exp b/expect-lava/linux-tpm-384.exp
index fd92838..5a44c5e 100644
--- a/expect-lava/linux-tpm-384.exp
+++ b/expect-lava/linux-tpm-384.exp
@@ -26,3 +26,5 @@
     expect_string+=("i;#")
     expect_string+=("i;${zero_pcr};;;pcrread -ha $i")
 done
+
+expect_string+=("i;#;;;@") # Flush newline after final prompt
diff --git a/expect-lava/linux-tpm.exp b/expect-lava/linux-tpm.exp
index fb02652..f305198 100644
--- a/expect-lava/linux-tpm.exp
+++ b/expect-lava/linux-tpm.exp
@@ -29,3 +29,5 @@
     expect_string+=("i;#")
     expect_string+=("i;${zero_pcr};;;pcrread -ha $i")
 done
+
+expect_string+=("i;#;;;@") # Flush newline after final prompt