summaryrefslogtreecommitdiff
path: root/infra/scripts/tizen_xu4_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'infra/scripts/tizen_xu4_test.sh')
-rwxr-xr-xinfra/scripts/tizen_xu4_test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/scripts/tizen_xu4_test.sh b/infra/scripts/tizen_xu4_test.sh
index 38894df0f..19aa0297e 100755
--- a/infra/scripts/tizen_xu4_test.sh
+++ b/infra/scripts/tizen_xu4_test.sh
@@ -35,6 +35,7 @@ function prepare_rpm_test()
# download tflite model files
pushd $HOST_HOME
tests/framework/run_test.sh --download=on
+ find tests -name "*.zip" -exec rm {} \;
tar -zcf cache.tar.gz tests/framework/cache
$SDB_CMD push cache.tar.gz $TEST_ROOT/.
rm -rf cache.tar.gz
@@ -55,6 +56,7 @@ function prepare_suite_test()
# download tflite model files
pushd $HOST_HOME
tests/framework/run_test.sh --download=on
+ find tests -name "*.zip" -exec rm {} \;
tar -zcf cache.tar.gz tests/framework/cache
$SDB_CMD push cache.tar.gz $TEST_ROOT/.
rm -rf cache.tar.gz
@@ -129,6 +131,10 @@ else
prepare_suite_test
fi
+# For tizen, we run acl_cl and mixed test
+$SDB_CMD shell /bin/bash -c "IGNORE_MD5=1 $TEST_ROOT/infra/scripts/test_tizen_neurun_acl_cl.sh"
+$SDB_CMD shell /bin/bash -c "IGNORE_MD5=1 $TEST_ROOT/infra/scripts/test_tizen_neurun_mixed.sh"
+
# run unittest
if [ "$UNITTEST" == "on" ]; then
$SDB_CMD shell $TEST_ROOT/tests/scripts/test_driver.sh --unittest --artifactpath=$TEST_ROOT