mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Adding Integration Tests for mysql_db module
Adding the following Test Coverage for RedHat and Debian OS: - Use mysql_db module to create, delete databases using different encoding. - Backup/Restore databases using different file format: sql, gz and bz2. - Create and delete databases using different user privilege. - Assert database creation, deleting and content using system commands.
This commit is contained in:
6
test/integration/roles/setup_mysql_db/defaults/main.yml
Normal file
6
test/integration/roles/setup_mysql_db/defaults/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
mysql_service: mysqld
|
||||
|
||||
mysql_packages:
|
||||
- mysql-server
|
||||
- MySQL-python
|
||||
- bzip2
|
||||
Reference in New Issue
Block a user