ohsewon / test

0 stars 0 forks source link

[PR][CLOSED] [Test] Use BMP instead of PNG for casegen. #276

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by myungjoo-ham Thursday Jul 12, 2018 at 12:23 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/pull/276


To remove build dependencies on PIL, we implement bmp-write in the test framework.

Then, the test script will convert BMP to PNG. It is because avdec_bmp is not supported in tizen and decodebin3 is not supported in Ubuntu (I want to use the same test scripts for all OS)

Fixes #266 amd #265

PRs of #257 and #270 have logical conflicts with this. If #257 or #270 has been merged, this PR needs to be rebased and corrected.

Signed-off-by: MyungJoo Ham myungjoo.ham@samsung.com

Self evaluation:

  1. Build test: [X]Passed [ ]Failed [ ]Skipped
  2. Run test: [X]Passed [ ]Failed [ ]Skipped

myungjoo-ham included the following code: https://github.sec.samsung.net/STAR/nnstreamer/pull/276/commits