From d3d68e44a0ae54e348e6451ccc21c165dd0e5fef Mon Sep 17 00:00:00 2001 From: Jorge-Rodriguez Date: Thu, 11 Feb 2021 09:23:45 +0200 Subject: [PATCH] Include the password update tests in the play. --- tests/integration/targets/test_mysql_user/tasks/main.yml | 1 + ...er_password_update_test.yml => test_user_password_update.yml} | 0 2 files changed, 1 insertion(+) rename tests/integration/targets/test_mysql_user/tasks/{user_password_update_test.yml => test_user_password_update.yml} (100%) diff --git a/tests/integration/targets/test_mysql_user/tasks/main.yml b/tests/integration/targets/test_mysql_user/tasks/main.yml index 3a82b69..e2bab70 100644 --- a/tests/integration/targets/test_mysql_user/tasks/main.yml +++ b/tests/integration/targets/test_mysql_user/tasks/main.yml @@ -237,6 +237,7 @@ # Test plaintext and encrypted password scenarios. # - include: test_user_password.yml + - include: test_user_password_update.yml # ============================================================ # Test plugin authentication scenarios. diff --git a/tests/integration/targets/test_mysql_user/tasks/user_password_update_test.yml b/tests/integration/targets/test_mysql_user/tasks/test_user_password_update.yml similarity index 100% rename from tests/integration/targets/test_mysql_user/tasks/user_password_update_test.yml rename to tests/integration/targets/test_mysql_user/tasks/test_user_password_update.yml