[Tests] Use python3 instead of python2
authorDongju Chae <dongju.chae@samsung.com>
Fri, 11 Dec 2020 02:54:18 +0000 (11:54 +0900)
committerwooksong <wook16.song@samsung.com>
Thu, 17 Dec 2020 01:08:26 +0000 (10:08 +0900)
commit2469e05caa71e72f48e667311b7ec6c50db6065d
tree8aa1f998529f995655d5f4e849f418fe9d6ba8b2
parent243b4c0de597f510e765d033955ae0a58803a6d3
[Tests] Use python3 instead of python2

This patch makes testscripts using numpy use python3 instead of python2.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
28 files changed:
tests/codegen/runTest.sh
tests/nnstreamer_filter_caffe2/runTest.sh
tests/nnstreamer_filter_custom/runTest.sh
tests/nnstreamer_filter_pytorch/runTest.sh
tests/nnstreamer_filter_tensorflow/runTest.sh
tests/nnstreamer_filter_tensorflow2_lite/runTest.sh
tests/nnstreamer_filter_tensorflow_lite/runTest.sh
tests/nnstreamer_filter_tensorrt/runTest.sh
tests/nnstreamer_flatbuf/runTest.sh
tests/nnstreamer_merge/generateTest.py
tests/nnstreamer_merge/runTest.sh
tests/nnstreamer_protobuf/runTest.sh
tests/nnstreamer_repo_lstm/generateTestCase.py
tests/nnstreamer_repo_lstm/runTest.sh
tests/nnstreamer_repo_rnn/runTest.sh
tests/transform_arithmetic/checkResult.py
tests/transform_arithmetic/runTest.sh
tests/transform_clamp/generateTest.py
tests/transform_clamp/runTest.sh
tests/transform_dimchg/checkResult.py
tests/transform_dimchg/runTest.sh
tests/transform_stand/checkResult.py
tests/transform_stand/generateTest.py
tests/transform_stand/runTest.sh
tests/transform_transpose/generateTest.py
tests/transform_transpose/runTest.sh
tests/transform_typecast/checkResult.py
tests/transform_typecast/runTest.sh