Commit Graph

9560 Commits

Author SHA1 Message Date
twangboy
758d020c08
Skip test on Windows 2019-05-22 16:54:23 -06:00
Megan Wilhite
16ef3d2093
Merge branch '2019.2.1' into shadow_fed_fix 2019-05-21 15:27:26 -04:00
Megan Wilhite
85e9b2f067
Merge pull request #53073 from Ch3LL/ssh_py3_log
salt-ssh: python binary exists before version check
2019-05-20 18:36:33 -04:00
Ch3LL
09ff8679b9
Check for all non-word when calling secure_password 2019-05-20 18:10:19 -04:00
Gareth J. Greenaway
5f6581a228
Merge branch '2019.2.1' into yaml_flow_style 2019-05-16 12:42:14 -07:00
Ch3LL
383e781be8
Improve logging in salt-ssh gen_thin 2019-05-16 11:38:28 -04:00
Ch3LL
43714342d4
salt-ssh: python binary exists before version check 2019-05-16 11:22:27 -04:00
Gareth J. Greenaway
cea7131cf1
Removing global declaration. 2019-05-14 17:48:05 -07:00
Gareth J. Greenaway
5bf9a95267
Fixing lint. 2019-05-10 16:36:41 -07:00
Gareth J. Greenaway
4d3c46d193
fixing broken unit.modules.test_telegram test. 2019-05-10 16:21:07 -07:00
Megan Wilhite
9a27fb3f96
Merge branch '2019.2.1' into yaml_flow_style 2019-05-10 14:54:33 -04:00
Ch3LL
0d0e354627
Fix yamldumper test for both py2/py3 2019-05-10 14:52:58 -04:00
Shane Lee
ac27e6970f
Merge branch '2019.2.1' into fix_test_file 2019-05-09 14:34:14 -06:00
Ch3LL
20bc954483
Update docs for yamldumper test 2019-05-09 15:42:52 -04:00
Megan Wilhite
bf648e57a8
Update tests/unit/utils/test_yamldumper.py
Co-Authored-By: Wayne Werner <waynejwerner@gmail.com>
2019-05-09 15:39:12 -04:00
Ch3LL
70d578a1af
Set default_flow_style=None in yaml.dump calls 2019-05-09 15:18:32 -04:00
Daniel Wozniak
4437764891
Merge pull request #52943 from Ch3LL/fix_elastisearch
Fix elasticsearch state module: allow user to define empty aliases
2019-05-09 08:46:37 -07:00
Pedro Algarvio
77185af841
Partial revert since this is a class method 2019-05-09 14:41:43 +01:00
Pedro Algarvio
f5c5771dd9
Lint fixes 2019-05-09 14:40:17 +01:00
Pedro Algarvio
8e505fb91a
Move tests to existing test modules 2019-05-09 14:20:23 +01:00
Pedro Algarvio
46816092eb
tests/unit/config/__init__.py -> tests/unit/config/test_config.py
No top level `__init__.py` should contain tests
2019-05-09 14:19:56 +01:00
Pedro Algarvio
da2e147e54
Always cleanup the changed environ 2019-05-09 14:13:32 +01:00
Pedro Algarvio
087c74d907
No globals in tests, specially dictionaries! 2019-05-09 14:11:12 +01:00
Megan Wilhite
451fb7e60f
Merge branch '2019.2.1' into fix_elastisearch 2019-05-08 16:15:41 -04:00
Ch3LL
ebff9b94e0
Fix elasticsearch state module: allow user to define empty aliases 2019-05-08 15:50:35 -04:00
Pedro Algarvio
e9f6a1228d
identical_signature_wrapper adds __wrapped__ to function globals 2019-05-08 13:16:51 +01:00
Daniel A. Wozniak
3709ed745e
msgpack returns string_types 2019-05-08 13:16:51 +01:00
Daniel A. Wozniak
a36b15e449
Add regression test 2019-05-08 13:16:51 +01:00
Daniel A. Wozniak
4d6b8da5a0
Fix linter 2019-05-08 13:16:50 +01:00
Daniel A. Wozniak
759bccc202
Fix test_doc on windows by using grep yay! 2019-05-08 13:16:49 +01:00
Daniel A. Wozniak
b0aa28760c
Fix missing class wart 2019-05-08 13:16:49 +01:00
Daniel A. Wozniak
21ecb742db
fix linter 2019-05-08 13:16:49 +01:00
Daniel A. Wozniak
62c0f9fdd9
Skip tests when no libcloud 2019-05-08 13:16:48 +01:00
Daniel A. Wozniak
1d92290304
Fix unused import 2019-05-08 13:16:48 +01:00
Daniel A. Wozniak
238fd0f071
Fix broken pip state 2019-05-08 13:16:48 +01:00
Daniel A. Wozniak
1eea9908e9
Fix linter 2019-05-08 13:16:47 +01:00
Daniel A. Wozniak
52ca668360
Skip tests when no libcloud 2019-05-08 13:16:47 +01:00
Daniel A. Wozniak
34cef86e14
Ignore super not called 2019-05-08 13:16:46 +01:00
Daniel A. Wozniak
b7ace9c929
Fix linter 2019-05-08 13:16:46 +01:00
Daniel A. Wozniak
aceb6d3013
Skip libcloud unit tests when no libcloud 2019-05-08 13:16:46 +01:00
Daniel A. Wozniak
11c02a0be3
Fix unit.test_loader.LoaderGlobalsTest.test_states 2019-05-08 13:16:42 +01:00
Wayne Werner
b6b4e955d2
Lint cleanup 2019-05-08 13:16:40 +01:00
Wayne Werner
0670614c6a
Add tests for wraps
During testing I also discovered that `_ignores_kwargs` was also missing
the @wraps decorator. Now it has it.
2019-05-08 13:16:39 +01:00
Pedro Algarvio
0e5bc67d4b
Lint fixes 2019-05-08 13:16:39 +01:00
Pedro Algarvio
72e8603046
Skip test if required cypto libs are not available 2019-05-08 13:16:38 +01:00
Pedro Algarvio
b2b0764dd4
Be aware of the different path separators 2019-05-08 13:16:38 +01:00
Ch3LL
4945e35085
Fix pylint on 2017.7.9 2019-05-08 13:16:26 +01:00
Pedro Algarvio
30a5093591
Merge branch '2019.2.1' into fix_test_file 2019-05-08 11:40:45 +01:00
Gareth J. Greenaway
eee5a38db6
Merge branch '2019.2.1' into 52836_test_argspec_report_failing 2019-05-07 09:37:44 -07:00
Gareth J. Greenaway
dfff09bd1a
Merge branch '2019.2.1' into bp-52780 2019-05-07 08:48:03 -07:00