Adding test Coverage for mysql_variable module

Use mysql_variable to query, set and update variables.
Assert using user and password to query, set and update  variables.
Assert using single quotes, double quotes and no quotes  when using variables
This commit is contained in:
Wayne Rosario
2014-07-29 14:02:04 -04:00
parent 27a73f2c11
commit 2957a8de44
7 changed files with 312 additions and 0 deletions

View File

@@ -9,3 +9,5 @@
- { role: test_apt_repository, tags: test_apt_repository }
- { role: test_mysql_db, tags: test_mysql_db}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_variables, tags: test_mysql_variables}