Daniel A. Wozniak
|
a37a9da1fb
|
Fix py2 version of pip test
|
2018-04-28 02:24:39 -07:00 |
|
Nicole Thomas
|
31db8ca7ad
|
Merge pull request #47347 from dwoz/test_mysql_fix_again
Proper fix for mysql tests
|
2018-04-27 13:27:52 -04:00 |
|
Daniel A. Wozniak
|
add78fb618
|
Fix linter warnings
|
2018-04-27 09:04:01 -07:00 |
|
Daniel A. Wozniak
|
2644cc7553
|
Fix linter nits
|
2018-04-27 01:22:39 -07:00 |
|
Daniel A. Wozniak
|
799c601184
|
Proper fix for mysql tests
|
2018-04-27 00:22:50 -07:00 |
|
Daniel A. Wozniak
|
94a70e847a
|
Ignore gitfs tests when symlinks not enabled
|
2018-04-26 23:51:28 -07:00 |
|
Daniel Wozniak
|
dac04261b5
|
Merge pull request #47342 from dwoz/test_mysql_fix
Fix mysql test cases
|
2018-04-26 17:50:52 -07:00 |
|
Daniel A. Wozniak
|
7496f4c5a8
|
Fix mysql test cases
|
2018-04-26 15:42:46 -07:00 |
|
Daniel Wozniak
|
e4779f3246
|
Merge pull request #47339 from dwoz/ssh_key_test_fix
Use salt.utils.fopen for line ending consistancy
|
2018-04-26 15:39:55 -07:00 |
|
Daniel A. Wozniak
|
e37a93a1ca
|
Remove redundent close call
|
2018-04-26 13:47:11 -07:00 |
|
Daniel A. Wozniak
|
b2ae5889b7
|
Close the temporary file handle
|
2018-04-26 12:52:08 -07:00 |
|
Daniel A. Wozniak
|
9f7f83a975
|
Use salt.utils.fopen for line ending consistancy
|
2018-04-26 12:43:51 -07:00 |
|
Daniel A. Wozniak
|
dcb6a22c00
|
Remove un-needed string-escape
|
2018-04-26 11:28:25 -07:00 |
|
Nicole Thomas
|
44f19b2f94
|
Merge pull request #47113 from jfindlay/iptables_state
Support proto for IPSec policy extension in iptables state
|
2018-04-25 14:01:18 -04:00 |
|
Nicole Thomas
|
b7a6206330
|
Merge pull request #47302 from Ch3LL/dead_code
Remove unnecessary code from core grains and add test
|
2018-04-25 13:58:47 -04:00 |
|
Nicole Thomas
|
0d9d55e013
|
Merge pull request #47106 from DSRCorporation/bugs/tornado50
Tornado50 compatibility fixes
|
2018-04-25 11:32:36 -04:00 |
|
Ch3LL
|
daa68b4877
|
Add virtual grains test for core grains
|
2018-04-25 11:03:35 -04:00 |
|
Justin Findlay
|
8bd08012ee
|
modules,states.iptables support proto for policy ext
|
2018-04-23 12:33:47 -07:00 |
|
Benedikt Werner
|
0197c3e973
|
Fix pip test
|
2018-04-23 21:05:15 +02:00 |
|
Benedikt Werner
|
34bf66c09f
|
Fix pip.installed with pip>=10.0.0
|
2018-04-21 13:08:08 +02:00 |
|
Pedro Algarvio
|
6706b3a2d1
|
Run off of a temporary config
|
2018-04-20 17:02:52 +01:00 |
|
Nicole Thomas
|
d5997d2301
|
Merge pull request #47110 from kstreee/fix-misusing-of-timeout
Fixes misusing of the timeout option.
|
2018-04-18 13:16:19 -04:00 |
|
Nicole Thomas
|
eb5ac51a48
|
Merge pull request #47102 from gtmanfred/2017.7
dont allow using no_use_wheel for pip 10.0.0 or newer
|
2018-04-17 16:44:57 -04:00 |
|
Daniel Wallace
|
3dc93b310b
|
fix tests
|
2018-04-17 13:18:18 -05:00 |
|
Daniel Wallace
|
4c07a3d1e9
|
fix other tests
|
2018-04-17 09:23:03 -05:00 |
|
kstreee
|
0624aee0ed
|
Fixes misusing of the timeout option.
|
2018-04-17 14:21:15 +09:00 |
|
Daniel A. Wozniak
|
3d85e30ce5
|
AsyncTestCase is required for AsyncEventPublisher
Other tests that use AsyncTestCase's io_loop will break if AsyncTestCase
is not subclassed when a test instantiates AsyncEventPublisher.
|
2018-04-16 14:18:08 -07:00 |
|
Mike Place
|
03892eaf0b
|
Merge pull request #47068 from cachedout/catch_value_error_socket_test
Catch an operation on a closed socket in a test
|
2018-04-16 13:56:02 -06:00 |
|
Shane Lee
|
673cd31c65
|
Merge branch '2017.7' into jinja_test_fix
|
2018-04-16 10:15:27 -06:00 |
|
Daniel A. Wozniak
|
46fa2c04de
|
Fix py3 os.linesep wart
|
2018-04-14 17:09:50 -07:00 |
|
Daniel Wozniak
|
7fddad6cd9
|
Merge pull request #47064 from dwoz/roots_tests_fix
Fix fileserver roots tests
|
2018-04-14 14:30:22 -07:00 |
|
Daniel A. Wozniak
|
3c565d7e54
|
Use salt.utils.fopen
|
2018-04-13 13:14:19 -07:00 |
|
Mike Place
|
7db5625632
|
Catch an operation on a closed socket in a test
This failure wouldn't be related to the test in question so it should
be safe to ignore.
|
2018-04-13 13:54:18 -06:00 |
|
Daniel A. Wozniak
|
25fd7c0694
|
fix py3 wart, encode os.linesep
|
2018-04-13 12:33:23 -07:00 |
|
Daniel A. Wozniak
|
aa965310f1
|
Clean up cruft
|
2018-04-13 10:27:17 -07:00 |
|
Daniel A Wozniak
|
efc9866580
|
Jinja test fixes
|
2018-04-13 10:23:34 -07:00 |
|
Daniel A Wozniak
|
d79f1a1961
|
Fix fileserver roots tests
|
2018-04-13 10:15:13 -07:00 |
|
Matt Phillips
|
8af3f5b874
|
GH-47000: add proper handling of full_return in cmd_subset
as noted in the original issue, full_return wasnt being handled properly. This
rectifies that.
|
2018-04-13 10:58:03 -04:00 |
|
Nicole Thomas
|
8f994e7cf9
|
Merge pull request #46539 from jfoboss/patch-1
#46504 Fix
|
2018-04-11 10:13:23 -04:00 |
|
twangboy
|
19c3fadbe5
|
Fix unit test for win_ntp
|
2018-04-10 12:12:17 -06:00 |
|
Peter Morris
|
44ecd13abc
|
Update tests to use cmd.run_all
|
2018-04-10 01:11:03 +01:00 |
|
Nicole Thomas
|
18e460fc30
|
Merge branch '2017.7' into whitelisted_acl
|
2018-04-04 17:28:40 -04:00 |
|
Nicole Thomas
|
ebf5dd276f
|
Merge pull request #46783 from twangboy/fix_46680
Fix network.managed test=True on Windows
|
2018-04-03 08:54:55 -04:00 |
|
Nicole Thomas
|
df26f2641e
|
Merge pull request #46675 from dwoz/inspectlib-tests
Skip test when git symlinks are not configured
|
2018-04-03 08:19:18 -04:00 |
|
twangboy
|
da5ce25ef3
|
Fix unit tests on Linux
|
2018-04-02 19:59:13 -06:00 |
|
Daniel A. Wozniak
|
d39f4852d8
|
Handle non-zero status exception
|
2018-03-29 14:39:40 -07:00 |
|
Daniel A. Wozniak
|
83c005802b
|
Handle cases where git can not be found
Signed-off-by: Daniel A. Wozniak <dwozniak@saltstack.com>
|
2018-03-29 14:39:29 -07:00 |
|
Nicole Thomas
|
395b7f8fdc
|
Merge pull request #46655 from dwoz/pyobjects-46350
Fixing cleanUp method to restore environment
|
2018-03-29 14:31:47 -04:00 |
|
Nicole Thomas
|
af45c49c42
|
Merge pull request #46632 from dwoz/file-recurse-36802
Fix file.recurse w/ clean=True #36802
|
2018-03-29 14:30:41 -04:00 |
|
Daniel A. Wozniak
|
44db77ae79
|
Fix lint errors and typo
|
2018-03-28 21:06:34 -07:00 |
|