diff options
Diffstat (limited to 'kud/tests')
-rwxr-xr-x | kud/tests/ncm-test.sh | 2 | ||||
-rwxr-xr-x | kud/tests/qat.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kud/tests/ncm-test.sh b/kud/tests/ncm-test.sh index 363a1819..78069b14 100755 --- a/kud/tests/ncm-test.sh +++ b/kud/tests/ncm-test.sh @@ -128,7 +128,7 @@ providernetworkdata="$(cat<<EOF ], "providerNetType": "VLAN", "vlan": { - "vlanId": 100, + "vlanId": "100", "providerInterfaceName": "eth1", "logicalInterfaceName": "eth1.100", "vlanNodeSelector": "specific", 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 |