Framework test list for neurun cpu and acl (#4244)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 15 Jan 2019 03:41:35 +0000 (12:41 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 15 Jan 2019 03:41:35 +0000 (12:41 +0900)
Add framework test list for neurun armv7l cpu and acl cl
Add framework test list for neurun x86-64 cpu
Workaround test packaging on makefile for CI test

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Makefile
tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt [moved from tests/scripts/neurun_frameworktest_list.txt with 100% similarity]
tests/scripts/neurun_frameworktest_list.armv7l.cpu.txt [new file with mode: 0644]
tests/scripts/neurun_frameworktest_list.x86-64.cpu.txt [new file with mode: 0644]

index 7a9b727..2c73cec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -211,7 +211,13 @@ test_internal:
 build_test_suite: install_internal
        @echo "packaging test suite"
        @rm -rf $(INSTALL_ROOT)/test-suite.tar.gz
+# Workaround for neurun framework test list file name change
+# This workaround will be removed after CI scripts are updated
+       @cp -v tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt tests/scripts/neurun_frameworktest_list.txt
        @tar -zcf test-suite.tar.gz tests/scripts tests/framework $(INSTALL_ALIAS) --dereference
+# Remove copied file by workaround
+# This workaround will be removed after CI scripts are updated
+       @rm tests/scripts/neurun_frameworktest_list.txt
        @mv test-suite.tar.gz $(INSTALL_ROOT)/.
 
 build_coverage_suite: install_internal
diff --git a/tests/scripts/neurun_frameworktest_list.armv7l.cpu.txt b/tests/scripts/neurun_frameworktest_list.armv7l.cpu.txt
new file mode 100644 (file)
index 0000000..9c4e97d
--- /dev/null
@@ -0,0 +1,9 @@
+average_pool_2d
+concat/concat1
+concat/concat2
+conv_2d
+fullyconnected/fc1
+max_pool_2d
+softmax
+reshape/reshape1
+MODELS/inception_module
diff --git a/tests/scripts/neurun_frameworktest_list.x86-64.cpu.txt b/tests/scripts/neurun_frameworktest_list.x86-64.cpu.txt
new file mode 100644 (file)
index 0000000..9c4e97d
--- /dev/null
@@ -0,0 +1,9 @@
+average_pool_2d
+concat/concat1
+concat/concat2
+conv_2d
+fullyconnected/fc1
+max_pool_2d
+softmax
+reshape/reshape1
+MODELS/inception_module