Browse Source

Merge pull request #9632 from sinanmohd/fix-bats-tests

test: fix upstall bats tests
dependabot/npm_and_yarn/body-parser-1.20.3
Pranav C 1 month ago committed by GitHub
parent
commit
d2a9c39fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      docker-compose/1_Auto_Upstall/tests/expects/install/redis.sh
  2. 3
      docker-compose/1_Auto_Upstall/tests/expects/install/scale.sh
  3. 3
      docker-compose/1_Auto_Upstall/tests/expects/install/watchtower.sh

3
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"

3
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"

3
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"

Loading…
Cancel
Save