Commit Graph

79104 Commits

Author SHA1 Message Date
Pedro Algarvio
c545990d07
We get bytes under Py3 2017-03-02 19:56:03 +00:00
Mike Place
8de198f9b1 Merge pull request #39655 from twangboy/win_fix_renderers_tests
Fix renderers tests for Windows
2017-03-02 12:27:26 -07:00
Daniel Wallace
00b8b16716 fix pylint 2017-03-02 13:24:05 -06:00
Pedro Algarvio
661b6416b7
Allow passing a test module path to runtests.py to run its tests
Example:

```
python tests/runtests.py -v tests/integration/states/test_alternatives.py
```
2017-03-02 19:12:43 +00:00
Seth House
c25ffd5d2e Add LocalClient and RunnerClient full_return tests 2017-03-02 11:46:27 -07:00
Seth House
065e24d101 Add full_return support to RunnerClient.cmd_sync to expose exit code 2017-03-02 11:45:12 -07:00
Seth House
e444e7da62 Add full_return argument to LocalClient.cmd to expose exit code 2017-03-02 11:45:12 -07:00
Daniel Wallace
5c978722d3 consolidate test of valid sdb uri 2017-03-02 12:26:28 -06:00
Daniel Wallace
816cfe862a add get_or_set_hash to sdb 2017-03-02 12:25:11 -06:00
Mike Place
e558ce5d23 Merge pull request #39787 from s0undt3ch/features/pytest-salt-daemons
Try to reduce memory consumption during full test runs
2017-03-02 11:17:44 -07:00
Pedro Algarvio
9711f65d70
Try to reduce memory consumption during full test runs 2017-03-02 18:13:54 +00:00
Shane Lee
eb6d317289 Merge branch 'develop' into win_fix_renderers_tests 2017-03-02 10:29:36 -07:00
Mike Place
71410047f0 Merge pull request #39682 from ni3mm4nd/mongodb_user
Add support for user roles in present state
2017-03-02 10:17:38 -07:00
Mike Place
21738a4cf1 Merge pull request #39756 from zhihan/develop
Handle special cases in exit_success
2017-03-02 09:40:48 -07:00
Mike Place
bbbbcd54f2 Merge pull request #39765 from UtahDave/develop
Add another working example to help clarify module.run
2017-03-02 09:25:15 -07:00
Mike Place
e48036a05d Merge pull request #39773 from twangboy/win_file_dacl
Make win_file use the win_dacl salt util
2017-03-02 09:24:50 -07:00
Mike Place
671600ab87 Merge pull request #39785 from techhat/setupshare
Fix paths from SPM files PR
2017-03-02 09:06:43 -07:00
Joseph Hall
829f7008f1 Fill in a couple more spots 2017-03-02 05:27:20 -07:00
Joseph Hall
7ebf1cf104 Fix paths from SPM files PR 2017-03-02 05:17:42 -07:00
Mike Place
2d711782e8 Merge pull request #39736 from techhat/spmstates
Add pre and post states to SPM
2017-03-01 19:57:41 -07:00
Mike Place
7992df44b6 Repr comment 2017-03-01 19:57:13 -07:00
twangboy
7ef41155c0 Make win_file use the win_dacl salt util 2017-03-01 17:57:23 -07:00
Joseph Hall
bdb26ddf83 Create master cache dir 2017-03-01 16:09:13 -07:00
Mike Place
1926e90d47 Merge pull request #39648 from twangboy/win_fix_loader_tests
Fix ext_grains and ext_modules tests for Windows
2017-03-01 15:12:42 -07:00
twangboy
ad654abc20 Clarify the reason for the while loop 2017-03-01 14:00:06 -07:00
twangboy
25b6d221c4 Fix ext_grains and ext_modules tests for Windows 2017-03-01 14:00:06 -07:00
David Boucha
560883c109 fix wording 2017-03-01 13:14:55 -07:00
David Boucha
c557d76fe7 Add another example for a module.run state.
ZD#1162
2017-03-01 13:12:48 -07:00
Joseph Hall
8058bbe6ca Just set all the default minion opts and be done with it 2017-03-01 13:12:18 -07:00
Joseph Hall
925eb7ffea Add environment to test 2017-03-01 12:56:23 -07:00
Mike Place
320b39bc12 Fix broken test and lint issue 2017-03-01 11:57:28 -07:00
Mike Place
2fdbe6f856 Merge pull request #39675 from nv043/cron-range
Added range for minute and hour in cron module
2017-03-01 11:49:23 -07:00
Mike Place
ff59517e2c Merge pull request #39715 from lwh/dockerng_sysctl
Added sysctls to dockerng configuration
2017-03-01 11:48:19 -07:00
Mike Place
2484e52716 Merge pull request #39743 from rallytime/merge-develop
[develop] Merge forward from 2016.11 to develop
2017-03-01 11:46:47 -07:00
Mike Place
8e8300e8c8 Merge pull request #39759 from s0undt3ch/features/pytest-salt-daemons
Update development requirements file
2017-03-01 11:44:29 -07:00
Mike Place
780457f934 Merge pull request #39760 from Ch3LL/2016.11.4_notes
Initial 2016.11.4 Release Notes Doc
2017-03-01 11:43:39 -07:00
Joseph Hall
88a38d5ee9 Add id to test 2017-03-01 11:42:05 -07:00
Joseph Hall
8b8320d56d Add renderer variable to tests 2017-03-01 10:41:52 -07:00
Joseph Hall
829b5b3ab3 It's self.client now, not client 2017-03-01 10:40:31 -07:00
Joseph Hall
bd2e1427ad Add cachedir to test 2017-03-01 10:40:31 -07:00
Joseph Hall
56b8d44c26 Forgot to name a kwarg 2017-03-01 10:40:30 -07:00
Joseph Hall
4f51c67bee Add opts to the template vars 2017-03-01 10:40:30 -07:00
Joseph Hall
255db60f5a Add pre and post states to SPM 2017-03-01 10:40:30 -07:00
Mike Place
96a9ee7c03 Merge pull request #39690 from Prolucid/2016.11
Add act entry when a key is denied
2017-03-01 10:26:18 -07:00
Mike Place
517842a339 Merge pull request #39696 from twangboy/win_fix_returners_tests
Fix job cache tests, add librato return tests
2017-03-01 10:24:59 -07:00
Mike Place
4fc0451d64 Merge pull request #39702 from techhat/spmfiles
Add files section to FORMULA files
2017-03-01 10:18:30 -07:00
Mike Place
539aad1e22 One more single quotes 2017-03-01 10:17:06 -07:00
Mike Place
9087bfd44c Single quotes 2017-03-01 10:15:17 -07:00
Mike Place
0e572e007b Merge pull request #39726 from terminalmage/remove-traceback
Remove ext_pillar traceback from returned error
2017-03-01 10:07:21 -07:00
Mike Place
4a0c2dfcc3 Merge pull request #39725 from bodhi-space/infra4487
INFRA-4487 - 'test=True' should return True rather than None if no changes are scheduled.
2017-03-01 10:02:11 -07:00