Merge pull request #9461 from GabyCT/topic/uninstallkbs

tests/k8s: Add uninstall kbs client command function
This commit is contained in:
Wainer Moschetta 2024-04-17 09:36:37 -03:00 committed by GitHub
commit 2d8e7933c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,6 +151,12 @@ kbs_install_cli() {
popd
}
kbs_uninstall_cli() {
pushd "${COCO_KBS_DIR}"
sudo make uninstall
popd
}
# Delete the kbs on Kubernetes
#
# Note: assume the kbs sources were cloned to $COCO_TRUSTEE_DIR