summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-08-06 10:03:33 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-08-14 09:48:04 +0800
commit1937c72e021c7aeb66d3941cce950887f5b0ec93 (patch)
tree69b5f833a5a67c25f275c964b8269ae3accc60e0 /dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest
parentc783be47b2b7b3e92c652a78bb6c6684ae07bca2 (diff)
downloadmeta-intel-1937c72e021c7aeb66d3941cce950887f5b0ec93.tar.gz
openvino-inference-engine: upgrade 2020.3 -> 2020.4
For release notes, see: https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html The recipe has been changed to: - disable unit tests as they rely on an older version of googletest. - remove a patch as it was merged upstream. - backport a patch instead of using a local version. - refresh other patches. - download mkl-dnn separately instead of using the submodule. The project downloads a lot of other modules as well and we don't want/use those. - not download lfs documentation content. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest8
1 files changed, 0 insertions, 8 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest
deleted file mode 100644
index 0b995ccb..00000000
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/bin/sh
2
3for i in cpu ie vpu
4do
5 ./$i"UnitTests" |sed \
6 -e 's|\[.*OK.*\]\(.*\)|PASS:\1|' \
7 -e 's|\[.*FAILED.*\]\(.*\)|FAIL:\1|'
8done