From 54350d6756f3bc824edefdd33563293828300f63 Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Mon, 18 Oct 2021 15:33:18 +0000 Subject: Add 11.16 to supported FVP versions in run_ctest.py Change-Id: Iabc58b63b62fdd492175104f0ac787863d94d1ca --- scripts/run_ctest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_ctest.py b/scripts/run_ctest.py index cd5d4b3..c72d0f7 100755 --- a/scripts/run_ctest.py +++ b/scripts/run_ctest.py @@ -47,7 +47,7 @@ def check_output(args, **kwargs): def run_corstone_300(args): # Verify supported FVP version version = subprocess.check_output(['FVP_Corstone_SSE-300_Ethos-U55', '--version']).decode() - supported_version = ['11.13', '11.14', '11.15'] + supported_version = ['11.13', '11.14', '11.15', '11.16'] if not [s for s in supported_version if s in version]: raise Exception("Incorrect FVP version. Supported versions are '{}'.".format(supported_version)) -- cgit v1.2.1