1111const struct device * rx_dev = DEVICE_DT_GET (DT_NODELABEL (test_video_emul_rx ));
1212const struct device * imager_dev = DEVICE_DT_GET (DT_NODELABEL (test_video_emul_imager ));
1313
14- ZTEST (video_common , test_video_device )
14+ ZTEST (video_emul , test_video_device )
1515{
1616 zexpect_true (device_is_ready (rx_dev ));
1717 zexpect_true (device_is_ready (imager_dev ));
@@ -23,7 +23,7 @@ ZTEST(video_common, test_video_device)
2323 zexpect_ok (video_stream_stop (rx_dev ));
2424}
2525
26- ZTEST (video_common , test_video_format )
26+ ZTEST (video_emul , test_video_format )
2727{
2828 struct video_caps caps = {0 };
2929 struct video_format fmt = {0 };
@@ -73,7 +73,7 @@ ZTEST(video_common, test_video_format)
7373 zexpect_not_equal (fmt .pixelformat , 0x00000000 , "should not store wrong formats" );
7474}
7575
76- ZTEST (video_common , test_video_frmival )
76+ ZTEST (video_emul , test_video_frmival )
7777{
7878 struct video_format fmt ;
7979 struct video_frmival_enum fie = {.format = & fmt };
@@ -125,7 +125,7 @@ ZTEST(video_common, test_video_frmival)
125125 } while (video_enum_frmival (imager_dev , VIDEO_EP_OUT , & fie ) == 0 );
126126}
127127
128- ZTEST (video_common , test_video_ctrl )
128+ ZTEST (video_emul , test_video_ctrl )
129129{
130130 int value ;
131131
@@ -140,7 +140,7 @@ ZTEST(video_common, test_video_ctrl)
140140 zexpect_equal (value , 30 );
141141}
142142
143- ZTEST (video_common , test_video_vbuf )
143+ ZTEST (video_emul , test_video_vbuf )
144144{
145145 struct video_caps caps ;
146146 struct video_format fmt ;
0 commit comments