Matt Clay
b4bf502268
Initial Tower module integration test support.
7 years ago
Matt Clay
b9b8081a87
Cleanup and enhancements for ansible-test. ( #37142 )
...
* Fix type hint typos.
* Add one-time cloud env setup after delegation.
* Add generate_password to util.
* Add username/password support to HttpClient.
* Avoid pip requirement for ansible-test shell.
* Support provisioning Tower instances.
7 years ago
Will Thames
a7371d4998
Having uppercase in the resource_prefix can cause unexpected issues
...
We may as well enforce lower case resource prefixes at source
7 years ago
Adam Miller
3fd5b0740e
allow ANSIBLE_KEEP_REMOTE_FILES for local test runner ( #33357 )
...
* allow ANSIBLE_KEEP_REMOTE_FILES for local test runner
* add ANSIBLE_KEEP_REMOTE_FILES to tox.ini, update docs
* Clarify handling of environment variables.
7 years ago
Matt Clay
dc71c2197f
More code-smell sanity test updates. ( #36830 )
...
* Add test for missing Azure requirements.
* Improve readability.
* Enhance no-unicode-literals code-smell test.
7 years ago
Matt Clay
ac1698099d
Overhaul additional sanity tests. ( #36803 )
...
* Remove unnecessary sys.exit calls.
* Add files filtering for code-smell tests.
* Enhance test-constraints code-smell test.
* Simplify compile sanity test.
* Pass paths to importer on stdin.
* Pass paths to yamllinter on stdin.
* Add work-around for unicode path filtering.
* Enhance configure-remoting-ps1 code-smell test.
* Enhance integration-aliases code-smell test.
* Enhance azure-requirements code-smell test.
* Enhance no-illegal-filenames code-smell test.
7 years ago
Matt Clay
60a24bbdaa
Pass code-smell paths on stdin.
7 years ago
Chris Houseknecht
53cfd70b7d
Adds k8s_raw, openshift_raw tests ( #36228 )
7 years ago
Matt Clay
2b6ac4561b
Add support for enhanced code-smell tests. ( #36332 )
...
* Add support for enhanced code-smell tests:
- Path selection handled by ansible-test.
- Optional path filtering based on extension.
- Optional path filtering based on prefixes.
- Optional lint friendly output.
* Enhance no-assert code-smell test.
* Enhance no-tests-as-filters code-smell test.
7 years ago
Matt Clay
a9b58b84d8
Fix path handling in validate-modules sanity test.
7 years ago
Matt Clay
78e900cd7f
Fix ansible-test --redact option with delegation.
7 years ago
Matt Clay
3a62eb5e03
Add option to hide sensitive ansible-test output.
...
This option is enabled automatically on Shippable.
7 years ago
Matt Clay
5bc9bb9fbb
Support ansible-test --truncate with delegation.
7 years ago
Matt Clay
d2150795ba
Truncate some long messages sent to a TTY.
...
Can be overridden with the --truncate option.
7 years ago
David Newswanger
3f5caf659e
added support for --testcase flag in ansible-test ( #36134 )
...
* added support for --testcase flag in ansible-test
* fixed command format
* added tab completion
* fixed sanity issues
* added documenation for --testcase
* don't autocomplete when multiple modules are selected
7 years ago
Matt Clay
032dc1a7c5
Initial OpenShift integration test support. ( #36207 )
...
Based on integration tests from chouseknecht for openshift_raw.
7 years ago
Matt Clay
6a4f6a6490
Add additional support code in ansible-test.
7 years ago
Matt Clay
2a0adaf542
Improve bot messaging on CI failures.
7 years ago
Matt Clay
f46f6c8dec
Temp install of setuptools for import coverage. ( #35752 )
7 years ago
Alex Stephen
9706abf685
[cloud] New GCP module: DNS Managed Zones (gcp_dns_managed_zone.py) ( #35014 )
7 years ago
Matt Clay
b9c5147be2
Move import sanity test files into own directory. ( #35593 )
7 years ago
Matt Clay
2d565d14ed
Add pslint sanity test settings.
...
Globally ignore rule: PSUseShouldProcessForStateChangingFunctions
7 years ago
Matt Clay
3b0dcf7f29
Test Windows 2012+ using Azure by default.
7 years ago
Matt Clay
7abdab6c9e
Convert ansible-test compile into a sanity test.
7 years ago
Matt Clay
e0010f15e4
Add pslint sanity test. ( #35303 )
...
* Add pslint sanity test.
* Fix `no-smart-quotes` sanity test.
* Add docs for `pslint` sanity test.
7 years ago
Matt Clay
8ea0bfe9a3
Miscellaneous test fixes. ( #35301 )
...
* Add missing pylint test for invalid path.
* Fix syntax in integration test.
* Use Write-Output in win_script test script.
* Fix pylint in explain mode.
7 years ago
Matt Clay
f9f6080630
Improve handling of ansible-doc sanity errors.
7 years ago
Matt Clay
74d635ba6b
Add missing code to yamllint messages.
7 years ago
Pilou
217ff4498c
ansible-config: add simple tests ( #34900 )
...
* Revert "Fix ansible-config with python3 (#34673 )"
This reverts commit 2a9daaa45b
.
* ansible-config: add simple tests
* Fix ansible-config with python3
* ansible-test: don't quote "unusual" characters
7 years ago
Matt Clay
5fa1edc15d
Track ansible-test cloud and target overhead. ( #34902 )
7 years ago
Matt Clay
227ff61f9d
Add module support to yamllint sanity test. ( #34964 )
...
* Add module support to yamllint sanity test.
* Fix duplicate keys in module RETURN docs.
* Fix syntax in return_common docs fragment.
* Fix duplicate keys in module EXAMPLES docs.
7 years ago
Matt Martz
dcc05093db
Validate modules arg spec fixes ( #34477 )
...
* Update validate-modules arg_spec introspection to be faster, by only mocking the imports we explicitly list
* The use of types.MethodType in redhat_subscription wasn't py3 compatible, use partial instead
* Remove argument_spec import hacks, make them errors, we can ignore them with ansible-test
* Enable the --arg-spec flag for validate-modules
7 years ago
Matt Clay
2d4a43bb0a
Add file+rule ignore support to validate-modules. ( #34757 )
...
* Clean up code.
* Add file+rule ignore support to validate-modules.
7 years ago
Matt Clay
f968776d86
Remove ansible-test obsolete `net_*` target logic.
7 years ago
Matt Clay
82b5a6a0c9
Fix ansible-test network-integration command. ( #34661 )
...
* Fix ansible-test network platform init filter.
* Fix ansible-test network inventory generation.
* Remove ios/csr1000v from CI.
* Run network tests on Python 2.7 and 3.6.
7 years ago
Matt Clay
a9fe30e34b
Add pylint plugin support to ansible-test.
7 years ago
Matt Clay
aff16225eb
Add per file+rule pylint ignore to ansible-test.
7 years ago
Nathaniel Case
513c75079e
Port eos tests to network_cli ( #33586 )
...
* Add eos and fix tests to run multiple connections
* Update tests to report connection
* Add missing START messages
* Fix unspecified connection
* Python 3 updates
Exceptions don't have `.message` in Python 3
* Override `become` when using `connection=local`
* Slight restructuring to make eapi easier later on
* Move eapi toggle to prepare_eos
* Pull out connection on eapi tasks
7 years ago
Abhijeet Kasurde
dd9ed09fa6
Revert to stable vcsim docker image. ( #33952 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Abhijeet Kasurde
29d3505cb4
VMware: check for ESXi server while creating user ( #33061 )
...
This fix check for ESXi server instance before proceeding
with managing local user. Also, adds integration tests for
this change.
Fixes : #32465
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Matt Clay
6f77a32b13
Run RHEL tests on Azure in 3 groups.
7 years ago
Matt Clay
ad4975d3e7
Update Azure module test infrastructure.
...
- Use new Azure direct API implementation.
- Enable Azure tests to clean up on exit.
ci_complete
7 years ago
Matt Clay
1b5c4b72bd
Add Azure provider support to ansible-test and CI.
...
ci_complete
7 years ago
Nathaniel Case
8679d2e396
Port integration tests to network_cli ( #33583 )
...
* network_cli needs network_os
* Work around for Python 3.x < 3.6
7 years ago
Matt Clay
1ee511f82c
Use an abspath for network inventory ssh key path.
7 years ago
Matt Clay
6f4731ef11
Force all tests to run on docker image updates.
7 years ago
Matt Clay
07bb7684b0
Add PS dependency analysis to ansible-test.
7 years ago
Matt Clay
f9cd50411f
Enable Python 3.7 in ansible-test.
7 years ago
Matt Clay
677aca1cc7
Add Python 3.7-dev to the default docker image.
7 years ago
Matt Clay
ef21038dd5
Fix ansible-test race calling get_coverage_path.
7 years ago