rallytime
|
e6f875cd62
|
Remove izip import from unit.modules.boto_apigateway_test.py
Use six compatible version of zip instead
|
2016-07-11 14:26:06 -06:00 |
|
Erik Johnson
|
20ed2c6bcf
|
Remove repr formatting flag in places where it is used solely for quoting (#34183)
* salt/cloud/__init__.py: remove repr formatting
* salt/cloud/clouds/azurearm.py: remove repr formatting
* salt/cloud/clouds/ec2.py: remove repr formatting
* salt/cloud/clouds/profitbricks.py: remove repr formatting
* salt/loader.py: remove repr formatting
* salt/modules/win_file.py: remove repr formatting
* salt/modules/zypper.py: remove repr formatting
* salt/pillar/consul_pillar.py: remove repr formatting
* salt/renderers/pyobjects.py: remove repr formatting
* salt/returners/sentry_return.py: remove repr formatting
* salt/states/bower.py: remove repr formatting
* salt/states/cabal.py: remove repr formatting
* salt/states/cmd.py: remove repr formatting
* salt/states/composer.py: remove repr formatting
* salt/states/win_network.py: remove repr formatting
* salt/states/eselect.py: remove repr formatting
* salt/states/file.py: remove repr formatting
* salt/states/htpasswd.py: remove repr formatting
* salt/states/memcached.py: remove repr formatting
* salt/states/npm.py: remove repr formatting
* salt/states/pip_state.py: remove repr formatting
* salt/states/pkg.py: remove repr formatting
* salt/states/pkgrepo.py: remove repr formatting
* salt/states/supervisord.py: remove repr formatting
* salt/states/timezone.py: remove repr formatting
* salt/states/virtualenv_mod.py: remove repr formatting
* salt/states/dockerio.py: remove repr formatting
* salt/states/win_system.py: remove repr formatting
* salt/utils/nb_popen.py: remove repr formatting
* salt/utils/cloud.py: remove repr formatting
* Add pylint disable due to legit usage of repr flag
See https://github.com/saltstack/salt-pylint/pull/6
* Fix composer tests
These tests needed to be updated because quoting was changed in the
state module in 9dc9146. There was an unnecessary !r used for the
exception class there, which means that instead of the exception class
being passed through the formatter and coming out with the equivalent
value of err.__str__(), we get a repr'ed instance of the exception class
(i.e. SaltException('',)) in the state output.
The unit test was asserting that we have that repr'ed instance of
SaltException in the output, a case of writing the test to confirm the
badly-conceived output in the state. This has also been corrected.
* salt/cloud/clouds/azurearm.py: lint fixes
* salt/modules/boto_s3_bucket.py: lint fixes
* salt/modules/minion.py: lint fixes
* salt/modules/reg.py: lint fixes
* salt/modules/testinframod.py: lint fixes
* salt/modules/win_iis.py: lint fixes
* salt/pillar/csvpillar.py: lint fixes
* salt/utils/win_functions.py: lint fixes
* salt/states/nxos.py: lint fixes
* salt/returners/mongo_future_return.py: lint fixes
* tests/integration/__init__.py: lint fixes
* tests/unit/context_test.py: lint fixes
* tests/integration/states/file.py: lint fixes
* tests/integration/utils/test_reactor.py: lint fixes
* tests/integration/utils/testprogram.py: lint fixes
* tests/unit/__init__.py: lint fixes
* tests/integration/shell/minion.py: lint fixes
* tests/unit/modules/boto_apigateway_test.py: lint fixes
* tests/unit/modules/boto_cognitoidentity_test.py: lint fixes
* tests/unit/modules/boto_elasticsearch_domain_test.py: lint fixes
* tests/unit/modules/k8s_test.py: lint fixes
* tests/unit/modules/reg_win_test.py: lint fixes
* tests/unit/states/boto_apigateway_test.py: lint fixes
* tests/unit/states/boto_cognitoidentity_test.py: lint fixes
* tests/unit/states/boto_elasticsearch_domain_test.py: lint fixes
|
2016-06-29 16:30:18 -04:00 |
|
Kris Raney
|
b4889024c5
|
Merge branch 'develop' into kraney_bugfix
|
2016-03-22 09:05:58 -05:00 |
|
rallytime
|
b2f3cc080f
|
Disable more boto test classes that kill the test suite
|
2016-03-18 13:04:34 -06:00 |
|
Kris Raney
|
890648aca0
|
Make sure there are no connection object cache hits on boto_* unit tests.
|
2016-03-17 15:07:43 -05:00 |
|
Winston Liu
|
6006c404bc
|
use itertools instead of zip.
|
2016-02-11 17:56:28 -08:00 |
|
Winston Liu
|
bc1a6ecec2
|
import zip from salt.ext.six.moves
|
2016-02-11 15:18:01 -08:00 |
|
Winston Liu
|
b994bcfae5
|
lint warnings/errors.
|
2016-02-11 14:24:35 -08:00 |
|
Winston Liu
|
19bbf51a2e
|
resourcepath -> resourcePath for consistency naming.
|
2016-02-11 13:26:05 -08:00 |
|
Winston Liu
|
59aaec3b4c
|
fixed lint warnings.
|
2016-02-11 08:38:29 -08:00 |
|
Winston Liu
|
824960503c
|
lint warnings/errors.
|
2016-02-10 15:05:53 -08:00 |
|
Winston Liu
|
a61cda5639
|
extended boto apigateway execution module to support overwriting of stage variables for a given api/stage.
|
2016-01-13 15:15:38 -08:00 |
|
Winston Liu
|
f3697b972b
|
unit tests for boto apigateway execution module, consistent naming of apiId -> restApiId
|
2015-12-28 16:24:57 -08:00 |
|
Winston Liu
|
4235d17db9
|
renamed all exposed get_* execution functions to describe_* execution functions to be consistent with rest of the boto modules.
|
2015-12-14 13:36:10 -08:00 |
|
Winston Liu
|
7414ac89d4
|
few more unit tests to cover datetime conversion to string.
|
2015-12-08 10:24:31 -08:00 |
|
Winston Liu
|
37930ba471
|
unit tests for create, get, delete api completed.
|
2015-12-07 16:01:02 -08:00 |
|
Winston Liu
|
4f6a94fde0
|
updated unit test.
|
2015-12-07 13:33:00 -08:00 |
|
Winston Liu
|
a413c3ea7c
|
initial execution module unit tests for boto_apigateway.
|
2015-12-07 10:40:12 -08:00 |
|