diff --git a/docker-compose/setup-script/tests/expects/install/redis.sh b/docker-compose/setup-script/tests/expects/install/redis.sh index c3420a3007..459b2e1e4f 100755 --- a/docker-compose/setup-script/tests/expects/install/redis.sh +++ b/docker-compose/setup-script/tests/expects/install/redis.sh @@ -21,6 +21,9 @@ send "\r" expect "Do you want to enabled Redis for caching*" send "Y\r" +expect "Do you want to enable Minio for file storage*" +send "N\r" + expect "Do you want to enabled Watchtower for automatic updates*" send "\r" diff --git a/docker-compose/setup-script/tests/expects/install/scale.sh b/docker-compose/setup-script/tests/expects/install/scale.sh index 584fb87cf7..b0a2064531 100755 --- a/docker-compose/setup-script/tests/expects/install/scale.sh +++ b/docker-compose/setup-script/tests/expects/install/scale.sh @@ -21,6 +21,12 @@ send "\r" expect "Do you want to enabled Redis for caching*" send "Y\r" +expect "Do you want to enable Minio for file storage*" +send "Y\r" + +expect "Enter the MinIO domain name*" +send "\r" + expect "Do you want to enabled Watchtower for automatic updates*" send "\r" diff --git a/docker-compose/setup-script/tests/expects/install/watchtower.sh b/docker-compose/setup-script/tests/expects/install/watchtower.sh index eeb4f6e493..3cca2a300d 100755 --- a/docker-compose/setup-script/tests/expects/install/watchtower.sh +++ b/docker-compose/setup-script/tests/expects/install/watchtower.sh @@ -21,6 +21,9 @@ send "\r" expect "Do you want to enabled Redis for caching*" send "\r" +expect "Do you want to enable Minio for file storage*" +send "N\r" + expect "Do you want to enabled Watchtower for automatic updates*" send "Y\r"