Fixes of sanity tests, updated cfg-checker, other small fixes
* added sourcing env files automatically for mgmt
* hotfix for the sanity script
* extended timeouts for sanity tests
* fixed some issues in cfg-checker and updated its archive
Related-PROD: K0RQA-15
Change-Id: I90a2e31708a066cd70670a6ba1e93edad8655c18
diff --git a/k8s/workspace/run-k0rdent-sanity-for-child.sh b/k8s/workspace/run-k0rdent-sanity-for-child.sh
index b1a1640..8f51edc 100644
--- a/k8s/workspace/run-k0rdent-sanity-for-child.sh
+++ b/k8s/workspace/run-k0rdent-sanity-for-child.sh
@@ -12,7 +12,7 @@
if [[ $# -lt 1 ]]; then
echo -e "\nError: No cluster name provided."
- echo "Usage: $0 <cluster-name>"
+ echo "Usage: $0 <cluster-name> <cluster-namespace>"
echo ""
exit 1
fi