Bulat Gaifullin
e32897f4d9
Add ipmi modules for power and boot management ( #2550 )
...
* Add ipmi modules for power and boot management
* ipmi_power - module for power management
Parameters:
- name
- port
- user
- password
- state
- timeout
* ipmi_boot - module for boot order management
Parameters:
- name
- port
- user
- password
- bootdev
- state
- persist
- uefi
* Fixed copyright
* Supported check mode
Also added description for RETURN
* Added ipmi to list of excludes of tests for python2.4
* added no_log=True for secrets
* added type for port and mark bootdev as required field
8 years ago
Rene Moser
067b908415
Revert "travis: workaround false negative test failure ( #2362 )"
...
This reverts commit d056879088
.
8 years ago
Tim Rupp
1c36665545
Add f5 modules to python 2.4 exclusion list ( #2474 )
...
I am taking over much of the development of modules old
and new for F5 and to meet the coding conventions for our
modules, I am aiming at newer python versions.
Therefore, I will be excluding python 2.4
9 years ago
Toshio Kuratomi
146c969c07
Removed one module from the py3 syntax check blacklist
9 years ago
Toshio Kuratomi
9e565c4af0
Remove from travis blacklist, modules that are compiling with py3
9 years ago
Toshio Kuratomi
5ac13bc0c9
Remove system modules from the python3 blacklist as they are now compatible.
9 years ago
Toshio Kuratomi
3444cd1813
Remove the web_infrastructure modules from the py3 blacklist
9 years ago
René Moser
d056879088
travis: workaround false negative test failure ( #2362 )
...
travis: workaround false negative test failure
9 years ago
René Moser
4874ceefa5
letsencrypt: fix tests failures ( #2360 )
9 years ago
Matt Martz
98039323e2
Exclude mssql_db.py from py24 syntax checks
9 years ago
René Moser
a055d7240a
fix build and doc cleanups ( #2286 )
9 years ago
Michael Scherer
a780dbf4e1
Port patch.py to python3/python2.4 syntax ( #2276 )
9 years ago
Toshio Kuratomi
33f3612e5c
Move running py3 compile test from whitelist to blacklist ( #2254 )
9 years ago
Toshio Kuratomi
e710dc47fe
Add vmware and lxc to python3 checks
9 years ago
Michael Scherer
7e97b2131b
Add support for checking module on python3, like on core ( #2235 )
9 years ago
Matt Martz
a4b631522d
Merge pull request #2179 from sivel/ansible-testing-exclusions
...
Ansible testing exclusions
9 years ago
Matt Martz
61b9b48c60
No exclusions necessary
9 years ago
Matt Martz
b4de5ec208
Reduce exclusions for ansible-testing due to fixes and changes in ansible-testing
9 years ago
Kamil Szczygiel
f193c1b96a
influxdb database module
9 years ago
René Moser
72a4185edc
travis: exlcude cs_template to fix build failure ( #2168 )
9 years ago
Matt Martz
d4c73059fe
Rebase PRs against $TRAVIS_BRANCH before performing tests
9 years ago
Matt Martz
f5329eb337
Don't call sys.exit in sns_topic, use HAS_BOTO to fail
9 years ago
Matt Martz
31acf905a5
Exclude modules that are importing requests
9 years ago
Matt Martz
01969e7b63
Update .travis.yml to remove the validation exclusion for route53_zone
9 years ago
Matt Martz
9645d67fd4
Update excludes with currently failing modules
9 years ago
Matt Martz
f7f760b8d8
Use ansible-testing project to validate basic module requirements
9 years ago
Matt Martz
e6b6bac820
znode requires a minimum of python2.6
9 years ago
Toshio Kuratomi
45f1c7903a
dnf rewrite requires 2.6 and above (dnf bindings require 2.6 and above as well)
9 years ago
Toshio Kuratomi
4e48ef9eca
Disable travis docs checks for now
10 years ago
Toshio Kuratomi
86d5ca411c
Add testing documentation to travis
10 years ago
Matt Martz
1cc23bd9a0
Specify that travis should use python2.6
10 years ago
Matt Martz
a2daad00f8
Ignore pushbullet.py from 2.4 compat checks
10 years ago
Matt Martz
6c8d505532
Add py27 compileall to test all modules, specifically for syntax errors
10 years ago
Matt Martz
d97ffb3f58
Be more explicit with exclusions
10 years ago
Matt Martz
c8bd663548
Exclude consul modules from py24 syntax check
10 years ago
Matt Martz
e568032bc3
Fix up modules that have python24 syntax error
10 years ago
Matt Martz
2c4ea93771
Add compileall testing via travis to validate modules are python24 compatible
10 years ago