mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 04:18:26 +00:00
Merge pull request #9770 from GabyCT/topic/fixvad
tests: Use variable definition for better uniformity
This commit is contained in:
commit
ba30f0804a
@ -179,8 +179,8 @@ kbs_uninstall_cli() {
|
|||||||
function kbs_k8s_delete() {
|
function kbs_k8s_delete() {
|
||||||
pushd "$COCO_KBS_DIR"
|
pushd "$COCO_KBS_DIR"
|
||||||
kubectl delete -k config/kubernetes/overlays
|
kubectl delete -k config/kubernetes/overlays
|
||||||
# Verify that coco-tenant resources were properly deleted
|
# Verify that KBS namespace resources were properly deleted
|
||||||
cmd="kubectl get all -n coco-tenant 2>&1 | grep 'No resources found'"
|
cmd="kubectl get all -n $KBS_NS 2>&1 | grep 'No resources found'"
|
||||||
waitForProcess "120" "30" "$cmd"
|
waitForProcess "120" "30" "$cmd"
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user