test:python3 multithreaded python script as a filter (CV2)
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 19 Aug 2022 06:36:07 +0000 (15:36 +0900)
committerSangjung Woo <again4you@gmail.com>
Tue, 6 Sep 2022 02:25:51 +0000 (11:25 +0900)
commitc1c8607bd64544fdc3e935ff6ce1005c2d4521a3
tree02301500f4a43dcfe3d10a6969d1080c86ff9201
parent488a9e0d899483c099b7328fbedfba8967183ce4
test:python3 multithreaded python script as a filter (CV2)

With the fear of regressions related with #3822 as
described in #3885, added a test case for multithreaded python
script of CV2.

TODO: add similar cases for converter and decoder
TODO: add negative cases

Fixes #3885

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tests/nnstreamer_filter_python3/cv2_availability.py [new file with mode: 0644]
tests/nnstreamer_filter_python3/runTest.sh
tests/test_models/models/passThrough_CV.py [new file with mode: 0644]