Signed-off-by: Naveen Saini <[email protected]>
---
lib/oeqa/runtime/cases/dldt_inference_engine.py | 4 ++--
1 file 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):
@OEHasPackage(['dldt-inference-engine'])
@OEHasPackage(['dldt-inference-engine-samples'])
@OEHasPackage(['intel-compute-runtime'])
- @OEHasPackage(['opencl-icd-loader'])
+ @OEHasPackage(['ocl-icd'])
def test_dldt_ie_classification_with_gpu(self):
(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))
@@ -87,7 +87,7 @@ class DldtInferenceEngine(OERuntimeTestCase):
@OEHasPackage(['dldt-inference-engine'])
@OEHasPackage(['dldt-inference-engine-python3'])
@OEHasPackage(['intel-compute-runtime'])
- @OEHasPackage(['opencl-icd-loader'])
+ @OEHasPackage(['ocl-icd'])
@OEHasPackage(['python3-opencv'])
@OEHasPackage(['python3-numpy'])
def test_dldt_ie_classification_python_api_with_gpu(self):
--
2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6592):
https://lists.yoctoproject.org/g/meta-intel/message/6592
Mute This Topic: https://lists.yoctoproject.org/mt/74788239/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-