salt/tests
Erik Johnson 1fcb0ff264
Fix edge case when minion ID is a 16-character string
Some code in salt._compat which checks if the value is a packed binary
representation of an IPv6 address fails if the value passed is not a
bytestring (i.e. a `unicode` type on PY2 or `str` type on PY3). This
fixes that code when the minion ID is a 16-character string (not a
bytestring). Note that the minion ID will never be a bytestring as of
2018.3.0, so this affects any 16-character minion ID when the minion ID
is checked to see if it is really an IP address.
2019-03-01 10:52:03 -05:00
..
integration Merge branch '2018.3' into merge-2018.3.4 2019-02-20 01:13:19 -07:00
kitchen Fixing various lint errors. 2018-12-20 16:19:01 -08:00
perf Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
pkg/rpm
support Use the code directory instead of cwd for python path 2019-02-11 17:13:07 -07:00
unit Fix edge case when minion ID is a 16-character string 2019-03-01 10:52:03 -05:00
utils Move test case to the unit tests 2018-01-26 10:34:31 +01:00
__init__.py
buildpackage.py
committer_parser.py Fixing various lint errors. 2018-12-20 16:19:01 -08:00
conftest.py fix use of virtualname 2019-02-19 13:16:06 -06:00
consist.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
eventlisten.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
eventlisten.sh
filename_map.yml Merge branch '2018.3' into virtualnames 2019-02-19 16:59:42 -06:00
jenkins.py Fixing various lint errors. 2018-12-20 16:19:01 -08:00
minionswarm.py Fixing various lint errors. 2018-12-20 16:19:01 -08:00
modparser.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
packdump.py
runtests.py Don't run unit or integration tests unnecessarily 2018-10-23 14:21:21 -05:00
salt-tcpdump.py Fixing various lint errors. 2018-12-20 16:19:01 -08:00
saltsh.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
tox-helper.py Run tests from tox, wether runtests or pytest 2019-01-25 13:00:02 +00:00
wheeltest.py
whitelist.txt adding integration.scheduler.test_helpers to various files to by pass the test_module_name_source_match check. 2019-02-13 09:27:55 -08:00
zypp_plugin.py