diff options
| -rw-r--r-- | lib/oeqa/runtime/cases/dldt_inference_engine.py | 4 |
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): |
