mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 07:21:45 -07:00
Add missing default vars to tests db_formats
This commit is contained in:
parent
4c53181b95
commit
5d140d8a01
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ db_names:
|
|||
# - "db%"
|
||||
# Don't test % in stable-1. Support was added in v2
|
||||
|
||||
# Database formats
|
||||
db_formats:
|
||||
- { format_type: "sql", file: "dbdata.sql", format_msg_type: "ASCII", file2: "dump2.sql", file3: "dump3.sql", file4: "dump4.sql" }
|
||||
- { format_type: "gz", file: "dbdata.gz", format_msg_type: "gzip", file2: "dump2.gz", file3: "dump3.gz", file4: "dump4.gz" }
|
||||
- { format_type: "bz2", file: "dbdata.bz2", format_msg_type: "bzip2", file2: "dump2.bz2", file3: "dump3.bz2", file4: "dump4.bz2" }
|
||||
|
||||
db_name2: 'data2'
|
||||
db_user1: 'datauser1'
|
||||
db_user2: 'datauser2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue