salt/tests/unit
Christophe Drevet-Droguet 9a268e05d6 mount exec module: resolve user/group names in opts
In relation to #25293, it solves the improbable case where the OS returns the
mount options as names instead of numeric ids. The module converts these names
to numeric ids before returning the opts.

This is done only for uid= and gid= opts, for now. It can be extended to others.
2015-12-08 12:43:47 +01:00
..
beacons Removed global in favour of updating a dictionary 2015-11-30 20:29:53 +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 Adjust test for syndic config 2015-12-02 09:35:48 -07:00
modules mount exec module: resolve user/group names in opts 2015-12-08 12:43:47 +01:00
netapi Add support for cors preflight request for parametrized urls 2015-11-10 18:37:03 +01:00
output Remove test as well 2015-02-07 11:57:40 -08:00
pillar More test fixes 2015-07-22 10:40:49 -05:00
renderers rewrite GPG unit tests 2015-11-16 09:36:29 -07:00
returners update smtp returner unit tests 2015-05-11 00:23:28 -06:00
runners cache runner test: add new unit tests 2015-11-18 16:33:46 -07:00
serializers add deserializer test, fix deserialization 2015-11-15 14:14:42 -06:00
states mount state module: uid/gid verification with names 2015-12-08 12:43:46 +01:00
templates Derp 2015-06-10 15:50:53 -06:00
transport Skipping Async tests 2015-09-24 13:41:58 -06:00
utils Catch ValueError on timeout on non-existing key 2015-12-01 10:30:45 -08: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 Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop 2015-03-16 15:12:02 -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
files_test.py Py3 compatibility fixes 2015-01-30 22:25:10 +00:00
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 Unit test for merging included pillars. 2015-10-28 21:45:26 +01: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 Fix loader call in pyobjects 2015-06-18 09:11:45 -06:00
simple.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
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 Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
version_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00