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
Pedro Algarvio
aa721e89cf
Fix integration.shell.call.CallTest.test_default_output
.
2013-02-06 05:13:39 +00:00
Pedro Algarvio
df2ac900c3
Fix pydsl unittest skip message + PEP8.
2013-02-06 05:10:47 +00:00
Pedro Algarvio
f43b21516a
Fix salt version unittest.
2013-02-06 04:59:26 +00:00
Denis Generalov
9325ec7bba
Try to make some tests for sysctl module
2013-02-06 00:57:53 +04:00
Thomas S Hatch
f4005c0e0f
Merge pull request #3546 from kjkuan/pydsl_include
...
Add support for #3483
2013-02-04 11:58:22 -08:00
Pedro Algarvio
8f851e0a9a
Renamed environment variable and create directory if it does not exit.
...
New environment variable name is `SALT_XML_TEST_REPORTS_DIR`.
2013-02-02 18:27:59 +00:00
Pedro Algarvio
6efbc51aae
Remove bad xml reports option.
...
* `xmlrunner` proved to be a way better choice than `junitxml` and it's even parsable by Bamboo. The output of `junitxml` is not.
* The output directory can be tweaked with the environment variable `SALT_XML_TEST_REPORTS`.
2013-02-02 18:22:31 +00:00
Pedro Algarvio
b994f3e697
Re-use the same file for JUnit xml text results instead of overriding.
2013-02-01 18:55:34 +00:00
Jack Kuan
b7571dd891
Add support for #3483([pydsl] Import Python definitons from included files).
2013-02-01 12:32:19 -05:00
Pedro Algarvio
17c6151cf8
Add --no-colours
to runtests.py
. Refs #3511 .
2013-01-30 21:01:20 +00:00
Pedro Algarvio
17aee1fc32
Add JUnit compatible xml output to the tests suite.
2013-01-30 20:42:30 +00:00
Pedro Algarvio
ed7c4c97f8
Group parser options.
2013-01-30 20:10:45 +00:00
Thomas S Hatch
a6df51ab1a
Fix test failure due to update in the default nested outputter
2013-01-29 10:23:22 -07:00
Thomas S Hatch
a58202c2f7
Add compound matcher tests
2013-01-29 10:20:02 -07:00
Thomas S Hatch
dd28185763
Merge pull request #3459 from archtaku/tests
...
Add tests for nested grain/pillar matching
2013-01-25 22:24:42 -08:00
Erik Johnson
77eeb47bea
Add tests for nested grain/pillar matching
...
Also added tests for traditional grain matching when target grain is a
list.
2013-01-26 00:13:51 -06:00
Thomas S Hatch
4c95f0e0ea
fix #3449
2013-01-25 21:16:11 -07:00
Jack Kuan
0976f42410
Fix test case skipping logic: if < py2.7 then no OrderedDict, so skip.
...
For ordered execution, PyDSL requires py2.7 or above. Although, it's
possible to make it work with a third-party OrderedDict implementation
like the yaml renderer does..., this is not bothered here.
2013-01-24 12:21:54 -05:00
Pedro Algarvio
eb38c4de5f
Fix supervisor test.
2013-01-23 23:23:05 +00:00
Pedro Algarvio
34522907e8
One more grain.item
fix to comply with new dict output.
2013-01-23 23:00:19 +00:00
Pedro Algarvio
0207416f3c
Conform with the dict return type for 'salt.modules.grains.item'.
2013-01-23 22:51:45 +00:00
Jack Kuan
5ad5cd9b6e
Fix a bug in the pydsl test case.
2013-01-21 10:27:06 -05:00
Thomas S Hatch
99172816ea
Merge pull request #3329 from mjarco/fix-config-options-defaults
...
Default options were never returned if omit_pillar flag was set to false (or unset)
2013-01-20 20:17:39 -08:00
Jack Kuan
897f877bed
Added docs for pydsl and fixed a syntax inconsistency.
2013-01-20 01:21:05 -05:00
Pedro Algarvio
3629fe88c0
Fix tests.unit.pydsl_test
and tests.unit.stateconf_test
.
...
No more errors are shown because the configuration files are not readable, and in fact, the minion configuration can be use, unlike what was said in the comment.
2013-01-20 04:09:07 +00:00
Thomas S Hatch
86ed822148
Single quotes
2013-01-19 18:22:54 -07:00
Michał Jarco
77f898b0cb
Simplistic tests (still better than none)
2013-01-19 15:02:06 +01:00
Pedro Algarvio
09bba5b054
git describe sha signatures have a length of 8 chars.
2013-01-19 05:07:41 +00:00
Pedro Algarvio
7694829219
Also include the number of commits after the found tag.
2013-01-19 04:38:36 +00:00
Pedro Algarvio
d3391f4db0
Harden git describe
parsing so it does not fail on awkward situations.
...
This issue came up because a user is using custom tags and git describe for him is something like `debian/0.11.1+ds-1-3-ga0afcb`.
Added unittests for this.
2013-01-19 02:31:00 +00:00
Thomas S Hatch
08471effee
Merge pull request #3320 from kjkuan/pydsl-updates
...
Pydsl updates
2013-01-18 11:27:16 -08:00
Jack Kuan
a678901c48
Fix test cases for py2.6.
2013-01-18 14:14:42 -05:00
Jack Kuan
9c35844c56
Make pydsl work with stateconf.
...
- Added implicit ordering to pydsl.(turned on via __pydsl__.set(ordered=True))
- Fixed a KeyError bug in stateconf renderer that happens during id renaming.
- The stateconf renderer now generates a no-op start state as the
"first" state in a sls file.(enabled via -s)
- Made the stateconf renderer take high state input via the new -p
option, so we can pipe pydsl output into it.
- Added more and fixed some test cases for stateconf and pydsl.
2013-01-18 12:34:56 -05:00
Thomas S Hatch
e354080dd7
don explicitly add node on eventlisten
2013-01-17 14:00:53 -07:00
Thomas S Hatch
bbad93c386
Add skipif to a test that requires root
2013-01-17 13:29:49 -07:00
Pedro Algarvio
dcb8477f7d
Fix phrasing.
2013-01-16 00:11:48 +00:00
Pedro Algarvio
d2f5461a09
Fix the test skip in case of a lower git describe parsed version info.
2013-01-16 00:02:20 +00:00