From 230a64a5eded3970063f1717df2de052681055fc Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 10 Oct 2024 17:48:36 +0530 Subject: [PATCH] test: fix upstall bats tests --- docker-compose/1_Auto_Upstall/tests/expects/install/redis.sh | 3 +++ docker-compose/1_Auto_Upstall/tests/expects/install/scale.sh | 3 +++ .../1_Auto_Upstall/tests/expects/install/watchtower.sh | 3 +++ 3 files changed, 9 insertions(+) diff --git a/docker-compose/1_Auto_Upstall/tests/expects/install/redis.sh b/docker-compose/1_Auto_Upstall/tests/expects/install/redis.sh index 6cdcaf44a4..f7ac95a23c 100755 --- a/docker-compose/1_Auto_Upstall/tests/expects/install/redis.sh +++ b/docker-compose/1_Auto_Upstall/tests/expects/install/redis.sh @@ -18,6 +18,9 @@ send "Y\r" expect "Choose Community or Enterprise Edition*" send "\r" +expect "Select PostgreSQL or SQLite as your database*" +send "P\r" + expect "Do you want to enabled Redis for caching*" send "Y\r" diff --git a/docker-compose/1_Auto_Upstall/tests/expects/install/scale.sh b/docker-compose/1_Auto_Upstall/tests/expects/install/scale.sh index b0a2064531..1e9d57e13f 100755 --- a/docker-compose/1_Auto_Upstall/tests/expects/install/scale.sh +++ b/docker-compose/1_Auto_Upstall/tests/expects/install/scale.sh @@ -18,6 +18,9 @@ send "Y\r" expect "Choose Community or Enterprise Edition*" send "\r" +expect "Select PostgreSQL or SQLite as your database*" +send "P\r" + expect "Do you want to enabled Redis for caching*" send "Y\r" diff --git a/docker-compose/1_Auto_Upstall/tests/expects/install/watchtower.sh b/docker-compose/1_Auto_Upstall/tests/expects/install/watchtower.sh index fa879ccda6..d02b855612 100755 --- a/docker-compose/1_Auto_Upstall/tests/expects/install/watchtower.sh +++ b/docker-compose/1_Auto_Upstall/tests/expects/install/watchtower.sh @@ -18,6 +18,9 @@ send "Y\r" expect "Choose Community or Enterprise Edition*" send "\r" +expect "Select PostgreSQL or SQLite as your database*" +send "P\r" + expect "Do you want to enabled Redis for caching*" send "\r"