diff --git a/test/test.py b/test/test.py index a82b17bac5ed9a323477fc33c57914cea0edd675..991c0280f2f9730b9a683c39e5e3098e7870bae7 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\"'}, + }, ]