[meta-intel] [PATCH] oeqa/runtime/cases/dldt: Enable inference engine and model optimizer tests

2019-12-03 Thread Yeoh Ee Peng
license: Apache 2.0 source: /deployment_tools/inference_engine/samples/* Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/dldt_inference_engine.py| 101 +++ lib/oeqa/runtime/cases/dldt_model_optimizer.py | 38 ++ .../dldt-inference-engine

[meta-intel] [PATCH] oeqa/runtime/mkl_dnn: Add mkldnn tests

2020-01-20 Thread Yeoh Ee Peng
Add automated tests that: - test that mkl_dnn shared libraries and headers can be used to compile mkl_dnn sample application and execute it - test that mkl_dnn various api (eg. convolution, deconv, rnn, etc) are executable Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases

[meta-intel] [PATCH v01] oeqa/runtime/mkl_dnn: Add mkldnn tests

2020-01-20 Thread Yeoh Ee Peng
application Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/mkl_dnn.py | 67 ++ lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py | 57 ++ 2 files changed, 124 insertions(+) create mode 100644 lib/oeqa/runtime/cases/mkl_dnn.py create mode

[meta-intel] [PATCH] recipes-multimedia/itt: Add missing header and library

2020-02-29 Thread Yeoh Ee Peng
both missing header and library. Enhanced the itt recipe to provide both the itt_notify.hpp and libIntelSEAPI64.so. Signed-off-by: Yeoh Ee Peng --- recipes-multimedia/itt/itt_17.01.28.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-multimedia/itt/itt_17.01.28.bb b/recipes-mul

[meta-intel] [PATCH] runtime/hdcp: Enable hdcp sanity test

2020-03-17 Thread Yeoh Ee Peng
Enable hdcp sanity test: - test that hdcp shared libray enable compiling of hdcp application - test that hdcp daemon monitoring calling to hdcp API Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/hdcp.py | 33 + lib/oeqa/runtime/files/hdcp/hdcp

[meta-intel] [PATCH v01] runtime/hdcp: Enable hdcp sanity test

2020-03-18 Thread Yeoh Ee Peng
Enable hdcp sanity testing: - test hdcp share library allow compile hdcp application - test that hdcp daemon was functioning and listening to hdcp API calls (HDCPCreate, HDCPEnumerateDisplay, HDCPDestroy) Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/hdcp.py | 36

[meta-intel] [PATCH] runtime/ngraph: Enable ngraph sanity testing

2020-03-18 Thread Yeoh Ee Peng
Enable ngraph sanity test that validate ngraph library allow creating network at runtime for used by inference engine. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/ngraph.py| 31 lib/oeqa/runtime/files/ngraph/ngraph-sample.cpp | 64

[meta-intel] [PATCH] runtime/itt: Enable itt sanity test

2020-03-18 Thread Yeoh Ee Peng
Enable itt sanity test that validate itt library enable code tracing. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/itt.py | 28 ++ lib/oeqa/runtime/files/itt/itt-sample.c| 24 ++ lib/oeqa/runtime/miutils/tests/itt_test.py

[meta-intel] [PATCH 2/5] runtime/intel_vaapi_driver: Enable sanity test

2020-03-18 Thread Yeoh Ee Peng
Intel-vaapi-driver test validate that gstreamer with vaapi plugin can encode provided intel vaapi driver was installed. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/intel_vaapi_driver.py | 16 1 file changed, 16 insertions(+) create mode 100644 lib/oeqa/runtime/cases

[meta-intel] [PATCH 3/5] runtime/libyami: Enable sanity test

2020-03-18 Thread Yeoh Ee Peng
libyami test validate that libyami utility can perform decode using libyami library. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/libyami.py | 74 +++ 1 file changed, 74 insertions(+) create mode 100644 lib/oeqa/runtime/cases/libyami.py diff --git

[meta-intel] [PATCH 5/5] runtime/isal: Enable sanity test

2020-03-18 Thread Yeoh Ee Peng
isal test validate that intel intelligent storage acceleration library can provide accelerated compression using igzip executable Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/isal.py | 24 1 file changed, 24 insertions(+) create mode 100644 lib/oeqa/runtime

[meta-intel] [PATCH 1/5] runtime/intel_mediasdk: Enable sanity test for media sdk

2020-03-18 Thread Yeoh Ee Peng
Intel-mediasdk test validate that gstreamer with mediaSDK plugin can encode provided intel media driver was installed. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/intel_mediasdk.py | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 lib/oeqa/runtime/cases

[meta-intel] [PATCH 4/5] runtime/jhi: Enable sanity test

2020-03-18 Thread Yeoh Ee Peng
jhi test validate that jhi daemon and jhi library can work to deliver dynamic application loading. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/jhi.py | 67 +++ 1 file changed, 67 insertions(+) create mode 100644 lib/oeqa/runtime/cases/jhi.py

[meta-intel] [PATCH 1/7 v02] runtime/intel_mediasdk: Enable sanity test

2020-03-20 Thread Yeoh Ee Peng
Sanity test for: - using intel media driver (iHD) - validate intel msdk encode was working through gstreamer - validate intel msdk decode was working through gstreamer Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/intel_mediasdk.py | 34 1 file

[meta-intel] [PATCH 3/7 v02] runtime/isal: Enable sanity test

2020-03-20 Thread Yeoh Ee Peng
isal test validate that intel intelligent storage acceleration library can provide accelerated compression using igzip executable. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/isal.py | 24 1 file changed, 24 insertions(+) create mode 100644 lib/oeqa/runtime

[meta-intel] [PATCH 4/7 v02] runtime/jhi: Enable sanity test

2020-03-20 Thread Yeoh Ee Peng
jhi test validate that jhi daemon and jhi library can work to deliver dynamic application loading. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/jhi.py | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 lib/oeqa/runtime/cases/jhi.py

[meta-intel] [PATCH 6/7 v02] runtime/itt: Enable itt sanity test

2020-03-20 Thread Yeoh Ee Peng
Enable itt sanity test: - test that itt library enable code tracing - to collect itt tracing data, use vtune collector Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/itt.py | 28 ++ lib/oeqa/runtime/files/itt/itt-sample.c| 24

[meta-intel] [PATCH 5/7 v02] runtime/hdcp: Enable hdcp sanity test

2020-03-20 Thread Yeoh Ee Peng
Enable hdcp sanity test: - test that hdcp shared libray enable compiling of hdcp application using API (HDCPCreate, HDCPEnumerateDisplay, HDCPDestroy) - test that hdcp daemon monitoring calling to hdcp API Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/hdcp.py | 36

[meta-intel] [PATCH 7/7 v02] runtime/ngraph: Enable ngraph sanity testing

2020-03-20 Thread Yeoh Ee Peng
Enable ngraph sanity test: - test that ngraph shared libray enable compiling of ngraph application - test that ngraph library allow creating network at runtime for inference engine Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/ngraph.py| 31 lib/oeqa

[meta-intel] [PATCH 2/7 v02] runtime/intel_vaapi_driver: Enable sanity test

2020-03-20 Thread Yeoh Ee Peng
Sanity test for: - using intel vaapi driver (i965) - validate intel vaapi encode was working through gstreamer - validate intel vaapi decode was working through gstreamer Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/intel_vaapi_driver.py | 27 +++ 1 file

[meta-intel] [PATCH 1/2] runtime/intel_compute_runtime: Enable compute runtime sanity test

2020-03-23 Thread Yeoh Ee Peng
Enable compute runtime sanity test: - test that compute runtime library enable compiling of opencl application - test that compute runtime can perform opencl kernel computation on intel GPU - test that intel GPU device was used by compute runtime Signed-off-by: Yeoh Ee Peng --- lib/oeqa

[meta-intel] [PATCH 2/2] runtime/libyami: Enable libyami sanity test

2020-03-23 Thread Yeoh Ee Peng
Enable libyami sanity test: - test that libyami library enable decode (H264, H265) Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/libyami.py| 69 lib/oeqa/runtime/files/libyami/20-intel.conf | 5 ++ 2 files changed, 74 insertions(+) create

[meta-intel] [PATCH] runtime/thermald: Enable sanity test

2020-03-24 Thread Yeoh Ee Peng
Enable thermald sanity test: - test that thermal daemon was monitoring temperature - test that emulation of temparature changes will be detected by thermal daemon Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/thermald.py | 43 ++ 1 file changed

[meta-intel] [PATCH 1/2] recipes-support/libipt: Enable test package

2020-03-25 Thread Yeoh Ee Peng
Enable libipt test package: - include unit test, ptdump, pttc - include sample test files for pttc Signed-off-by: Yeoh Ee Peng --- recipes-support/libipt/libipt_2.0.1.bb | 17 + 1 file changed, 17 insertions(+) diff --git a/recipes-support/libipt/libipt_2.0.1.bb b/recipes

[meta-intel] [PATCH 2/2] oeqa/runtime/libipt: Enable sanity test

2020-03-25 Thread Yeoh Ee Peng
Enable libipt sanity test: - test that libipt can generate trace packet - test that libipt can perform dump on trace packet generated Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/libipt.py | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 lib/oeqa

[meta-intel] [PATCH 2/2] runtime/libxcam: Enable sanity test

2020-03-25 Thread Yeoh Ee Peng
Enable sanity tests: - test libxcam library can compile libxcam soft sample application - test libxcam soft sample app can perform image remap Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/libxcam.py | 53 +++ 1 file changed, 53 insertions

[meta-intel] [PATCH 1/2] recipe-core/libxcam: Enable test package

2020-03-25 Thread Yeoh Ee Peng
Enable test package: - include libxcam sample source files for testing Signed-off-by: Yeoh Ee Peng --- recipes-core/libxcam/libxcam_1.3.0.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/recipes-core/libxcam/libxcam_1.3.0.bb b/recipes-core/libxcam/libxcam_1.3.0.bb index

[meta-intel] [PATCH 1/2 v01] recipes-support/libipt: Enable test package

2020-03-26 Thread Yeoh Ee Peng
Enable libipt test package: - include ptdump, pttc - include sample test files for pttc Signed-off-by: Yeoh Ee Peng --- recipes-support/libipt/libipt_2.0.1.bb | 16 1 file changed, 16 insertions(+) diff --git a/recipes-support/libipt/libipt_2.0.1.bb b/recipes-support/libipt

[meta-intel] [PATCH 2/2 v01] oeqa/runtime/libipt: Enable sanity test

2020-03-26 Thread Yeoh Ee Peng
Enable libipt sanity test: - test that libipt can generate trace packet - test that libipt can perform dump on trace packet generated Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/libipt.py | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 lib/oeqa

Re: [meta-intel] [PATCH 2/2 v01] oeqa/runtime/libipt: Enable sanity test

2020-03-26 Thread Yeoh Ee Peng
master/doc/getting_started.md Thanks, Ee Peng -Original Message- From: Mittal, Anuj Sent: Friday, March 27, 2020 10:25 AM To: meta-intel@lists.yoctoproject.org; Yeoh, Ee Peng Subject: Re: [meta-intel] [PATCH 2/2 v01] oeqa/runtime/libipt: Enable sanity test Hi Ee Peng, On Thu, 2020-03-26 at 1

[meta-intel] [PATCH] runtime/cyclictest: Enable cyclictest for image with rt kernel

2020-03-30 Thread Yeoh Ee Peng
ENCY = "25" Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/cyclictest.py | 36 1 file changed, 36 insertions(+) create mode 100644 lib/oeqa/runtime/cases/cyclictest.py diff --git a/lib/oeqa/runtime/cases/cyclictest.py b/lib/oeqa/runtime/cas

[meta-intel] [PATCH 3/3 v02] runtime/cyclictest: Enable cyclictest for image with rt kernel

2020-03-31 Thread Yeoh Ee Peng
ENCY = "25" Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/cyclictest.py | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 lib/oeqa/runtime/cases/cyclictest.py diff --git a/lib/oeqa/runtime/cases/cyclictest.py b/lib/oeqa/runtime/cas

[meta-intel] [PATCH 2/3 v02] runtime/libxcam: Enable sanity test

2020-03-31 Thread Yeoh Ee Peng
Enable sanity tests: - test libxcam soft sample app can perform image remap using libxcam library Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/libxcam.py | 37 + 1 file changed, 37 insertions(+) create mode 100644 lib/oeqa/runtime/cases/libxcam.py

[meta-intel] [PATCH 1/3 v02] recipe-core/libxcam: Enable test package

2020-03-31 Thread Yeoh Ee Peng
Enable test package: - include libxcam sample apps Signed-off-by: Yeoh Ee Peng --- recipes-core/libxcam/libxcam_1.3.0.bb | 8 1 file changed, 8 insertions(+) diff --git a/recipes-core/libxcam/libxcam_1.3.0.bb b/recipes-core/libxcam/libxcam_1.3.0.bb index 1bf0028..7bfcacd 100644

[meta-intel] [PATCH v02] runtime/thermald: Enable sanity test

2020-04-01 Thread Yeoh Ee Peng
Enable thermald sanity test: - test that thermal daemon was monitoring temperature - test that thermal emulation was enabled in the image - test that emulation of temparature changes will be detected by thermal daemon Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime

[meta-intel] [PATCH v03] runtime/jhi: Enable sanity test

2020-04-05 Thread Yeoh Ee Peng
jhi test validate that jhi daemon and jhi library can work to deliver dynamic application loading. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/jhi.py | 41 + 1 file changed, 41 insertions(+) create mode 100644 lib/oeqa/runtime/cases/jhi.py

[meta-intel] [PATCH 2/2] runtime/dldt_inference_engine: Check MYRIAD device before test

2020-04-09 Thread Yeoh Ee Peng
Checking MYRIAD device availability before execute MYRIAD test. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/dldt_inference_engine.py | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/oeqa/runtime/cases/dldt_inference_engine.py b/lib/oeqa/runtime

[meta-intel] [PATCH 1/2] runtime/tests/dldt_inference_engine_test: Enable check available ie devices

2020-04-09 Thread Yeoh Ee Peng
Enable checking of available inference engine devices. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/miutils/tests/dldt_inference_engine_test.py | 8 1 file changed, 8 insertions(+) diff --git a/lib/oeqa/runtime/miutils/tests/dldt_inference_engine_test.py b/lib/oeqa/runtime

[meta-intel] [PATCH] runtime/dldt_inference_engine: Remove cpu extension

2020-04-13 Thread Yeoh Ee Peng
Remove cpu extension as it was not needed anymore for OpenVINO 2020. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/dldt_inference_engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oeqa/runtime/cases/dldt_inference_engine.py b/lib/oeqa/runtime/cases

[meta-intel] [PATCH] runtime/intel_vaapi_driver: Set i965 dirver for tests

2020-04-14 Thread Yeoh Ee Peng
Set i965 driver for libVA in order to enable vaapi plugin because by default libVA use iHD driver where vaapi plugin was not available. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/intel_vaapi_driver.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/oeqa

[meta-intel] [PATCH 2/2] runtime/onednn: Check onednn file exist

2020-04-27 Thread Yeoh Ee Peng
Previously, the status return with 0 even though the file required was not exist. Fixed the file exist checking for onednn source file required for compilation testing. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py | 6 +++--- 1 file changed, 3 insertions(+), 3

[meta-intel] [PATCH 1/2] runtime/onednn: Update tests as mkldnn rename to onednn

2020-04-27 Thread Yeoh Ee Peng
Update test pakcages checking and referencing as mkldnn rename to onednn. Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/mkl_dnn.py | 10 +- lib/oeqa/runtime/miutils/tests/mkl_dnn_test.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib

[meta-intel] [PATCH] runtime/cases/can: Enable can protocols with can-utils

2020-06-05 Thread Yeoh Ee Peng
Enable sanity test for can protocols using can-utils. Signed-off-by: Liow, Shi Jie Donavan Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/can.py | 78 +++ 1 file changed, 78 insertions(+) create mode 100644 lib/oeqa/runtime/cases/can.py diff