Thomas S Hatch
|
2bb2d956c1
|
Merge pull request #10595 from rallytime/mac_user_test
Started testing mac_user module
|
2014-02-19 15:16:33 -07:00 |
|
rallytime
|
1e5d502d8a
|
Started testing mac_user module
|
2014-02-19 14:10:52 -07:00 |
|
rallytime
|
56e89ac1f2
|
final tests for dnsutil
|
2014-02-18 12:36:09 -07:00 |
|
rallytime
|
94128532d2
|
started new dnsutil_test
|
2014-02-18 10:45:43 -07:00 |
|
rallytime
|
e8fbd5cd01
|
import fix
|
2014-02-14 13:06:58 -07:00 |
|
rallytime
|
9c4dd8232a
|
Merge branch 'develop' of https://github.com/saltstack/salt into dnsutil_test
|
2014-02-14 12:54:00 -07:00 |
|
Thomas S Hatch
|
e6b0a27281
|
Merge pull request #10403 from terminalmage/10367
dig.SPF fixes
|
2014-02-14 12:52:00 -07:00 |
|
rallytime
|
d03b816c5b
|
Merge branch 'develop' of https://github.com/saltstack/salt into dnsutil_test
|
2014-02-14 12:45:22 -07:00 |
|
rallytime
|
20cb9de36f
|
One more dnsutil test
|
2014-02-14 12:42:59 -07:00 |
|
Erik Johnson
|
a263a088e5
|
fix pylint (add blank line)
|
2014-02-13 13:34:53 -06:00 |
|
Erik Johnson
|
90304e05ee
|
Fix dig tests
Added a side_effect function to allow for testing of recursive functions
in the SPF tests. Also enabled all skipped tests as they now all pass.
|
2014-02-13 12:38:11 -06:00 |
|
Erik Johnson
|
5c446c50dd
|
Fixed unit tests
Had to skip two tests because I don't know how to mock properly when
recursion is involved.
Also made some PEP8 fixes.
|
2014-02-12 20:17:52 -06:00 |
|
Thomas S Hatch
|
ae961b689d
|
remove unused import
|
2014-02-12 16:02:21 -07:00 |
|
rallytime
|
661ed0ef2d
|
Started testing dnsutil
|
2014-02-12 14:53:58 -07:00 |
|
rallytime
|
2035e7d153
|
Added S0undt3ch's skipIf suggestion
|
2014-02-12 11:04:35 -07:00 |
|
rallytime
|
1b55edd4fb
|
We cannot use the requires_salt_modules decorator because we do not inherit from an integration test class.
|
2014-02-12 10:36:22 -07:00 |
|
Pedro Algarvio
|
9452fa25a3
|
Skip tests if mock not available, make use of helpers
|
2014-02-12 15:42:51 +00:00 |
|
Pedro Algarvio
|
720a094142
|
Fix lint issues and make use of the helpers.
Double to single quotes.
|
2014-02-12 15:32:55 +00:00 |
|
Thomas S Hatch
|
5239c8b192
|
Merge pull request #10337 from bemehow/blockdev
blockdev state, module and test
|
2014-02-11 15:25:23 -07:00 |
|
rallytime
|
c2f8f2bfa0
|
all methods in dig.py are tested
|
2014-02-11 15:07:42 -07:00 |
|
rallytime
|
446cf9b6d4
|
code cleanup
|
2014-02-11 14:30:07 -07:00 |
|
rallytime
|
f14469bb77
|
small lint fix
|
2014-02-11 14:24:10 -07:00 |
|
rallytime
|
555049dd37
|
More dig tests
|
2014-02-11 14:19:16 -07:00 |
|
Nicole Thomas
|
9c0016a68f
|
More tests on dig.py and found a bug in check_ip function (ipv6 regex)
|
2014-02-11 11:59:18 -07:00 |
|
Nicole Thomas
|
d02ba6e3aa
|
Spelling and typos.
|
2014-02-11 09:15:57 -07:00 |
|
Michal Bicz
|
6ad4415ac1
|
blockdev state, module and test
|
2014-02-11 00:11:29 -08:00 |
|
Mike Place
|
c99449c0f6
|
Remove whitespace
|
2014-02-10 15:43:57 -07:00 |
|
Mike Place
|
6259f55a4c
|
Dig tests
|
2014-02-10 15:38:14 -07:00 |
|
Pedro Algarvio
|
8c8effc452
|
Ignore unused imports
|
2014-02-08 08:05:42 +00:00 |
|
Pedro Algarvio
|
bd3b8d9fa1
|
Remove unused imports
|
2014-02-08 08:05:15 +00:00 |
|
Pedro Algarvio
|
8d45812f34
|
Remove unused imports
|
2014-02-08 08:04:19 +00:00 |
|
Pedro Algarvio
|
e20715c2ac
|
Ignore unused imports
|
2014-02-08 08:03:23 +00:00 |
|
Pedro Algarvio
|
c00dafd7fb
|
Remove unused imports
|
2014-02-08 08:02:29 +00:00 |
|
Thayne Harbaugh
|
f9d790a389
|
unit.modules.virtualenv_test.VirtualenvTestCase.test_python_argument
work with non-standard interpreter locations
Fixes #10251
|
2014-02-06 17:01:40 -07:00 |
|
Thayne Harbaugh
|
446599adc5
|
Correctly grain for test "os" => "os_family": issue-10215
|
2014-02-05 14:38:45 -07:00 |
|
Thomas S Hatch
|
a85838b4ff
|
Merge pull request #10188 from nshalman/smartos-cron-fix
Fix cron state to work on SmartOS
|
2014-02-04 16:16:09 -08:00 |
|
Nahum Shalman
|
b1e81a5ebb
|
Fix cron state to work on SmartOS
SmartOS and Solaris are both in the Solaris os_family
If we use that grain, the module should work on SmartOS
|
2014-02-04 17:00:18 -05:00 |
|
John Anderson
|
e1fa6955ff
|
Tighten up regex a bit
|
2014-02-04 11:34:18 -07:00 |
|
Mike Place
|
8a0167e72b
|
Loosen regex to allow for quoting quirk on Ubuntu 10.x
|
2014-02-04 18:00:48 +00:00 |
|
Pedro Algarvio
|
69d0f907f9
|
Make use of the print() function.
|
2014-02-03 11:07:43 +00:00 |
|
Mathieu Le Marec - Pasquet
|
3a209d4c07
|
Bunch of safeguards for utf8 errors in buildout module
|
2014-02-02 04:18:32 +01:00 |
|
Erik Johnson
|
35c397d14b
|
Fix test failures
http://jenkins.saltstack.com/job/salt-rs-rhel5/1511/
|
2014-02-01 16:51:48 -06:00 |
|
Ted Strzalkowski
|
488dd52e2c
|
Added unit tests for new psutil features.
|
2014-02-01 13:22:44 -08:00 |
|
Thomas S Hatch
|
ae05a266ca
|
Merge pull request #9973 from penta-srl/archive-unzip-add-update-option
unzip: added options parameters
|
2014-01-31 09:26:27 -08:00 |
|
Pedro Algarvio
|
daf94a58b7
|
Remove trailing white-space.
|
2014-01-29 22:48:48 -07:00 |
|
Thomas S Hatch
|
6d5babfa5c
|
whitespace
|
2014-01-29 20:30:26 -07:00 |
|
Thomas S Hatch
|
a1561ec7e3
|
Merge pull request #10037 from ipmb/features/nginx_status
Adds Nginx status module
|
2014-01-29 19:29:08 -08:00 |
|
Thomas S Hatch
|
2253feeb41
|
Merge pull request #10038 from ipmb/features/uwsgi_stats
Adds uWSGI stats module
|
2014-01-29 19:28:56 -08:00 |
|
Thomas S Hatch
|
13e0d53493
|
Merge pull request #10029 from kaithar/feature/fix-special-bit-perm-test
Better handling for special bit modes
|
2014-01-29 19:20:31 -08:00 |
|
Peter Baumgartner
|
1bdfb0f6a5
|
Linting
|
2014-01-29 15:07:45 -07:00 |
|