aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck/requirements.txt
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-17 17:32:57 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-17 16:58:51 +0000
commit530e630b89a4101d05c81960cda1db4da6fa0d42 (patch)
treede7b53eb0e9b61008a69a759f8c36e132dffb90a /infra-healthcheck/requirements.txt
parent9e626d69b71d27daee985ba140730b367b0f71c7 (diff)
[INFRA] Add a test to check the status of one chart
This new test, which is triggered only when we're on a component (such as SO, CLAMP, ...) gating, retrieves all the states of deployment, stafulsets, PVCs, ... If all these objects are OK, it's set as successful. Issue-ID: SO-3391 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I1bda3f135b3964665e7a1ff02bb617f5205d7b9c
Diffstat (limited to 'infra-healthcheck/requirements.txt')
-rw-r--r--infra-healthcheck/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra-healthcheck/requirements.txt b/infra-healthcheck/requirements.txt
index cacbc00..1918e10 100644
--- a/infra-healthcheck/requirements.txt
+++ b/infra-healthcheck/requirements.txt
@@ -13,3 +13,4 @@ kubernetes # Apache-2.0
colorama # BSD
kubernetes_status
helm_onap_status
+chart_status \ No newline at end of file