summaryrefslogtreecommitdiff
path: root/test/integration/targets/config
Commit message (Collapse)AuthorAgeFilesLines
* [stable-2.9] Normalize ConfigParser between Python2 and Python3 (#73715) ↵Matt Martz2021-03-072-4/+9
| | | | | | | | | | | | | | (#73724) * [stable-2.9] Normalize ConfigParser between Python2 and Python3 (#73715) * Normalize config parser between py2 and py3 * Add tests and changelog * Use different config entry, since we supply certain env vars. (cherry picked from commit 950ab74758a6014639236612594118b2b6f4751e) Co-authored-by: Matt Martz <matt@sivel.net>
* Fix missing quoting for remote_tmp in second mkdir of shell module. Issue ↵Baptiste Mille-Mathias2020-08-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | #69577 (#69578) (#70758) * Fix missing quoting for remote_tmp in second mkdir of shell module. Issue #69577 * adding changelog * fixing typo in changelog entry * adding test case Adding test case written by bmillemayhias. * using $HOME instead of ~ * fixing commit measage * Update 69578-shell-remote_tmp-quoting.yaml Co-authored-by: Brian Kohles <me@briankohles.com> (cherry picked from commit 77d0effcc5b2da1ef23e4ba32986a9759c27c10d) Co-authored-by: Brian Kohles <briankohles@users.noreply.github.com>
* Fix integration tests to support remote hosts.Matt Clay2019-01-241-2/+2
|
* More specificity in errors for cfg mgr (#48995)Brian Coca2018-12-101-1/+1
| | | | | * More specificity in errors for cfg mgr
* better handling of bad type in config (#48821)Brian Coca2018-11-192-0/+11
* better handling of bad type in config fixes #22468, fixes #22476