@@ -13,7 +13,7 @@ declare -A COMPONENT_SCENARIOS=(
1313 [" model-registry" ]=" base overlay-postgres overlay-db controller-manager controller-rbac controller-default controller-prometheus controller-network-policy ui-base ui-standalone ui-integrated ui-istio istio csi"
1414 [" kserve-models-web-app" ]=" base kubeflow"
1515 [" notebook-controller" ]=" base kubeflow standalone"
16- [" kubeflow- pipelines" ]=" platform-agnostic aws gcp azure multi-user generic dev plain plain-multi-user platform-agnostic-emissary platform-agnostic-multi-user platform-agnostic-multi-user-emissary platform-agnostic-multi-user-legacy platform-agnostic-postgresql"
16+ [" pipelines" ]=" platform-agnostic aws gcp azure multi-user generic dev plain plain-multi-user platform-agnostic-emissary platform-agnostic-multi-user platform-agnostic-multi-user-emissary platform-agnostic-multi-user-legacy platform-agnostic-postgresql"
1717)
1818
1919test_component () {
@@ -51,7 +51,7 @@ if [[ "$COMPONENT" == "all" ]]; then
5151 declare -a passed_components=()
5252 declare -a failed_components=()
5353
54- for comp in katib model-registry kserve-models-web-app notebook-controller kubeflow- pipelines; do
54+ for comp in katib model-registry kserve-models-web-app notebook-controller pipelines; do
5555 if test_component " $comp " ; then
5656 passed_components+=(" $comp " )
5757 else
@@ -80,7 +80,7 @@ elif [[ "$COMPONENT" == "help" ]] || [[ "$COMPONENT" == "--help" ]] || [[ "$COMP
8080 echo " model-registry Test Model Registry scenarios"
8181 echo " kserve-models-web-app Test KServe Models Web App scenarios"
8282 echo " notebook-controller Test Notebook Controller scenarios"
83- echo " kubeflow- pipelines Test Kubeflow Pipelines scenarios"
83+ echo " pipelines Test Kubeflow Pipelines scenarios"
8484 echo " "
8585 echo " Examples:"
8686 echo " $0 # Test all components"
@@ -101,7 +101,7 @@ elif [[ "${COMPONENT_SCENARIOS[$COMPONENT]:-}" ]]; then
101101
102102else
103103 echo " ERROR: Unknown component: $COMPONENT "
104- echo " Supported components: katib, model-registry, kserve-models-web-app, notebook-controller,kubeflow- pipelines, all"
104+ echo " Supported components: katib, model-registry, kserve-models-web-app, notebook-controller,pipelines, all"
105105 echo " Use '$0 help' for more information."
106106 exit 1
107107fi
0 commit comments