Small hotfixes:
* fixed Sanity test for clds (to check all, not only ready)
* removed some obsolete commands
* added CLUSTER_NAME var
Related-PROD: K0RQA-15
Change-Id: I20695cc235384713b642073e816b718ecbfeb35f
diff --git a/k8s/workspace/run-k0rdent-sanity.sh b/k8s/workspace/run-k0rdent-sanity.sh
index 9ab9b52..19d814c 100644
--- a/k8s/workspace/run-k0rdent-sanity.sh
+++ b/k8s/workspace/run-k0rdent-sanity.sh
@@ -1,9 +1,7 @@
#!/bin/bash
-if [ -z "$MY_PROJFOLDER" ]; then
- echo "The /artifacts/env.sh script is not sourced. Please do 'source env.sh' before running the Sanity tests"
- exit 1
-fi
+cd /artifacts
+. env.sh
. "$(dirname "$0")/functions.sh"
cd $MY_PROJFOLDER/tmp