Pedro Algarvio
9df6dd669d
Allow triggering test runs using RAET for transport
2014-06-16 11:19:14 +01:00
Erik Johnson
472407b724
Merge pull request #13471 from Katafalkas/fix_serverdensity_state
...
fix for sd state
2014-06-15 21:00:18 -05:00
Audrius Kucinskas
498c17482d
fix for sd state
2014-06-15 23:21:55 +03:00
Thomas S Hatch
698b73825b
Merge pull request #13437 from s0undt3ch/hotfix/lay-down-test-config
...
Lay down computed configuration and use that source for all of the tests
2014-06-15 09:19:58 -06:00
Pedro Algarvio
da3b6fe025
Merge pull request #13466 from terminalmage/lint
...
Remove references to pylint E8712
2014-06-15 15:32:27 +01:00
Pedro Algarvio
18b20f1033
Merge pull request #13459 from whiteinge/manage-bootstrap-user
...
Un-hardcode the root user from manage.bootstrap
2014-06-15 13:26:55 +01:00
Pedro Algarvio
9e1634d386
Patch the gitfs opts with custom opts and not master opts.
...
It worked but this was, as it was, it's more explicit
2014-06-15 13:25:21 +01:00
Pedro Algarvio
0a10c4d2c7
Turns out all we needed was the correct load
2014-06-15 13:24:39 +01:00
Pedro Algarvio
9dd685cbd7
Log on missing required keys in the load
2014-06-15 13:20:06 +01:00
Pedro Algarvio
79d7918271
Add missing path
key to the load.
...
Minor PEP-8, global variable `load` -> `LOAD`
2014-06-15 13:18:36 +01:00
Pedro Algarvio
edffec0159
Fix imports
2014-06-15 13:05:19 +01:00
Pedro Algarvio
7b017fe9ab
Skip test for now.
...
/CC: @cachedout
2014-06-15 13:05:19 +01:00
Pedro Algarvio
130788864f
Skip tests on missing empty_dir
2014-06-15 13:05:19 +01:00
Pedro Algarvio
b2f3cecea5
Copy the extension modules into the new master root_dir
2014-06-15 13:05:19 +01:00
Pedro Algarvio
bd35008d34
No need for late imports. Use AdaptedConfigurationTestCaseMixIn
.
2014-06-15 13:05:19 +01:00
Pedro Algarvio
0958656bf6
Disable PEP8 E256
2014-06-15 13:05:18 +01:00
Pedro Algarvio
9f7ead2e33
Remove unused imports
2014-06-15 13:05:18 +01:00
Pedro Algarvio
b815bb8cb6
Call the right parent class
2014-06-15 13:05:18 +01:00
Pedro Algarvio
ccdd70750c
Leave any cleanup for the end
2014-06-15 13:05:18 +01:00
Pedro Algarvio
c2ab05bc56
Tempdir under integration.SYS_TMP_DIR
and use AdaptedConfigurationTestCaseMixIn
2014-06-15 13:05:18 +01:00
Pedro Algarvio
000655d7f4
Use SaltClientTestCaseMixIn
instead
2014-06-15 13:05:18 +01:00
Pedro Algarvio
4cbd6c6238
Remove unused imports
2014-06-15 13:05:17 +01:00
Pedro Algarvio
70f6a90ed6
Store evaluated configs as cls
attributes
2014-06-15 13:05:17 +01:00
Pedro Algarvio
007f86b5d6
Remove stray print and commented out entries
2014-06-15 13:05:17 +01:00
Pedro Algarvio
d9ce87c04c
Call verify_env
on transplant_configs
2014-06-15 13:05:17 +01:00
Pedro Algarvio
318409a859
Don't remove the root_dir, the tests suite takes care of that
2014-06-15 13:05:17 +01:00
Pedro Algarvio
7fbc839942
Lay down computed configuration and use that source for all of the tests
2014-06-15 13:05:17 +01:00
Pedro Algarvio
97f150db74
Revert "detect the right transport for the client in tests"
...
This reverts commit d33b01d635
.
2014-06-15 13:05:17 +01:00
Thomas S Hatch
35dac1985a
Merge pull request #13462 from d--j/patch-2
...
Linux ACL: default mask and default other
2014-06-14 22:06:03 -06:00
Erik Johnson
969a31ead7
Remove references to pylint E8712
...
E8712 is not a thing, at least not according to pylint's docs:
http://docs.pylint.org/search.html?q=E8712
Also, a couple other fixes:
1. Double quotes to single quotes to follow style conventions
2. "is Bool", not "== Bool".
2014-06-14 22:16:26 -05:00
Daniel Jagszent
3fd492c559
Linux ACL: default mask and default other
...
If an ACL has default values for `other` and `mask` these values will overwrite the non-default `other` and `mask` values.
E.g.:
```
# file: t
# owner: root
# group: root
user::rwx
user:www-data:rwx #effective:---
group::r-x #effective:---
mask::---
other::---
default:user::rwx
default:user:www-data:rwx
default:group::r-x
default😷 :rwx
default:other::---
```
Here the default `mask`/`other` values would overwrite the `mask`/`other` value.
This commit fixes that.
2014-06-14 20:37:59 +02:00
Pedro Algarvio
01d6ec611c
Merge pull request #13461 from s0undt3ch/develop
...
Revert "Cache the salt client"
2014-06-14 19:21:22 +01:00
Pedro Algarvio
9fbc894f51
Revert "Cache the salt client"
...
This reverts commit b4786b0d8c
.
2014-06-14 19:19:44 +01:00
Thomas S Hatch
60ac9b8321
Merge pull request #13433 from ahammond/psql_nopassword
...
psql should never prompt for a password
2014-06-14 07:24:14 -06:00
Thomas S Hatch
396078d1aa
Merge pull request #13446 from anylain/add_traverse_dict_and_list
...
Add salt.utils.traverse_dict_and_list()
2014-06-14 07:23:15 -06:00
Thomas S Hatch
336d034550
Merge pull request #13455 from s0undt3ch/hotfix/jenkins
...
Cache the salt client
2014-06-14 07:20:09 -06:00
Thomas S Hatch
ab6c9a0f23
Merge pull request #13454 from terminalmage/issue13389
...
Properly handle branches/tags with slashes in name
2014-06-14 07:19:48 -06:00
Thomas S Hatch
4e5e6a8645
Merge pull request #13453 from basepi/alternativestestmode13450
...
Add test mode conditionals to the alternatives state
2014-06-14 07:18:34 -06:00
Joseph Hall
9950f72716
Merge pull request #13460 from whiteinge/cloud-events
...
Added salt-cloud events to the event list
2014-06-14 06:02:36 -06:00
panying
a44bced3aa
+ use traverse_dict_and_list() in more get routines
2014-06-14 15:29:46 +08:00
panying
742607a33f
+ add test_traverse_dict_and_list
2014-06-14 15:25:02 +08:00
panying
2daff27ea6
* use traverse_dict_and_list() in modules.config
2014-06-14 14:26:28 +08:00
panying
b4ab86cfdc
* fix pylint errors
2014-06-14 14:25:10 +08:00
Seth House
d80a5c4886
Added salt-cloud events to the event list
2014-06-13 23:23:55 -06:00
Seth House
e51cd56c8c
Un-hardcode the root user from manage.bootstrap
2014-06-13 21:32:39 -06:00
Andrew Hammond
1c6b95b4dc
psql should never prompt for a password
...
No matter if we have been given a password or not, it never makes sense
for psql to interactively prompt for a password. It's better to fail
immediately than to hang because psql is waiting for input that will
never happen.
2014-06-13 17:40:11 -07:00
Pedro Algarvio
f4c8cdc5f2
Merge pull request #13452 from whiteinge/smtp-rst-fix
...
Fixed rST formatting in smtp_returner
2014-06-14 00:23:59 +01:00
Seth House
28b0e1f904
Linked training graphic
2014-06-13 17:05:24 -06:00
Thomas S Hatch
bf7d7cdc61
Merge pull request #13451 from rallytime/grains_docs
...
Added note about grain lowercase resolution
2014-06-13 16:58:35 -06:00
Pedro Algarvio
b4786b0d8c
Cache the salt client
2014-06-13 23:47:03 +01:00