Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
bd7ac7fd
Commit
bd7ac7fd
authored
Feb 02, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Error message has changed; scrape the new message
parent
97438f00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
test/integration/roles/test_mysql_user/tasks/user_password_update_test.yml
+2
-1
No files found.
test/integration/roles/test_mysql_user/tasks/user_password_update_test.yml
View file @
bd7ac7fd
...
...
@@ -57,11 +57,12 @@
ignore_errors
:
true
register
:
result
-
debug
:
var=result.msg
-
name
:
assert output message that database not create with old password
assert
:
that
:
-
"
result.failed
==
true"
-
"
'check
login
_user
and
login_password
are
correct
'
in
result.msg"
-
"
'check
login
credentials
(login_user,
and
login_password
'
in
result.msg"
-
name
:
create database using user2 and new password
mysql_db
:
name={{ db_name }} state=present login_user={{ user_name_2 }} login_password={{ user_password_1 }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment