From 6249e18abcd9ab7565da5f0df7b69ef77c695e50 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Tue, 20 Aug 2024 11:25:50 +0530 Subject: [PATCH] fix: tests --- docker-compose/setup-script/tests/expects/install/redis.sh | 3 +++ docker-compose/setup-script/tests/expects/install/scale.sh | 6 ++++++ .../setup-script/tests/expects/install/watchtower.sh | 3 +++ 3 files changed, 12 insertions(+) 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"