Jim Dalton
|
316a7d9d2d
|
Add tests for states.svn. Ensure svn.latest includes changes in return
|
2013-03-16 07:33:04 -07:00 |
|
Roberto Aguilar
|
9631a63cb6
|
Added show_diff kwarg to file.managed.
This can be set on a per-file basis so that potentially-sensitive
content can be omitted from logs.
|
2013-03-13 11:07:56 +00:00 |
|
Pedro Algarvio
|
a639b0f0e6
|
Merge branch 'develop' of github.com:saltstack/salt into hotfix/fix-travis-again
|
2013-03-13 01:32:49 +00:00 |
|
Pedro Algarvio
|
c0ead8b2dc
|
Fix a misplaced continue on the grains matching logic which caused a traceback.
```
[21:18:46,004 [salt.utils.minions :200 ][ERROR ] Failed matching available minions with grain pattern: planets:saturn
Traceback (most recent call last):
File "/home/ubuntu/salt/salt/utils/minions.py", line 197, in check_minions
}[expr_form](expr)
File "/home/ubuntu/salt/salt/utils/minions.py", line 119, in _check_grain_minions
str(match.lower()),
AttributeError: 'list' object has no attribute 'lower'
```
|
2013-03-13 01:02:15 +00:00 |
|
Colton Myers
|
b473e6882f
|
Remove empty group tests (you can't have a user in no groups)
|
2013-03-12 15:19:03 -06:00 |
|
Roberto Aguilar
|
f3b46d7460
|
Fixed tabs
|
2013-03-12 11:20:54 -07:00 |
|
Roberto Aguilar
|
18ba416554
|
Added default runas for postgres functions.
On BSD the default runas user is pgsql, on other systems it's postgres.
|
2013-03-12 18:10:46 +00:00 |
|
Pedro Algarvio
|
e052116d32
|
Add back test_user_if_present_with_gid .
Some systems have the nobody user with the nogroup instead of nobody as it's group.
|
2013-03-12 07:22:52 +00:00 |
|
Thomas S Hatch
|
4720093d66
|
Remove faulty test
Can't pass a group name in as the gid, a gid is required
|
2013-03-12 00:11:48 -06:00 |
|
Thomas S Hatch
|
dbd0b386dc
|
single quotes
|
2013-03-12 00:00:30 -06:00 |
|
Thomas S Hatch
|
a4ca7a5f6f
|
Change to a symlink that does not exist
|
2013-03-11 23:44:31 -06:00 |
|
Thomas S Hatch
|
d70ecc8387
|
Update doc test to -d changes
|
2013-03-11 23:27:18 -06:00 |
|
Pedro Algarvio
|
acb866762e
|
Fix expected comment in testcase states.pip.PipStateTest.test_pip_installed_weird_install .
|
2013-03-12 04:03:12 +00:00 |
|
Thomas S Hatch
|
0d8574344d
|
stub out event fireing test until we can acertain what is wrong
The events are getting cleanly fired, but the test is failing....
|
2013-03-11 17:09:56 -06:00 |
|
Roberto Aguilar
|
37be12ed37
|
Updated environment test to use mock library.
|
2013-03-11 21:54:10 +00:00 |
|
Pedro Algarvio
|
cf75fc4ffb
|
Fix the sysmod examples regular expression to accept both examples and Examples .
|
2013-03-09 16:07:19 +00:00 |
|
Jeroen Dekkers
|
b40242e409
|
Make ssh key regular expression more strict
|
2013-03-08 15:01:58 +01:00 |
|
Roberto Aguilar
|
f942ed6097
|
Added test for clean environment.
|
2013-03-02 23:04:04 -08:00 |
|
Jack Kuan
|
deee61c51a
|
Fix a regression in the stateconf renderer and updated docs.
|
2013-03-01 09:35:45 -05:00 |
|
Pedro Algarvio
|
fc44fde3e3
|
Improve example matching.
|
2013-02-17 13:23:51 +00:00 |
|
Pedro Algarvio
|
94455dace6
|
Show useful information from the failing test.
|
2013-02-17 12:52:36 +00:00 |
|
Pedro Algarvio
|
1795fbe591
|
Commented out test case which is failing since 209c566010 . @vlaci could you have a look please?
|
2013-02-17 12:05:11 +00:00 |
|
Roberto Aguilar
|
c0c67a7509
|
Added test for limit in file.sed.
|
2013-02-13 14:36:34 -08:00 |
|
Jack Kuan
|
ede7d9a762
|
Added doc for render time state execution and also fixed a bug with the feature.
|
2013-02-10 00:37:31 -05:00 |
|
Jack Kuan
|
fa7e327baf
|
Fix the merge conflicts in tests/unit/pydsl_test.py
|
2013-02-09 21:28:35 -05:00 |
|
Thomas S Hatch
|
f65626db0b
|
Update pydsl tests, still failing though
|
2013-02-09 15:07:59 -07:00 |
|
Thomas S Hatch
|
e63a01f853
|
Add docstring
|
2013-02-09 14:41:16 -07:00 |
|
Thomas S Hatch
|
ace2aade9f
|
Fix binary file issue from merge
|
2013-02-09 14:40:31 -07:00 |
|
Thomas S Hatch
|
858e86d597
|
Merge branch 'pydsl_compile_time_state_execution' of git://github.com/kjkuan/salt into kjkuan-pydsl_compile_time_state_execution
Conflicts:
tests/unit/pydsl_test.py
|
2013-02-09 14:31:36 -07:00 |
|
Jack Kuan
|
106cc0aa0e
|
Move the pydsl module into salt/utils/.
|
2013-02-08 17:49:21 -05:00 |
|
Thomas S Hatch
|
68b5d29ea6
|
Get tests runnign until pydsl migration is complete
|
2013-02-08 13:21:35 -07:00 |
|
Thomas S Hatch
|
3719982399
|
stub out another event test that needs refinement
|
2013-02-08 13:14:45 -07:00 |
|
Thomas S Hatch
|
107b97e952
|
Add test to verify loader modules
|
2013-02-08 11:14:22 -07:00 |
|
Thomas S Hatch
|
3d006ddd1c
|
Stub out unreliable event test until it can be stabalized
|
2013-02-08 11:07:40 -07:00 |
|
Thomas S Hatch
|
42024cab39
|
Clean out unused code
|
2013-02-08 10:57:20 -07:00 |
|
Thomas S Hatch
|
3d1cf71a77
|
Combine compound matcher tests
|
2013-02-08 10:57:20 -07:00 |
|
Thomas S Hatch
|
2edd526c71
|
Remove unused import
|
2013-02-08 10:57:20 -07:00 |
|
Colton Myers
|
bae02c930e
|
Add None checks for eventfired in event.py
|
2013-02-07 17:51:32 -07:00 |
|
Thomas S Hatch
|
5b16fed6cc
|
remove unused import
|
2013-02-07 17:39:20 -07:00 |
|
Thomas S Hatch
|
8fb36351b3
|
remove unused import
|
2013-02-07 17:38:36 -07:00 |
|
Thomas S Hatch
|
52be720d62
|
Remove unused grains lookup
|
2013-02-07 17:37:13 -07:00 |
|
Colton Myers
|
37b025490b
|
Fix indent style issue
|
2013-02-07 17:31:10 -07:00 |
|
Colton Myers
|
53f1c86013
|
Add pip.py test for upgrading packages
|
2013-02-07 17:31:10 -07:00 |
|
Thomas S Hatch
|
b86a8d6da8
|
Pylint cleanup for salt log tests
|
2013-02-07 15:50:43 -07:00 |
|
Thomas S Hatch
|
c5f5bd1e99
|
Fix tests to better reflect doc matching updates
|
2013-02-07 15:11:42 -07:00 |
|
Thomas S Hatch
|
8dadd37e0c
|
Fix the sockdir path in eventlisten
|
2013-02-07 12:37:18 -07:00 |
|
Thomas S Hatch
|
4ec6722103
|
revert cmd_yaml change that broke basic functionality
|
2013-02-06 13:03:34 -07:00 |
|
Thomas S Hatch
|
47e08fc4fa
|
Remove failing test, I am not sure how it ever passed...
|
2013-02-06 12:48:33 -07:00 |
|
Thomas S Hatch
|
59c4fdaf39
|
Merge pull request #3610 from s0undt3ch/develop
Fix test case and skip message.
|
2013-02-06 08:45:42 -08:00 |
|
Thomas S Hatch
|
5f0fc3a230
|
Merge pull request #3608 from s0undt3ch/issues/2587
Provide the information of git describe in a module when installing salt
|
2013-02-06 08:43:21 -08:00 |
|