Matt Clay
7229a9895f
Add sphinx constraint for rstcheck compatibility.
...
(cherry picked from commit 7507bc9e19
)
6 years ago
Matt Clay
999674e7f0
Add constraint for pycparser.
...
(cherry picked from commit 6a1aa51a74
)
6 years ago
Matt Clay
3bac8a23d1
Split pylint runs into more contexts.
...
(cherry picked from commit ad940b86e4
)
See: https://github.com/ansible/ansible/pull/47036/
6 years ago
Matt Clay
a59c0dca2d
Fix issues reported by the latest pylint.
...
(cherry picked from commit 4db054364a
)
See: https://github.com/ansible/ansible/pull/47036/
6 years ago
Matt Clay
a2c2dffceb
Add constraint for requests on python 2.6. ( #47306 )
...
* Add constraint for requests on python 2.6.
* Use constraints in lookup_hashi_vault test.
(cherry picked from commit f74f7b0373
)
6 years ago
Jordan Borean
2eb148e727
ansible-test: setup up http runner in between each target ( #47100 )
...
* ansible-test: setup up http runner in between each target
* review changes
(cherry picked from commit 9a5561da0f
)
6 years ago
Jordan Borean
0629fd96bd
ansible-test: run win httptester with bypass policy ( #47090 )
...
(cherry picked from commit 69e1088ec1
)
6 years ago
Matt Clay
02bd829dd2
[stable-2.7] Update requirements for urllib3 for python 2.6.
...
(cherry picked from commit d048785640
)
Co-authored-by: Matt Clay <matt@mystile.com>
6 years ago
Jordan Borean
ff5073c10b
win test: add http tester container to Windows tests ( #46606 )
...
(cherry picked from commit 6e2897647c
)
6 years ago
Jordan Borean
377540348c
ansible-test: add skip/windows/... alias to skip tests on specific Windows versions ( #46845 )
...
* ansible-test: add skip/windows/... alias to skip tests on specific Windows versions
* show what tests were skipped
* changes to logic to only skip if all Windows targets are set to skip
* codestyle improvements
* change warning message based on review
* check args type before running the Windows path
(cherry picked from commit 0f5331645f
)
6 years ago
Matt Clay
3eb5e27d6e
Fix ansible-test custom docker image traceback.
...
(cherry picked from commit 712ad9ed64
)
6 years ago
Jordan Borean
c32c354995
ansible-test: set ulimit to enforce consistent test environment ( #46652 )
...
* ansible-test: set ulimit to enforce consistent test environment
* fixed santiy issue
(cherry picked from commit 7b774117ab
)
6 years ago
Matt Clay
7ce940cb41
Add symlinks sanity test. ( #46467 )
...
* Add symlinks sanity test.
* Replace legacy test symlinks with actual content.
* Remove dir symlink from template_jinja2_latest.
* Update import test to use generated library dir.
* Fix copy test symlink setup.
(cherry picked from commit e2b6047514
)
6 years ago
Matt Clay
4fb485a155
Improve ansible-test environment checking between tests. ( #46459 )
...
* Add unified diff output to environment validation.
This makes it easier to see where the environment changed.
* Compare Python interpreters by version to pip shebangs.
This helps expose cases where pip executables use a different
Python interpreter than is expected.
* Query `pip.__version__` instead of using `pip --version`.
This is a much faster way to query the pip version. It also more
closely matches how we invoke pip within ansible-test.
* Remove redundant environment scan between tests.
This reuses the environment scan from the end of the previous test
as the basis for comparison during the next test.
(cherry picked from commit 0dc7f38787
)
6 years ago
Matt Clay
e295888117
Add file exists check in integration-aliases test.
...
(cherry picked from commit 33a8be9109
)
6 years ago
Matt Clay
0183f2fc87
Use default-test-container version 1.3.0.
...
(cherry picked from commit 6d9be66418
)
6 years ago
Matt Clay
37748d219c
Fix ansible-test encoding issues for exceptions.
...
(cherry picked from commit 0d7a156319
)
6 years ago
Matt Clay
8b5f2c3ae7
Fix ansible-test multi-group smoke test handling. ( #46363 )
...
* Fix ansible-test smoke tests across groups.
* Fix ansible-test list arg defaults.
* Fix ansible-test require and exclude delegation.
* Fix detection of Windows specific changes.
* Add minimal Windows testing for Python 3.7.
(cherry picked from commit e53390b3b1
)
6 years ago
Matt Clay
cc51d93f1b
Fix ansible-test docker python version handling.
...
This removes the old name based version detection behavior and
uses versions defined in the docker completion file instead, as
the new containers do not follow the old naming scheme.
(cherry picked from commit 54937ba784
)
6 years ago
Matt Clay
54d06d042e
Fix integration test library search path.
...
This prevents tests from loading modules outside the source tree,
which could result in testing the wrong module if a system-wide
install is present, or custom modules exist.
(cherry picked from commit d603cd41fe
)
6 years ago
Matt Clay
76d71f034e
Bug fixes and cleanup for ansible-test. ( #45991 )
...
* Remove unused imports.
* Clean up ConfigParser usage in ansible-test.
* Fix bare except statements in ansible-test.
* Miscellaneous cleanup from PyCharm inspections.
* Enable pylint no-self-use for ansible-test.
* Remove obsolete pylint ignores for Python 3.7.
* Fix shellcheck issuers under newer shellcheck.
* Use newer path for ansible-test.
* Fix issues in code-smell tests.
(cherry picked from commit ac492476e5
)
6 years ago
Matt Clay
b0b23d5a91
Add python.py coverage injector for ansible-test.
...
This can be used to run Python scripts from the repository with the
correct interpreter and allow collection of code coverage.
Useful for testing contrib inventory scripts.
(cherry picked from commit 45b5685037
)
6 years ago
Matt Clay
4389e2175a
Improve ansible-test match error handling.
...
(cherry picked from commit 2056c981ae
)
6 years ago
Matt Clay
cfe86582f2
Support comments in ansible-test flat files.
...
(cherry picked from commit 5a3000af19
)
6 years ago
Matt Clay
7842b99106
Make ansible-test available in the bin directory. ( #45876 )
...
(cherry picked from commit f3d1f9544b
)
6 years ago
Matt Clay
434d9b2f2a
Block network access for unit tests in docker.
...
(cherry picked from commit 99cac99cbc
)
6 years ago
Matt Clay
5d19738af6
Minor fixes for unit test delegation.
...
(cherry picked from commit be199cfe90
)
6 years ago
Matt Clay
86f37620e6
Run unit tests in parallel. ( #45812 )
...
(cherry picked from commit abe8e4c9e8
)
6 years ago
Matt Clay
ecc706f122
Fix ansible-test unit test execution. ( #45772 )
...
* Fix ansible-test units requirements install.
* Run unit tests as unprivileged user under Docker.
(cherry picked from commit 379a7f4f5a
)
6 years ago
Jordan Borean
7cce4dfbb0
add skip/docker alias to skip tests when running on Docker ( #45955 )
...
* add skip/docker alias to skip tests when running on Docker
* changed warning message wording
(cherry picked from commit 27c10fa502
)
6 years ago
Jordan Borean
6e6825e79f
append AWS region to test instance file ( #45877 )
...
(cherry picked from commit 582a4dfa13
)
6 years ago
Jordan Borean
7a6d873f0a
go back to FreeBSD 11.1 for tests due to 11.2 stability issues ( #45872 )
...
(cherry picked from commit a7d372c3ba
)
6 years ago
Matt Clay
426d4bf8d6
Update RHEL and FreeBSD versions used for tests:
...
- RHEL 7.4 -> 7.5
- FreeBSD 11.1 -> 11.2
(cherry picked from commit c50d6f1944
)
6 years ago
Matt Clay
c8fe1126a1
Update default container to version 1.2.0.
...
(cherry picked from commit d478a4c3f6
)
6 years ago
Matt Clay
576700a8a1
Remove obsolete default container.
...
(cherry picked from commit 4173a30941
)
6 years ago
Matt Clay
e47f53e4ff
Switch default test container to quay.io.
...
(cherry picked from commit 3f8edb440a
)
6 years ago
Matt Clay
3514a5d1b9
Fix ansible-test virtualenv use in import test.
...
(cherry picked from commit 998badbda5
)
6 years ago
Matt Clay
f9cf4b2d8a
Update test constraints. ( #44975 )
...
- Limit virtualenv version on Python 2.6.
- Limit pyopenssl version on Python 2.6.
- Pin pyfmg version to keep unit tests passing.
(cherry picked from commit b3a3e8ba7b
)
6 years ago
Yuwei Zhou
b7d614df78
add auto scale module ( #41533 )
...
* add autoscale modules
* add test alias
6 years ago
Will Thames
ce110ff081
K8s retry merge ( #44821 )
...
* Make merge_type a list and apply merge_type in order
Allow use case of preferring strategic-merge and failing
back to merge, or just preferring a different merge type
* Improve k8s module test coverage
6 years ago
Matt Clay
c1173a2aec
Add seccomp support to ansible-test.
6 years ago
Ghilli3
7bc2660017
fortimanager/fmgr_provisioning.py ( #35743 )
...
* Initial commit for new provisioning module
6 years ago
Hai Cao
ccb7909cc5
[new module] Azure Traffic Manager profile module ( #43812 )
...
* add traffic manager client and models in azure_rm_common
- add traffic manager management client
- import traffic manager models to 'traffic_manager_models' proprety
- azure.mgmt.trafficmanager doesn't have models(), so use direct import
for now
* add traffic manager facts module
* add traffic manager module
* add integration test for two modules
* fix package info in requirements
* fix sanity check
* fix monitor config default value
* fix facts module doc
* move model import into module
* resolve comments except seprating endpoint
* remove endpoint operation
* fix test after removing endpoint operation
* change module name to azure_rm_trafficmanagerprofile/facts
* fix sanity test
* seperate endpoint into delegate module
* fix typo
* fix lint
* fix lint
* fix test
* fix test
* resolve comments
* fix test
* fix test
* fix test
* fix bug in return
* resolve comments
* fix lint
* fix lint
* add sample in endpoint module
6 years ago
lwm
fbcdf8ba5b
Linode: Mark 'name' as required. Fixes #29785 ( #44699 )
...
* Mark 'name' parameter as required.
Closes https://github.com/ansible/ansible/issues/29785 .
* Add the `linode-python` dependency for unit tests.
* Add unit test for linode name parameter.
* Add note about where to find required arguments.
Closes https://github.com/ansible/ansible/issues/44696 .
6 years ago
Jasper Aorangi
2541a8c494
azure_rm_virtualmachine: Add 'accept_terms' for accepting terms when deploying paid marketplace images ( #44701 )
...
azure_rm_storageaccount: Add 'StandardSSD_LRS', and choices to correct unrelated sanity error
6 years ago
Matt Clay
773c0982b0
Switch distro test containers to quay.io images.
6 years ago
René Moser
56996c7348
test: cloudstack-test-container v1.2.0 ( #44764 )
6 years ago
Matt Clay
c0aaf0fff7
Fix change detection on retried Shippable jobs.
6 years ago
Sumit Jaiswal
1d2bb34992
Includes support for Reverse-Mapping zone in nios_zone module ( #44525 )
...
* support reverse mapping
* support reverse mapping
* support reverse mapping
* fix shippable errors
* fix shippable errors
* fix shippable errors
6 years ago
Felix Fontein
ad0d10db0d
ACME: improve tests (new Pebble version, strict mode) ( #44518 )
...
* Bump ACME test container version.
* Re-adding key rollover test.
6 years ago