Sync run_config files with internal CI

Signed-off-by: Zelalem <zelalem.aweke@arm.com>
Change-Id: I0b8e637832f85ad9f36355632ece115c696a8274
diff --git a/run_config/fvp-aemv8a.invalid_nvcounter b/run_config/fvp-aemv8a.invalid_nvcounter
new file mode 100644
index 0000000..bca24e0
--- /dev/null
+++ b/run_config/fvp-aemv8a.invalid_nvcounter
@@ -0,0 +1,13 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+post_fetch_tf_resource() {
+	# The Trusted non-volatile counter is invalid. Authentication of BL2
+	# image is expected to fail.
+	uart="0" file="trusted-firmware-load-error.exp" track_expect
+	model="base-aemv8a" nvcounter_diag="4" gen_model_params
+}