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>
This commit is contained in:
Naveen Saini 2020-06-10 09:21:29 +08:00 committed by Anuj Mittal
parent 78386dd80b
commit 508aad8e15

View File

@ -57,7 +57,7 @@ class DldtInferenceEngine(OERuntimeTestCase):
@OEHasPackage(['dldt-inference-engine']) @OEHasPackage(['dldt-inference-engine'])
@OEHasPackage(['dldt-inference-engine-samples']) @OEHasPackage(['dldt-inference-engine-samples'])
@OEHasPackage(['intel-compute-runtime']) @OEHasPackage(['intel-compute-runtime'])
@OEHasPackage(['opencl-icd-loader']) @OEHasPackage(['ocl-icd'])
def test_dldt_ie_classification_with_gpu(self): def test_dldt_ie_classification_with_gpu(self):
(status, output) = self.dldt_ie.test_dldt_ie_classification_with_device('GPU', self.ir_files_dir) (status, output) = self.dldt_ie.test_dldt_ie_classification_with_device('GPU', self.ir_files_dir)
self.assertEqual(status, 0, msg='status and output: %s and %s' % (status, output)) self.assertEqual(status, 0, msg='status and output: %s and %s' % (status, output))
@ -87,7 +87,7 @@ class DldtInferenceEngine(OERuntimeTestCase):
@OEHasPackage(['dldt-inference-engine']) @OEHasPackage(['dldt-inference-engine'])
@OEHasPackage(['dldt-inference-engine-python3']) @OEHasPackage(['dldt-inference-engine-python3'])
@OEHasPackage(['intel-compute-runtime']) @OEHasPackage(['intel-compute-runtime'])
@OEHasPackage(['opencl-icd-loader']) @OEHasPackage(['ocl-icd'])
@OEHasPackage(['python3-opencv']) @OEHasPackage(['python3-opencv'])
@OEHasPackage(['python3-numpy']) @OEHasPackage(['python3-numpy'])
def test_dldt_ie_classification_python_api_with_gpu(self): def test_dldt_ie_classification_python_api_with_gpu(self):