diff --git a/src/tests/ecoc24/deploy_specs_opt.sh b/src/tests/ecoc24/deploy_specs_opt.sh
index ca650bb65508ad1a9b492f1636f79f0bdbbe1145..5c24678311877ad077c664c64354c9bffdfe5b58 100755
--- a/src/tests/ecoc24/deploy_specs_opt.sh
+++ b/src/tests/ecoc24/deploy_specs_opt.sh
@@ -38,11 +38,11 @@ export TFS_COMPONENTS="context device pathcomp service nbi webui"
 #   To manage optical connections, "service" requires "opticalcontroller" to be deployed
 #   before "service", thus we "hack" the TFS_COMPONENTS environment variable prepending the
 #   "opticalcontroller" only if "service" is already in TFS_COMPONENTS, and re-export it.
-#if [[ "$TFS_COMPONENTS" == *"service"* ]]; then
-#    BEFORE="${TFS_COMPONENTS% service*}"
-#    AFTER="${TFS_COMPONENTS#* service}"
-#    export TFS_COMPONENTS="${BEFORE} opticalcontroller service ${AFTER}"
-#fi
+if [[ "$TFS_COMPONENTS" == *"service"* ]]; then
+    BEFORE="${TFS_COMPONENTS% service*}"
+    AFTER="${TFS_COMPONENTS#* service}"
+    export TFS_COMPONENTS="${BEFORE} opticalcontroller service ${AFTER}"
+fi
 
 # Uncomment to activate ZTP
 #export TFS_COMPONENTS="${TFS_COMPONENTS} ztp"