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:
Wayne Rosario
2014-07-10 10:05:52 -04:00
parent cc6ad40534
commit 24a3d55c78
10 changed files with 330 additions and 1 deletions

View File

@@ -7,3 +7,4 @@
- { role: test_yum, tags: test_yum }
- { role: test_apt, tags: test_apt }
- { role: test_apt_repository, tags: test_apt_repository }
- { role: test_mysql_db, tags: test_mysql_db}