Commit Graph

23149 Commits

Author SHA1 Message Date
Thomas S Hatch
4b813e59f9 Merge pull request #8837 from micahhausler/develop
Fixes #8836 - Add env param/documentation to cmd.wait
2013-11-26 14:31:05 -08:00
Thomas S Hatch
eaaebd7f1e Merge pull request #8835 from blakfeld/develop
Added documentation on how to have a job run 'every x minutes'
2013-11-26 14:30:18 -08:00
Thomas S Hatch
3ee05e605a Merge pull request #8839 from cachedout/mysql-unit-tests
MySQL execution module unit testing.
2013-11-26 14:28:32 -08:00
Mike Place
ad3a4e11b3 Oops. Didn't see the naming scheme for unit tests. 2013-11-26 15:27:43 -07:00
Mike Place
3326dbfd98 First-pass at establishing a unit-testing framework for the mysql execution module. 2013-11-26 15:16:42 -07:00
shadowfax-chc
19294b58c0 Added missing closes to hgfs.
This should resolve #8811 and possibly #8810.
2013-11-26 16:28:48 -05:00
micahhausler
9cd04061cb Fixes #8836 - Add env param/documentation to cmd.wait 2013-11-26 16:21:14 -05:00
Thomas S Hatch
eb9ba6fda0 Merge pull request #8756 from s0undt3ch/issues/8343-require_in-KeyError
Fix accomulator issues
2013-11-26 13:18:49 -08:00
Corwin Brown
7ca33e8f9d Added documentation on how to have a job run 'every x minutes' 2013-11-26 13:40:58 -06:00
Thomas S Hatch
079c849adf Merge pull request #8834 from cro/dockerio_cleanup
Add some tests for docker integration.
2013-11-26 11:18:22 -08:00
C. R. Oldham
10ef0de5f6 Add some tests for docker integration. 2013-11-26 12:13:25 -07:00
Pedro Algarvio
6488c85fd6 Add __lowstate__ and __running__ to both PyLint rc's 2013-11-26 19:11:38 +00:00
David Boucha
fd5fb74c2d Merge pull request #8831 from UtahDave/develop
Update Reactor docs
2013-11-26 09:22:37 -08:00
David Boucha
85cff94b56 Update Reactor docs 2013-11-26 10:21:57 -07:00
David Boucha
4c9237930b Merge pull request #8830 from UtahDave/develop
refix pylint error
2013-11-26 08:23:10 -08:00
David Boucha
92c51c2126 refix pylint error 2013-11-26 09:22:38 -07:00
David Boucha
f93b898348 Merge pull request #8829 from UtahDave/develop
fix pylint errors.  Need space after each arg
2013-11-26 08:16:36 -08:00
David Boucha
2c1acf455b fix pylint errors. Need space after each arg 2013-11-26 09:15:51 -07:00
Thomas S Hatch
dcee8a9b80 Don't need the plus sign here 2013-11-26 09:03:20 -07:00
Thomas S Hatch
5637339b2c Merge pull request #8823 from regilero/requisites-fix
Fix #8773: allow syntax error state.foo in requisites with a warning.
2013-11-26 08:07:40 -08:00
David Boucha
108bb928b0 Merge pull request #8828 from UtahDave/develop
fix typo
2013-11-26 08:07:23 -08:00
David Boucha
17924e89a2 fix typo 2013-11-26 09:06:48 -07:00
Thomas S Hatch
25dcbefb9c Merge pull request #8820 from terminalmage/tests
Add pkgrepo tests for CentOS
2013-11-26 08:05:34 -08:00
Joseph Hall
7df6ec841c Merge pull request #8824 from tibbes/fix-keystone-auth
Fix two bugs in keystone module
2013-11-26 06:28:06 -08:00
Joseph Hall
a0855babef Merge pull request #8825 from s0undt3ch/develop
Minor typo fixes.
2013-11-26 06:20:46 -08:00
Pedro Algarvio
317e2b20c9 Save CPU cycles on the deep copy calls. 2013-11-26 13:36:42 +00:00
Pedro Algarvio
d00b0d1138 Default values for chunks and running should be None.
Refs the `state.low` and `state.high` salt module functions which do not have, not provide such context.
2013-11-26 13:33:55 +00:00
Pedro Algarvio
21f0a43331 Minor typo fixes. 2013-11-26 13:00:47 +00:00
Pedro Algarvio
b5b670cc63 Merge pull request #8822 from regilero/requisites-tests
Remove use inheritance Requisites tests
2013-11-26 04:49:23 -08:00
Pedro Algarvio
7ea6011987 Additionally pass the running and the lowstate dicts.
Additionally bring the running and the `lowstate` dictionaries into the state function global context.
2013-11-26 12:43:29 +00:00
regilero
4497751420 Fix #8773: allow syntax error state.foo in requisites with a warning. 2013-11-26 11:57:09 +01:00
Julian Tibble
b4cbeb8580 Fix two bugs in keystone module
(1) If a profile was passed to keystone.auth(...), it loaded values
    from the configuration profile specified, but then immediately
    overwrote them.

(2) The same method function set kw_args[True] = True, rather than the
    intended kw_args['insecure'] = True
2013-11-26 10:46:47 +00:00
regilero
409eb754d8 Merge remote-tracking branch 'upstream/develop' into requisites-tests 2013-11-26 10:57:01 +01:00
regilero
9094d36b44 Comment tests for closed issue #8802 2013-11-26 10:54:32 +01:00
regilero
ab88a276dc remove test for issue #8976 closed as expected behavior 2013-11-26 10:51:47 +01:00
Pedro Algarvio
5e2b208cd0 Renamed __state__ to __low__. 2013-11-26 09:25:00 +00:00
Thomas S Hatch
6921bb1a72 Start on writing tests tutorial 2013-11-25 17:13:48 -07:00
Erik Johnson
05de056df0 Add an assert to ensure that the state.sls return dict isn't empty 2013-11-25 17:41:03 -06:00
Erik Johnson
1c9f2fc224 Remove grains requirement
I had this code here in an early draft of this test, but the grains are
no longer needed here as the stuff that requires grains has been moved
out of the test function and into the SLS files that are run by the
test.
2013-11-25 17:30:18 -06:00
Erik Johnson
a77357f01d Fix pkgrepo tests when python file is run by itself on CLI 2013-11-25 17:27:26 -06:00
Thomas S Hatch
99e0d89b6a Update wheen return api for consistency 2013-11-25 16:25:41 -07:00
Erik Johnson
c2e346835c Add pkgrepo tests for CentOS
Ubuntu ones will follow soon.
2013-11-25 17:20:32 -06:00
Thomas S Hatch
822113fa6c Merge pull request #8813 from cachedout/#8690
Log warning if grains file contains errors.
2013-11-25 14:52:46 -08:00
David Boucha
f99ec2e388 Merge pull request #8814 from UtahDave/develop
fix pylint error. missing hard return
2013-11-25 13:25:24 -08:00
David Boucha
86686e093e fix pylint error. missing hard return 2013-11-25 14:24:57 -07:00
Mike Place
f5920c1106 Pylint fix. 2013-11-25 14:13:40 -07:00
Thomas S Hatch
932712afb9 Merge pull request #8808 from cachedout/#8702
Passing unix_socket into MySQL exec module.
2013-11-25 13:08:08 -08:00
Thomas S Hatch
a0f33a2979 Merge pull request #8798 from regilero/requisites-tests
Requisites tests
2013-11-25 13:07:23 -08:00
Thomas S Hatch
9c3685387f Merge pull request #8794 from wunki/pw_user-chhome
BUGFIX: Argument order `pw usermod` command.
2013-11-25 12:52:04 -08:00
Thomas S Hatch
08be9bd47d Merge pull request #8790 from miroswan/fixed-launchctl-module
Fixed launchctl module
2013-11-25 12:51:23 -08:00