diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-14 13:49:28 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-12-14 13:49:34 +0000 |
commit | 4be5581537d8acd33636f3f621831efae96ee4ac (patch) | |
tree | 79c176eea95a870e056e7f73be482aab759c2f15 /kubernetes/robot/ete-k8s.sh | |
parent | f6bda71b5f76434b09004c5adfc8dab8cf17c1c2 (diff) |
[APPC] Remove appc chart and refs
Removing appc chart
Removing most appc refs
Some SO data may need to be followed up with SO team
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I183e3dfb7e33a3ada1ac9925ee96b9f32d89bd5a
Issue-ID: OOM-3069
Diffstat (limited to 'kubernetes/robot/ete-k8s.sh')
-rwxr-xr-x | kubernetes/robot/ete-k8s.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/ete-k8s.sh b/kubernetes/robot/ete-k8s.sh index 82bf836ade..aa02e17867 100755 --- a/kubernetes/robot/ete-k8s.sh +++ b/kubernetes/robot/ete-k8s.sh @@ -31,7 +31,7 @@ if [ "$1" = "" ] || [ "$2" = "" ]; then echo " InitDistribution, PreloadDemo, deleteVNF, instantiateDemoVFWCL, instantiateVFW, " echo " instantiateVFWCL, instantiateVFWDT, instantiateVFWCLDN" echo "" - echo " health-check.robot: health, core, small, medium, 3rdparty, api, datarouter, externalapi, health-aaf, health-aai, health-appc," + echo " health-check.robot: health, core, small, medium, 3rdparty, api, datarouter, externalapi, health-aaf, health-aai," echo " health-clamp, health-cli, health-dcae, health-dmaap, health-log, health-modeling, health-msb," echo " health-multicloud, health-oof, health-policy, health-pomba, health-portal, health-sdc, health-sdnc," echo " health-so, health-uui, health-vfc, health-vid, health-vnfsdk, healthdist, healthlogin, healthmr," |