diff options
author | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-05-26 18:14:14 +0000 |
---|---|---|
committer | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-05-26 18:19:22 +0000 |
commit | 402c6e98bfc6c881dceb65ce2756ea94834c70ef (patch) | |
tree | 2048f4437063971438e29e69c4e1b1d6d3ed4188 /kud/tests | |
parent | 079d214800484b0bfedd22fc72f4b3c61ecc6f83 (diff) |
Bug fix for the ImagePullBackOff error in qat test
Issue-ID: MULTICLOUD-1076
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I2b6bfb265ce5e055987788f6f28fc475a8b5b46c
Diffstat (limited to 'kud/tests')
-rwxr-xr-x | kud/tests/qat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/tests/qat.sh b/kud/tests/qat.sh index 71769ae3..2f8d212a 100755 --- a/kud/tests/qat.sh +++ b/kud/tests/qat.sh @@ -36,7 +36,7 @@ metadata: spec: containers: - name: pod-case-01 - image: openssl-test:latest + image: integratedcloudnative/openssl-qat-engine:devel imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /dev |