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/target-child b/k8s/workspace/target-child
index b45b039..92961e0 100644
--- a/k8s/workspace/target-child
+++ b/k8s/workspace/target-child
@@ -2,3 +2,4 @@
 export TARGET_NAMESPACE=${CHILD_CLUSTER_NS}
 export TARGET_CLUSTER=${CHILD_CLUSTER_NAME}
 export TARGET_CLD=${CHILD_CLUSTER_NAME}
+export CLUSTER_NAME=$TARGET_CLUSTER
\ No newline at end of file