mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
37e16cd191
This fixes an issue with the groupadd integration tests. There were two tests failing on CentOS 7 that check to ensure that the gid for the newly added system group is between the gid_min and gid_max values. These checks were failing because the test gid was an int, but the compairison gids (min and max values) were strings, depending on the distro. This change ensures that we're compairing ints across the board. |
||
---|---|---|
.. | ||
integration | ||
kitchen | ||
perf | ||
pkg/rpm | ||
support | ||
unit | ||
utils | ||
__init__.py | ||
buildpackage.py | ||
committer_parser.py | ||
conftest.py | ||
consist.py | ||
eventlisten.py | ||
eventlisten.sh | ||
jenkins.py | ||
minionswarm.py | ||
modparser.py | ||
packdump.py | ||
runtests.py | ||
salt-tcpdump.py | ||
saltsh.py | ||
wheeltest.py | ||
whitelist.txt | ||
zypp_plugin.py |