Thomas S Hatch
26a3eb1ec8
remove test for not yet covered case
2013-12-19 14:27:40 -07:00
Thomas S Hatch
a5f7360d22
Merge pull request #9307 from olliewalsh/client_timeouts
...
Fix client timeout issues
2013-12-19 09:23:54 -08:00
Thomas S Hatch
7fbe83a8bb
Merge pull request #9305 from s0undt3ch/hotfix/missing-exsel-keyerror-2
...
`exsel` matching is no longer supported
2013-12-19 08:51:48 -08:00
Pedro Algarvio
8034d126e2
Merge pull request #9335 from cachedout/ps-unit-tests
...
Correct failure when psutil is not installed. Also some minor reformatting.
2013-12-18 08:36:38 -08:00
Mike Place
bd2ec30682
Correct failure when psutil is not installed.
...
Reformatting.
2013-12-18 09:25:04 -07:00
Pedro Algarvio
c1107f22fe
Merge pull request #9330 from cachedout/ps-unit-tests
...
Unit testing cron exec module.
2013-12-17 16:25:51 -08:00
Mike Place
d8facc96a4
Unit testing cron exec module.
2013-12-17 15:59:57 -07:00
Colton Myers
5b4d47fb10
Merge pull request #9320 from cachedout/ps-unit-tests
...
More ps exec module unit tests.
2013-12-17 14:11:29 -08:00
Mike Place
d7b7ad3b9f
More ps exec module unit tests.
2013-12-17 11:23:49 -07:00
Mathieu Le Marec - Pasquet
bb7f5247d3
according buildout tests
2013-12-17 04:36:36 +01:00
Ollie Walsh
14da357576
Increase master timeout during tests now that it is not incorrectly incrementing
2013-12-17 01:49:08 +00:00
Pedro Algarvio
68d7cc074b
exsel
matching is no longer supported.
2013-12-17 01:01:49 +00:00
Mike Place
20ab5b2d23
Lint.
2013-12-16 17:09:49 -07:00
Mike Place
26aa30393e
Unit testing of ps exec module.
...
Seemed like this would be sort of mundane but there are actually a few dragons here.
Unit testing turned up the fact that we make use of methods in psutil that are deprecated!
2013-12-16 17:05:53 -07:00
Pedro Algarvio
0d81bb6416
The SaltTesting parser no longer supports HTML reports.
2013-12-16 00:14:58 +00:00
Pedro Algarvio
fe7ab946d5
Make it run --docked
.
2013-12-14 19:00:01 +00:00
Pedro Algarvio
c65d6ea523
Use salt.utils.fopen
2013-12-14 18:35:13 +00:00
Pedro Algarvio
8f8f8bfc4a
Formatting and requirements fixes.
2013-12-14 18:31:40 +00:00
Pedro Algarvio
4bbd0c512d
Too much white-space added.
2013-12-14 17:42:51 +00:00
Pedro Algarvio
82973662e9
Disable the VT test, the code ain't mature enough.
2013-12-14 17:37:06 +00:00
Pedro Algarvio
3f5b5cac4f
The overstate tests should now pass.
2013-12-14 17:26:38 +00:00
Pedro Algarvio
1ce8d1f273
Overstate unit tests now use a valid testing configuration
...
The overstate unit tests relied on some know directories created which exist when salt is installed in the current system using the regular paths.
2013-12-14 17:16:08 +00:00
Pedro Algarvio
f29eaab3a0
Even more set
's!
2013-12-14 00:52:39 +00:00
Pedro Algarvio
54c2a4e6c5
Missed some more set
occurrences.
2013-12-14 00:46:51 +00:00
Pedro Algarvio
b7b99a3a06
Let's see if PyLint stops complaining.
2013-12-14 00:40:34 +00:00
Pedro Algarvio
7c2e24e8bb
Make it a dictionary, not a set()
(py >= 2.7).
2013-12-14 00:35:07 +00:00
Thomas S Hatch
1216169d00
pylint
2013-12-13 16:32:08 -07:00
Thomas S Hatch
0569fd06de
pytlint
2013-12-13 16:30:47 -07:00
Seth House
7cfaca6ddb
Add basic lowdata test for master_call
2013-12-13 16:00:34 -07:00
Seth House
f4ea6c2026
Added integration tests for two functions in the key wheel module
2013-12-13 16:00:19 -07:00
Seth House
932cd9708a
Added new TestCase for testing the *Client interfaces
2013-12-13 16:00:19 -07:00
Thomas S Hatch
49f4ae324f
Changed underlying error message to be more concise
2013-12-13 15:27:44 -07:00
Thomas S Hatch
f8de5141ae
fix syntax error
2013-12-13 15:25:35 -07:00
Thomas S Hatch
476f0b8a25
Apply yaml_utf8 to test config
2013-12-13 15:20:50 -07:00
Thomas S Hatch
26ec36144d
Add support for testign against python 2.6
2013-12-13 15:09:52 -07:00
Thomas S Hatch
c035100a6c
Merge pull request #9223 from kaithar/feature/expose-global-highstate
...
Expose global highstate for the benefit of pydsl
2013-12-13 13:09:21 -08:00
Thomas S Hatch
ecca2659ba
Merge pull request #9222 from cachedout/overstate_test
...
Overstate test
2013-12-13 13:03:53 -08:00
Mike Place
7e2c897a36
Check successful prereq
2013-12-13 11:59:37 -07:00
Mike Place
82e0e2efe0
Check failed prereqs.
2013-12-13 11:50:51 -07:00
Mike Place
827514098f
More tests.
2013-12-13 09:45:05 -07:00
Pedro Algarvio
27a32c5849
Catch the proper exception. White-space fixes.
2013-12-13 08:12:00 +00:00
Kaithar
b1ac292873
Made state_highstate more useful.
2013-12-13 05:47:25 +00:00
Kaithar
5836b1b040
Missing newline
2013-12-13 04:53:47 +00:00
Kaithar
866bc66bac
Unit test for including a state multiple times using pydsl.
2013-12-13 05:41:38 +00:00
Thomas S Hatch
444b203072
Pass the psudo funcs into the renderer
2013-12-12 21:47:42 -07:00
Thomas S Hatch
39e849c314
pylint fixes
2013-12-12 20:51:28 -07:00
Mike Place
f42a956f42
Pylint
2013-12-12 17:06:12 -07:00
Mike Place
93129d8758
Laying the groundwork for overstate unit testing.
2013-12-12 17:04:40 -07:00
Thomas S Hatch
781bfe2455
remove reduntant faulty test
2013-12-12 15:18:36 -07:00
Thomas S Hatch
ea22369481
lint fixes for mysql tests
2013-12-12 15:13:20 -07:00