aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/scripts/quickstart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/scripts/quickstart.sh')
-rw-r--r--qtip/scripts/quickstart.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtip/scripts/quickstart.sh b/qtip/scripts/quickstart.sh
index 826ed656..b430aa3f 100644
--- a/qtip/scripts/quickstart.sh
+++ b/qtip/scripts/quickstart.sh
@@ -56,8 +56,8 @@ pod_name=${pod_name:-$NODE_NAME}
scenario=${scenario:-$SCENARIO}
testapi_url=${testapi_url:-$TESTAPI_URL}
-# we currently support ericsson, intel, lf and zte labs
-if [[ ! "$installer_type" =~ (fuel|apex) ]]; then
+# we currently support fuel, apex and mcp
+if [[ ! "$installer_type" =~ (fuel|apex|mcp) ]]; then
echo "Unsupported/unidentified installer $installer_type. Cannot continue!"
exit 1
fi