From 4542a8ca60746dbadd5fc9742a5456aecc66cf6a Mon Sep 17 00:00:00 2001 From: Sudeep Holla Date: Mon, 17 Apr 2023 07:17:08 +0100 Subject: [PATCH] test: Add FF-A + TFTF to the test vector Now that the config to build and run FF-A with TFTF is added, the config with both DT and ACPI can be added to the test vector so the it is covered for the build and run to boot test. Signed-off-by: Sudeep Holla --- test/test.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/test.py b/test/test.py index a82b17b..991c028 100755 --- a/test/test.py +++ b/test/test.py @@ -37,6 +37,16 @@ CONFIGS = [ 'btvars': {}, 'rtvars': {'CMDLINE': '\"console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=dhcp acpi=force\"'}, }, + { + 'config': 'ffa-tftf.yaml', + 'btvars': {}, + 'rtvars': {}, + }, + { + 'config': 'ffa-tftf.yaml', + 'btvars': {}, + 'rtvars': {'CMDLINE': '\"console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=dhcp acpi=force\"'}, + }, ] -- GitLab