Skip to content

Commit

Permalink
Merge pull request kata-containers#9770 from GabyCT/topic/fixvad
Browse files Browse the repository at this point in the history
tests: Use variable definition for better uniformity
  • Loading branch information
GabyCT committed Jun 4, 2024
2 parents 6c2e8be + cafba23 commit ba30f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/kubernetes/confidential_kbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ kbs_uninstall_cli() {
function kbs_k8s_delete() {
pushd "$COCO_KBS_DIR"
kubectl delete -k config/kubernetes/overlays
# Verify that coco-tenant resources were properly deleted
cmd="kubectl get all -n coco-tenant 2>&1 | grep 'No resources found'"
# Verify that KBS namespace resources were properly deleted
cmd="kubectl get all -n $KBS_NS 2>&1 | grep 'No resources found'"
waitForProcess "120" "30" "$cmd"
popd
}
Expand Down

0 comments on commit ba30f08

Please sign in to comment.