summaryrefslogtreecommitdiffstats
path: root/lib/oeqa
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-06-10 09:21:29 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-06-11 15:35:56 +0800
commit508aad8e15e65fb572ae29a5a3fdcf5ce8aef314 (patch)
treeb6ec1f443b7b592841e0401be7dfeb22afb6a500 /lib/oeqa
parent78386dd80bcc9b740c181ce4718af7e0b328f85a (diff)
downloadmeta-intel-508aad8e15e65fb572ae29a5a3fdcf5ce8aef314.tar.gz
oeqa/dldt_inference_engine : link to recommended opencl loader
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'lib/oeqa')
-rw-r--r--lib/oeqa/runtime/cases/dldt_inference_engine.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/oeqa/runtime/cases/dldt_inference_engine.py b/lib/oeqa/runtime/cases/dldt_inference_engine.py
index 288f7261..fb35d52f 100644
--- a/lib/oeqa/runtime/cases/dldt_inference_engine.py
+++ b/lib/oeqa/runtime/cases/dldt_inference_engine.py
@@ -57,7 +57,7 @@ class DldtInferenceEngine(OERuntimeTestCase):
57 @OEHasPackage(['dldt-inference-engine']) 57 @OEHasPackage(['dldt-inference-engine'])
58 @OEHasPackage(['dldt-inference-engine-samples']) 58 @OEHasPackage(['dldt-inference-engine-samples'])
59 @OEHasPackage(['intel-compute-runtime']) 59 @OEHasPackage(['intel-compute-runtime'])
60 @OEHasPackage(['opencl-icd-loader']) 60 @OEHasPackage(['ocl-icd'])
61 def test_dldt_ie_classification_with_gpu(self): 61 def test_dldt_ie_classification_with_gpu(self):
62 (status, output) = self.dldt_ie.test_dldt_ie_classification_with_device('GPU', self.ir_files_dir) 62 (status, output) = self.dldt_ie.test_dldt_ie_classification_with_device('GPU', self.ir_files_dir)
63 self.assertEqual(status, 0, msg='status and output: %s and %s' % (status, output)) 63 self.assertEqual(status, 0, msg='status and output: %s and %s' % (status, output))
@@ -87,7 +87,7 @@ class DldtInferenceEngine(OERuntimeTestCase):
87 @OEHasPackage(['dldt-inference-engine']) 87 @OEHasPackage(['dldt-inference-engine'])
88 @OEHasPackage(['dldt-inference-engine-python3']) 88 @OEHasPackage(['dldt-inference-engine-python3'])
89 @OEHasPackage(['intel-compute-runtime']) 89 @OEHasPackage(['intel-compute-runtime'])
90 @OEHasPackage(['opencl-icd-loader']) 90 @OEHasPackage(['ocl-icd'])
91 @OEHasPackage(['python3-opencv']) 91 @OEHasPackage(['python3-opencv'])
92 @OEHasPackage(['python3-numpy']) 92 @OEHasPackage(['python3-numpy'])
93 def test_dldt_ie_classification_python_api_with_gpu(self): 93 def test_dldt_ie_classification_python_api_with_gpu(self):