1# Copyright The Zephyr Project Contributors 2# SPDX-License-Identifier: Apache-2.0 3 4common: 5 tags: 6 - drivers 7 - video 8 9tests: 10 11 drivers.video.test_pattern.sw_generator: 12 platform_allow: 13 - native_sim/native/64 14 integration_platforms: 15 - native_sim/native/64 16 extra_args: 17 - SNIPPET="video-sw-generator" 18 19 drivers.video.test_pattern.mimxrt1170_evk: 20 platform_allow: 21 - mimxrt1170_evk/mimxrt1176/cm7 22 extra_args: 23 - SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0" 24