salt/tests/unit
Neil Williamson 4372dc3816 Automatically detect correct MySQL password column for 5.7 and fix setting passwords (#32440)
* Automatically detect MySQL password column

* Fix changing password in MySQL 5.7

* Fix lint test

* Fix unit tests (?)

They will still fail if "authentication_string" is legitimately the right column name, but I don't know what to do about that.

* Additional unit test fix
2016-04-11 11:07:44 -06:00
..
beacons Added user requirement to the glxinfo beacon 2016-01-07 15:49:32 +01:00
cli Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop 2015-04-16 12:15:44 -06:00
cloud Fix mock patch module name 2015-11-05 10:45:30 -07:00
config Merge branch '2015.8' into '2016.3' 2016-04-05 15:09:27 -06:00
grains Rename core.py to core_test.py 2016-02-24 10:15:01 -07:00
modules Automatically detect correct MySQL password column for 5.7 and fix setting passwords (#32440) 2016-04-11 11:07:44 -06:00
netapi Pylint fix from wierd git behavior 2016-02-22 09:24:13 -07:00
output
pillar Merge remote-tracking branch 'upstream/2015.8' into merge-forward-2016.3 2016-02-11 22:33:49 -07:00
renderers renderers.gpg unit tests: mock gpg command 2016-03-10 10:57:21 -07:00
returners update smtp returner unit tests 2015-05-11 00:23:28 -06:00
runners Revert "Deprecated code removed. " 2016-02-10 11:40:48 -07:00
serializers add deserializer test, fix deserialization 2015-11-15 14:14:42 -06:00
states Changed the target file in file.symlink test (#32443) 2016-04-08 16:00:15 -06:00
templates Derp 2015-06-10 15:50:53 -06:00
transport transport.tcp unit tests: disable hanging tests 2016-03-10 10:57:21 -07:00
utils Merge branch '2015.8' into '2016.3' 2016-04-07 16:28:59 -06:00
__init__.py
auth_test.py Fixed use of assert_has_calls in tests. 2015-11-25 15:31:20 +03:00
client_test.py Skipped test if zeromq is not transport 2016-03-22 16:01:18 -06:00
context_test.py Python3 compat for context_test 2015-10-23 11:30:21 -07:00
crypt_test.py py3: fix salt/crypt.py 2015-06-09 10:19:06 -06:00
daemons_test.py Fix daemons test logger --> log references 2016-03-09 10:51:07 -07:00
files_test.py
highstateconf_test.py Fix test 2015-08-18 08:51:00 -06:00
log_test.py Manual merge of #24414 per thatch45 2015-06-06 07:47:52 -06:00
minion_test.py Fix misc tests 2015-04-07 20:53:27 -07:00
payload_test.py Merge remote-tracking branch 'upstream/2015.5' into merge-forward-develop 2015-06-11 13:15:38 -06:00
pillar_test.py Remove recurse_list from pillar_source_merging_strategy and add pillar_merge_list (bool) instead 2016-01-19 15:06:30 -07:00
pydsl_test.py Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop 2015-12-01 15:31:03 -07:00
pyobjects_test.py Allow recursive salt:// imports 2016-01-20 11:29:00 -08:00
simple.py
spm_test.py Fixup test for spm verbose PR 2015-12-01 11:27:03 -07:00
stateconf_test.py Allow parent relative includes in state files 2015-07-21 16:32:38 +10:00
template_test.py
version_test.py