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/k0rdent-toolset-full b/k8s/k0rdent-toolset-full
index 6cf066f..ba33ed1 100644
--- a/k8s/k0rdent-toolset-full
+++ b/k8s/k0rdent-toolset-full
@@ -88,5 +88,8 @@
WORKDIR /artifacts
+RUN echo '[ -f /artifacts/env.sh ] && . /artifacts/env.sh' >> /root/.bashrc && \
+ echo '[ -f /artifacts/envs/mgmtrc ] && . /artifacts/envs/mgmtrc' >> /root/.bashrc
+
ENTRYPOINT ["sleep infinite"]