twangboy
31ce1fb0fe
Fix some lint, skip some tests
2019-06-17 15:56:49 -06:00
twangboy
6de4db6b1c
Monkeypatch in the class instead of globally
2019-06-17 15:02:07 -06:00
twangboy
d663a1f8ee
Fix the failing BlockReplace test cases on Windows
...
Many of the functions from the `filemod` module are "namespaced" into
the `win_file` module. That's the file module that gets used on Windows,
so we need to make sure the `check_perms` function from the `win_file`
module is used on Windows.
2019-06-17 15:02:07 -06:00
Daniel Wozniak
a8d817489f
Merge branch '2019.2.1' into fix-chattr-problems
2019-06-14 14:14:12 -07:00
Wayne Werner
62e590beae
Update file.chattr
...
- Better test coverage
- Only return supported attributes from lsattr
- Update how changes are reported
2019-06-12 10:26:52 -05:00
twangboy
8c30dbdb02
Add priv info to error message
2019-06-11 17:48:25 -06:00
twangboy
a7d41a85a7
Make them non-destructive tests
2019-06-11 13:45:41 -06:00
twangboy
d8bede07df
Remove duplicate test
2019-06-11 13:45:41 -06:00
twangboy
89aaf2edbc
Remove duplicate test
2019-06-11 13:45:40 -06:00
twangboy
184ec4a2c2
Skip test on linux
2019-06-11 13:45:40 -06:00
twangboy
c97ea995a8
Mark it a destructive test
2019-06-11 13:45:40 -06:00
twangboy
9da7090907
Fix failing symlink test
2019-06-11 13:45:40 -06:00
Akmod
dfb62779c6
Cherry-picked file-stat commit ( #53430 )
2019-06-10 15:32:26 -06:00
cmcmarrow
f93e7d34c7
stops pylint E1120 from showing
2019-05-31 17:54:51 +00:00
cmcmarrow
cbe6423a11
stops pylint E1120 from showing
2019-05-31 17:30:52 +00:00
cmcmarrow
c5a5d43619
test_kubernetes_lint_failures_silenced
2019-05-28 22:40:59 +00:00
cmcmarrow
b8383956d4
test_kubernetes_lint_failures_silenced
2019-05-28 22:35:10 +00:00
cmcmarrow
997d0a814d
stops pylint E1120 from showing
2019-05-28 21:36:19 +00: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
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
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
twangboy
915c780775
Fix issues with the win_file tests
...
Remove pchanges
Migrate to __utils__['dacl.check_perms']
2019-04-22 16:30:32 -06:00
Daniel A. Wozniak
169c2d56aa
Chattr version py3 fix
2019-04-22 00:11:13 +00:00
Daniel A. Wozniak
cf88c27353
Fix linter issues
2019-04-21 22:43:15 +00:00
Daniel A. Wozniak
0ea007de6f
Parse chattr version and fix test case
...
- Parse the system's chattr version from the chattr man page
- Fix integration.states.test_cron on centos 6
2019-04-21 22:19:45 +00:00
Ch3LL
294156743a
Merge branch '2018.3' into '2019.2'
...
Conflicts:
- tests/unit/transport/test_ipc.py
2019-04-12 12:31:57 -04:00
Daniel Wozniak
1b969c39cf
Merge pull request #52146 from twangboy/fix_test_symlink_2019.2
...
Add missing symlink test
2019-04-11 17:51:15 -07:00
Daniel Wozniak
80d7aea13c
Merge pull request #52160 from cbosdo/virt-whitespace-fix
...
Virt whitespace fix
2019-04-11 17:04:24 -07:00
Shane Lee
fc8e970221
Merge branch '2018.3' into use_reg_timezone
2019-04-11 10:53:08 -06:00
Gareth J. Greenaway
1a1e333583
Merge branch '51818_fix_when_sk_is_empty' of github.com:garethgreenaway/salt into 51818_fix_when_sk_is_empty
2019-04-08 14:40:45 -07:00
Gareth J. Greenaway
dd2306921f
Adding tests for NACL changes.
2019-04-08 14:40:06 -07:00
Cédric Bosdonnat
b297e7db20
virt: handle whitespaces in VM names
...
The disk creation code is now ready to handle whitespaces in virtual
machine name.
2019-04-08 15:31:13 +02:00
Gareth J. Greenaway
cce6200fac
Fixing lint
...
Fixing lint
2019-04-05 13:42:18 -07:00
Daniel Wozniak
c7cb00923e
Merge branch '2019.2' into fix_test_symlink_2019.2
2019-04-03 10:06:27 -07:00
Justin Findlay
2f49231233
modules.network: update unit test
2019-04-02 20:45:52 -07:00
Gareth J. Greenaway
28e76b1fb2
Merge branch '2018.3' into merge-2019.2
...
Conflicts:
- tests/unit/grains/test_core.py
2019-04-02 14:05:55 -07:00
Shane Lee
d0987e626c
Merge branch '2018.3' into use_reg_timezone
2019-03-28 10:12:25 -06:00
Shane Lee
3eae05aa9a
Merge branch '2019.2' into fix_test_symlink_2019.2
2019-03-28 10:08:58 -06:00
Ch3LL
63962b547a
Merge branch '2018.3' into '2019.2'
...
Conflicts:
- salt/states/linux_acl.py
- salt/transport/ipc.py
2019-03-28 11:10:45 -04:00
Gareth J. Greenaway
8461608438
Updating the incron module, state module and tests to remove use of comments.
2019-03-27 16:53:28 -07:00
Shane Lee
87bb513d63
Fix failing symlink test ( #52145 )
2019-03-27 14:58:57 -06:00
Ch3LL
c6ba2e605e
Fix lint for test_win_file
2019-03-15 10:55:22 -04:00