summaryrefslogtreecommitdiff
path: root/test/integration/destructive.yml
diff options
context:
space:
mode:
authorWayne Rosario <wrosario@ansible.com>2014-07-21 10:37:05 -0400
committerWayne Rosario <wrosario@ansible.com>2014-07-29 11:49:53 -0400
commiteaf4571e4257fa21a4883f2028dd18e231e89ad7 (patch)
tree57698034accf5f509bc2426a6b6f4c13bd75f7be /test/integration/destructive.yml
parentb64a5ff73db9a7350d92b7c376b3f6de152b14d7 (diff)
downloadansible-eaf4571e4257fa21a4883f2028dd18e231e89ad7.tar.gz
Adding the following Test Coverage:
Use mysql_user module to create, delete users. Update user password and ensure new password was updated for the correct user. Assert user has access to multiple databases Assert user creation, deleting using different user privilege and ensure privilege work correctly.
Diffstat (limited to 'test/integration/destructive.yml')
-rw-r--r--test/integration/destructive.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/destructive.yml b/test/integration/destructive.yml
index ae6041be9b..29f6541510 100644
--- a/test/integration/destructive.yml
+++ b/test/integration/destructive.yml
@@ -8,3 +8,4 @@
- { role: test_apt, tags: test_apt }
- { role: test_apt_repository, tags: test_apt_repository }
- { role: test_mysql_db, tags: test_mysql_db}
+ - { role: test_mysql_user, tags: test_mysql_user}