Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Dec 19, 2023
1 parent c6b9f86 commit 7ed9e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/kata-deploy/kata-deploy.bats
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ setup() {
echo "::endgroup::"

ready_status=$(kubectl get node --no-headers --selector='!node-role.kubernetes.io/control-plane' -o custom-columns=STAUS:.status.conditions\[\?\(\@.type==\'Ready\'\)\].status)
[[ ${ready_status} != *"containerd://Unknown" ]]
[[ ${ready_status} != *"False" ]]

container_runtime_version=$(kubectl get node --no-headers --selector='!node-role.kubernetes.io/control-plane' -o custom-columns=STAUS:.status.nodeInfo.containerRuntimeVersion)
[[ ${container_runtime_version} != *"containerd://Unknown" ]]
Expand Down

0 comments on commit 7ed9e5c

Please sign in to comment.