Jordan Borean
6666b070a9
openss: fix various test and Python 3 issues ( #47188 )
6 years ago
Matt Clay
1947d903cd
Mark azure_rm_{appserviceplan,webapp} unstable.
6 years ago
Aaron
9c08ff7a94
[aws] New module: iam_password_policy ( #36200 )
...
* Adding iam_password_policy module
* fixing various issues -- error handling, bugs
* fixing various issues based on tests
* renaming dummy var
* fixing type reference in documentation
* adding int tests and other updates
* removing typo
* fixing auth for int tests
* removing int tests for now
* readding integration tests w/ unsupported designation
* removing conflicting group
* Update aliases
* Fix unused variable
6 years ago
Steve Dodd
ee6ab5d5aa
Add support for IOS vlan parsing filter. ( #40555 )
...
* Add support for IOS vlan parsing filter.
Example usage below:
{% set parsed_vlans = vlans | vlan_parser %}
switchport trunk allowed vlan {{ parsed_vlans[0] }}
{% for i in range (1, parsed_vlans | count) %}
switchport trunk allowed vlan add {{ parsed_vlans[i] }}
* Update test_network.py
Add import statement for filter
* Fixed PEP8 issues relating to comments
* Fix PEP8 issues related to blank lines
* Removed magic numbers for line lengths. This should generalize support
to other IOS-like NOS that use similar methods for listing vlans. The
default arguments for line lengths will still be specific to Cisco IOS.
The unit tests for line length are still specific to Cisco IOS.
6 years ago
Jordan Borean
dd46f953f6
postgresql_user: fix test errors on newer Fedora versions ( #47166 )
6 years ago
Jordan Borean
f720499337
gem: fix tests to work on newer Fedora hosts ( #47158 )
6 years ago
Matt Clay
d048785640
Update requirements for urllib3 for python 2.6.
6 years ago
Jordan Borean
9ba33f6ac1
test: openssl 1.1.x compatibility ( #47112 )
6 years ago
Matt Martz
02f4d0a57f
Ensure that an empty literal list with loop skips the task ( #47129 )
6 years ago
Matt Clay
6a51b5ed26
Use 4 nodes for sanity tests in CI.
6 years ago
Matt Clay
5c7f876d0d
Update default-test-container to version 1.4.1. ( #47042 )
6 years ago
Fran Fitzpatrick
ab8ed2f84d
Add unit tests for junos terminal ( #47103 )
6 years ago
Jordan Borean
9a5561da0f
ansible-test: setup up http runner in between each target ( #47100 )
...
* ansible-test: setup up http runner in between each target
* review changes
6 years ago
Matt Hoffman
acbecd5f23
adds redirect configurations and probes to azure_rm_appgateway ( #46607 )
6 years ago
jctanner
1ded3f9890
Handle non-ascii characters in foreman.py ( #46779 )
...
* Handle non-ascii characters in foreman.py
* Add test to validate non-ascii results
6 years ago
Jordan Borean
69e1088ec1
ansible-test: run win httptester with bypass policy ( #47090 )
6 years ago
Matt Clay
38eba60849
Fix ansible-test --exclude with delegation.
...
Previously the option worked with integration commands but not units or sanity.
6 years ago
Matt Clay
2761fe8272
Revert "Use 4 nodes for sanity tests in CI."
...
This reverts commit b887333029
.
6 years ago
Matt Clay
c3a6737004
Add BOM check to shebang sanity test.
...
Includes fixes for docsite files with a UTF-8 BOM.
6 years ago
Matt Clay
b887333029
Use 4 nodes for sanity tests in CI.
6 years ago
Zim Kalinowski
1c520ff70b
adding postgresql firewall rule ( #45077 )
...
* adding postgresql firewall rule
* fixed test problems
* add state into the doc
* use lropoller
* updated samples and some naming
6 years ago
Zim Kalinowski
ca5460dd86
Adding mysql firewall rule module ( #45074 )
...
* adding mysql firewall rule
* fixed mysql firewall rule
* use mgmtclient from common
* fix pep8
* small updates
* minor docs fix
6 years ago
Matt Clay
7507bc9e19
Add sphinx constraint for rstcheck compatibility.
6 years ago
Shuang Wang
d302485f99
option [others] of get_url is unnecessary ( #47005 )
...
* parameters [others] of get_url is unnecessary
* delete a blank line
* test
* delete ignore
* Update get_url.py
6 years ago
Matt Clay
6a1aa51a74
Add constraint for pycparser.
6 years ago
Matt Clay
76bf861308
Upgrade pylint to version 2.1.1. ( #47036 )
...
* Fix issues reported by the latest pylint.
* Split pylint runs into more contexts.
* Upgrade pylint.
6 years ago
jctanner
0b15ad00c1
Add a test target for the foreman inventory script ( #46837 )
...
Add a test target for the foreman inventory script
6 years ago
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.
6 years ago
Jordan Borean
6e2897647c
win test: add http tester container to Windows tests ( #46606 )
6 years ago
Matt Martz
a06a5ded61
Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 ( #46833 )
6 years ago
Nathaniel Case
e9a7a741f8
Add missing connection param to test ( #46831 )
6 years ago
Christian Kotte
ade5d938c3
VMware: Improve module vmware_host_config_manager ( #46264 )
...
* Improve module description
* Add check mode support and change message
6 years ago
Will Thames
b772485d97
Ensure that k8s_facts always returns resources key ( #46733 )
...
Fix bug returning `items` key if NotFound exception is hit
6 years ago
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
6 years ago
Matt Clay
ec88510fd4
Add OUTPUT_DIR env var to integration tests.
6 years ago
Matt Clay
0c29463785
Block module ansible imports outside module_utils.
6 years ago
abarbare
cafed004ad
fix scaleway user data tests ( #46570 )
...
* fix scaleway user data tests
* default values
* pep8
6 years ago
cahlchang
1cce11b39c
[AWS] Support check mode in aws ec2_instance module ( #46774 )
...
* fix checkmode
* Added checking test to existing test playbook
* Added test for check mode
6 years ago
Justin England
0bc5b799a6
Update win_scheduled_task.py ( #46720 )
...
* Update win_scheduled_task.py to document that the duration of a task trigger can be null, which will cause it to run indefinitely - docs update makes use of suboptions
* Add a fix for the validate-modules schema
6 years ago
Adam Miller
fd97c8e56c
fix yum proxy username/password handling ( #46291 )
...
Fixes #46249
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
Matt Clay
712ad9ed64
Fix ansible-test custom docker image traceback.
6 years ago
Shuang Wang
cd1faca6e0
copy - support recursive copying with remote_src ( #43998 )
...
* Allow copy module to work with recursive and remote_src #14131
6 years ago
Adam Miller
fb6e91bf98
yum module properly check for None config_file ( #46641 )
...
* yum module properly check for None config_file
* add conf_file test cases to yum integration tests
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
Alicia Cozine
9764f32513
adds stub API docs in a single file ( #46663 )
...
* adds stub API docs in a single file
6 years ago
Anil Kumar Muraleedharan
d0e89bc1bb
Lenovo finetune modules ( #46623 )
...
* Making username password etc non mandatory as we use persistence connection.
Some documentation fine tuning also done.
* To update version which was tested against.
* Adding Bacon switch (NE0152T) to device rules
* Qalthos Review catch
* Updating version
* Changing documentation to add Bacon switch. This is effective since 2.8
6 years ago
dangoscomb
fb72a5424c
nmcli: fix vlan connection modification Fixes #42322 ( #42415 )
...
* ensure optional items are set to empty strings rather than not presented
fix syntax of vlan modification command
* extended tests for nmcli
6 years ago
Christian Kotte
2230f40041
VMware: Add check mode support to module vmware_host_firewall_manager ( #46266 )
6 years ago
Christian Kotte
0bc2e6795d
VMware: Gather extended datastore facts ( #46546 )
...
* Add datacenter_name alias
* Add check mode support
* Add extended datastore information
6 years ago
Adam Miller
ad405fc21e
yum module handle list optional empty strings properly ( #46634 )
...
Fixes #46517
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
Brian Coca
8743e6ae2e
remove default from delegate_facts to inherit ( #45492 )
...
* remove default from delegate_facts to inherit
fixes #45456
* test delegate_facts
* added note about inheritance and defaults
* yamllint
6 years ago