aboutsummaryrefslogtreecommitdiffstats
path: root/kud
diff options
context:
space:
mode:
Diffstat (limited to 'kud')
-rw-r--r--kud/deployment_infra/images/qat_plugin_privileges.yaml2
-rwxr-xr-xkud/hosting_providers/containerized/installer.sh2
-rwxr-xr-xkud/tests/ncm-test.sh2
-rwxr-xr-xkud/tests/qat.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/kud/deployment_infra/images/qat_plugin_privileges.yaml b/kud/deployment_infra/images/qat_plugin_privileges.yaml
index af98f367..b4eb58bf 100644
--- a/kud/deployment_infra/images/qat_plugin_privileges.yaml
+++ b/kud/deployment_infra/images/qat_plugin_privileges.yaml
@@ -17,7 +17,7 @@ spec:
- name: intel-qat-kernel-plugin
securityContext:
privileged: true
- image: akhilak/intel-qat-plugin:0.15.0
+ image: integratedcloudnative/intel-qat-plugin:0.15.0
imagePullPolicy: IfNotPresent
command: ["/usr/local/bin/intel_qat_device_plugin", "-mode", "kernel"]
volumeMounts:
diff --git a/kud/hosting_providers/containerized/installer.sh b/kud/hosting_providers/containerized/installer.sh
index 17699d16..fe9d1e9d 100755
--- a/kud/hosting_providers/containerized/installer.sh
+++ b/kud/hosting_providers/containerized/installer.sh
@@ -128,7 +128,7 @@ function install_addons {
echo "Run the test cases if testing_enabled is set to true."
if [[ "${testing_enabled}" == "true" ]]; then
- for addon in ${KUD_ADDONS:-multus virtlet ovn4nfv nfd sriov cmk $plugins_name}; do
+ for addon in ${KUD_ADDONS:-virtlet ovn4nfv nfd sriov cmk $plugins_name}; do
pushd $kud_tests
bash ${addon}.sh
popd
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