salt/tests/support
Erik Johnson 8b16300495
Fix some regressions in recent legacy git_pillar deprecation
These didn't get caught in PR 42823 because of how we invoke the
git_pillar code. Firstly, the "pillar" argument needed to stay. This is
because even though we're not using it, _external_pillar_data() is still
passing it now that git_pillar is not specially invoked there.
Secondly, since the input comes in as a list, and _external_pillar_data
uses single-asterisk expansion, the repos are passed separately when
they should be passed as a single list. To fix these issues, I've done
the following:

1. Re-introduced the "pillar" argument in git_pillar's ext_pillar
   function.
2. Changed the "pillar" variable to avoid confusion with the (unused)
   "pillar" argument being passed in.
3. Instead of git_pillar accepting the repos as a list, the ext_pillar
   function now uses single-asterisk expansion to make it conform with
   how _external_pillar_data() invokes it.
2017-09-26 16:12:55 -05:00
..
ext Move whatever we need from salttesting to salt. 2017-02-28 22:52:49 +00:00
parser Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
__init__.py Moved some test supporting modules to tests/support 2017-02-28 22:52:48 +00:00
case.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
cherrypy_testclasses.py Use setUpClass instead of __init__ 2017-04-28 13:33:37 +01:00
cptestcase.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
gitfs.py Fix some regressions in recent legacy git_pillar deprecation 2017-09-26 16:12:55 -05:00
helpers.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
mixins.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
mock.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
paths.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
processes.py Merge pull request #41617 from cro/n_proxy_tests 2017-06-15 12:07:29 -05:00
runtests.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
unit.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
xmlunit.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00