Skip to content
Snippets Groups Projects
Commit 7788001d authored by nimrod's avatar nimrod
Browse files

- Added config validity test.

parent 080a31f4
Branches
No related tags found
No related merge requests found
...@@ -58,3 +58,8 @@ def test_mysql_backup(Command, Sudo): ...@@ -58,3 +58,8 @@ def test_mysql_backup(Command, Sudo):
mysql_backup = Command('mysql-backup') mysql_backup = Command('mysql-backup')
assert mysql_backup.rc == 0 assert mysql_backup.rc == 0
assert mysql_backup.stderr == '' assert mysql_backup.stderr == ''
def test_mysql_config(Command, Sudo):
with Sudo('mysql'):
assert Command('mysqld --help --verbose').rc == 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment