[TEST/RELOAD] Add negative unittests for tflite model reload
authorDongju Chae <dongju.chae@samsung.com>
Fri, 13 Dec 2019 06:52:06 +0000 (15:52 +0900)
committerwooksong <wook16.song@samsung.com>
Wed, 18 Dec 2019 03:38:02 +0000 (12:38 +0900)
commitf7e55a495339850354c19e12a0c3c2746c371db5
tree3f4ee997b9ce34b29d89a9a354b3b1be0ae73327
parent41e6925ac37fd8e1f39f20bc37ef637895d5d006
[TEST/RELOAD] Add negative unittests for tflite model reload

This commit adds some negative unittests for tflite model reload.

1. Update model file name (a.tflite --> b.tflite) but b.tflite not exists
2. Update model file name (a.tflite --> b.tflite) but b.tflite has different dimensions
3. Update without file name changes but the file is gone (deleted)
4. Update without file name changes but the file has now different dimensions

Note that testing reload in runtime will be done in another commit.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
tests/nnstreamer_plugins/unittest_plugins.cpp