1common: 2 extra_args: > 3 CONF_FILE=conf1;conf2 DTC_OVERLAY_FILE=overlay1;overlay2 4 OVERLAY_CONFIG=oc1.conf UNRELATED1=abc 5 extra_conf_files: 6 - "conf3" 7 - "conf4" 8 extra_overlay_confs: 9 - "oc2.conf" 10 extra_dtc_overlay_files: 11 - "overlay3" 12 - "overlay4" 13tests: 14 test_config.main: 15 extra_args: > 16 CONF_FILE=conf5;conf6 DTC_OVERLAY_FILE=overlay5;overlay6 17 OVERLAY_CONFIG=oc3.conf UNRELATED2=xyz 18 extra_conf_files: 19 - "conf7" 20 - "conf8" 21 extra_overlay_confs: 22 - "oc4.conf" 23 extra_dtc_overlay_files: 24 - "overlay7" 25 - "overlay8" 26 extra_configs: 27 - CONFIG_FOO=y 28