ohsewon / test

0 stars 0 forks source link

[ISSUE][CLOSED] [Packaging] CI File size Error for testcase #265

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by jijoong-moon Thursday Jul 12, 2018 at 00:03 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/265


Issue Description

We are using png file for the each module test ( tensor_converter, tensor_converter_stream, tensors, decoder and muxer). In order to generate these test case data, we are using python script with PIL. However, the PIL module for python is not supported by Tizen and because of this, we can not use this script for Tizen. As you can see in spec, we choose alternatives using tar files but theses exceeds the file size limit. We need other way to resolve it.