[Repo] Add runTest.sh for the dummy LSTM Test
authorjijoong.moon <jijoong.moon@samsung.com>
Wed, 28 Nov 2018 06:05:38 +0000 (15:05 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Fri, 30 Nov 2018 06:03:15 +0000 (06:03 +0000)
commit9ec0e458dc19248b91f2efaaf8c22bf23e8d94eb
treeccd26d715059c676e8915f1261536bd32d5566c8
parent3a8f9e5806ca7da408a2d5a880436d096499a01d
[Repo] Add runTest.sh for the dummy LSTM Test

- Add python script to generate input stream & golden data.
- Add runTest.sh to run.

                        repository
                      +-----------+
+---------------------|  slot 1   |<-------------------- ---+
|                     +-----------+                         |
|  +------------------|  slot 0   |<----------------------+ |
|  |                  +-----------+                       | |
|  |                                                      | |
|  |                  +---+   +---+  +---+                | |
|  +-->repo_src:0 --->|   |-->|   |->|   |-->repo_sink:0 -+ |
+----->repo_src:1 --->| M |   | F |  | D |-->repo_sink:1 ---+
       filesrc(new)-->|   |   |   |  |   |  |
                      +---+   +---+  +---+  -->out_%1d.log

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

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
tests/nnstreamer_repo_lstm/generateTestCase.py [new file with mode: 0644]
tests/nnstreamer_repo_lstm/runTest.sh [new file with mode: 0755]