Matt Clay
3033fd96b0
Move unit test compat code out of lib/ansible/
. ( #46996 )
...
* Move ansible.compat.tests to test/units/compat/.
* Fix unit test references to ansible.compat.tests.
* Move builtins compat to separate file.
* Fix classification of test/units/compat/ dir.
2018-10-12 20:01:14 -07:00
Jordan Borean
6e2897647c
win test: add http tester container to Windows tests ( #46606 )
2018-10-13 08:20:00 +10:00
Jordan Borean
0f5331645f
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
2018-10-12 15:32:46 +10:00
Matt Clay
ec88510fd4
Add OUTPUT_DIR env var to integration tests.
2018-10-11 20:34:12 -07:00
Matt Clay
712ad9ed64
Fix ansible-test custom docker image traceback.
2018-10-11 10:49:38 -07:00
Matt Clay
0785656344
Fix vmware_inventory unit tests so they run.
2018-10-09 22:52:04 -07:00
lwm
8d0f823de0
Add a Linode v4 dynamic inventory plugin. ( #45902 )
...
* Add a Linode v4 dynamic inventory plugin.
Closes https://github.com/ansible/ansible/issues/44721 .
* Use the latest API for accessing host variables.
References:
* https://github.com/linode/linode_api4-python/issues/141
* Minor docs formating
2018-10-09 12:54:31 +01:00
Jordan Borean
7b774117ab
ansible-test: set ulimit to enforce consistent test environment ( #46652 )
...
* ansible-test: set ulimit to enforce consistent test environment
* fixed santiy issue
2018-10-09 12:18:49 +10:00
Matt Clay
e2b6047514
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.
2018-10-04 07:02:42 -07:00
Matt Clay
0dc7f38787
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.
2018-10-03 21:41:27 -07:00
Matt Clay
33a8be9109
Add file exists check in integration-aliases test.
2018-10-03 15:40:30 -07:00
Matt Clay
6d9be66418
Use default-test-container version 1.3.0.
2018-10-03 12:24:49 -07:00
Jordan Borean
e972287c35
win_exec: refactor PS exec runner ( #45334 )
...
* win_exec: refactor PS exec runner
* more changes for PSCore compatibility
* made some changes based on the recent review
* split up module exec scripts for smaller payload
* removed C# module support to focus on just error msg improvement
* cleaned up c# test classifier code
2018-10-02 15:55:53 -07:00
Matt Clay
0d7a156319
Fix ansible-test encoding issues for exceptions.
2018-10-02 13:36:43 -07:00
Matt Clay
e53390b3b1
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.
2018-10-02 12:26:14 -07:00
Yunge Zhu
69594c5370
add azure_rm_cdnprofile and azure_rm_cdnprofile_facts ( #45097 )
...
* add cdn profile with facts
* fix merge issue
* fix version
* fix lint
* move cdn client out of azure_rm_common
* fix lint
* fix helper
* fix code bug
* fix bug
* fix import
* fix typo
* fix test
2018-09-27 10:10:01 +10:00
Matt Clay
54937ba784
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.
2018-09-21 20:11:38 -07:00
Matt Clay
d603cd41fe
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.
2018-09-21 13:53:09 -07:00
Matt Clay
ac492476e5
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.
2018-09-21 11:38:22 -07:00
Matt Clay
45b5685037
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.
2018-09-21 11:21:32 -07:00
Matt Clay
2056c981ae
Improve ansible-test match error handling.
2018-09-21 00:05:33 -07:00
Jordan Borean
27c10fa502
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
2018-09-21 16:09:54 +10:00
Matt Clay
5a3000af19
Support comments in ansible-test flat files.
2018-09-20 00:48:00 -07:00
Matt Clay
f3d1f9544b
Make ansible-test available in the bin directory. ( #45876 )
2018-09-19 17:58:55 -07:00
Jordan Borean
582a4dfa13
append AWS region to test instance file ( #45877 )
2018-09-20 10:56:56 +10:00
Jordan Borean
a7d372c3ba
go back to FreeBSD 11.1 for tests due to 11.2 stability issues ( #45872 )
2018-09-20 09:24:16 +10:00
Matt Clay
99cac99cbc
Block network access for unit tests in docker.
2018-09-18 17:53:04 -07:00
Matt Clay
be199cfe90
Minor fixes for unit test delegation.
2018-09-18 16:12:15 -07:00
Matt Clay
abe8e4c9e8
Run unit tests in parallel. ( #45812 )
2018-09-18 13:58:22 -07:00
Matt Clay
379a7f4f5a
Fix ansible-test unit test execution. ( #45772 )
...
* Fix ansible-test units requirements install.
* Run unit tests as unprivileged user under Docker.
2018-09-18 08:37:14 -07:00
Matt Clay
c50d6f1944
Update RHEL and FreeBSD versions used for tests:
...
- RHEL 7.4 -> 7.5
- FreeBSD 11.1 -> 11.2
2018-09-11 20:57:57 -07:00
Matt Clay
d478a4c3f6
Update default container to version 1.2.0.
2018-09-11 13:17:11 -07:00
Matt Clay
1891827dfa
Update default-test-container to 1.1.0.
2018-09-07 19:44:45 -07:00
Matt Clay
4173a30941
Remove obsolete default container.
2018-09-05 15:29:00 -07:00
Matt Clay
3f8edb440a
Switch default test container to quay.io.
2018-09-05 14:31:10 -07:00
Matt Clay
998badbda5
Fix ansible-test virtualenv use in import test.
2018-09-04 10:07:48 -07:00
Zim Kalinowski
1f8635fbd9
Virtual machine facts - retrieving instance view ( #45128 )
2018-09-04 11:25:01 +08:00
Matt Clay
b3a3e8ba7b
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.
2018-09-03 09:34:22 -07:00
Yuwei Zhou
b7d614df78
add auto scale module ( #41533 )
...
* add autoscale modules
* add test alias
2018-08-30 21:18:56 -07:00
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
2018-08-30 20:42:47 -04:00
Matt Clay
c1173a2aec
Add seccomp support to ansible-test.
2018-08-30 16:38:31 -07:00
Ghilli3
7bc2660017
fortimanager/fmgr_provisioning.py ( #35743 )
...
* Initial commit for new provisioning module
2018-08-30 14:25:17 +01:00
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
2018-08-30 14:18:53 +10:00
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 .
2018-08-30 05:09:21 +02:00
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
2018-08-29 17:14:44 -07:00
Matt Clay
773c0982b0
Switch distro test containers to quay.io images.
2018-08-29 15:52:58 -07:00
René Moser
56996c7348
test: cloudstack-test-container v1.2.0 ( #44764 )
2018-08-28 16:49:34 +02:00
Matt Clay
c0aaf0fff7
Fix change detection on retried Shippable jobs.
2018-08-27 20:57:09 -07:00
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
2018-08-23 03:07:30 +00:00
Felix Fontein
ad0d10db0d
ACME: improve tests (new Pebble version, strict mode) ( #44518 )
...
* Bump ACME test container version.
* Re-adding key rollover test.
2018-08-22 22:15:35 +02:00