1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/sanity/code-smell
Matt Clay 36b13e3e3d Fix ansible-test default image. ()
* Add openssh-client to default docker container.
* Include Azure requirements in default container.

To do so, handling of pip requirements was updated to install each
set of requirements separately and then run a verification pass to
make sure there are no conflicts between requirements.

* Add missing --docker-no-pull option.
* Add documentation for the azure-requirements test.
2017-10-20 08:48:01 -07:00
..
ansible-var-precedence-check.py
azure-requirements.py Fix ansible-test default image. () 2017-10-20 08:48:01 -07:00
boilerplate.sh
configure-remoting-ps1.sh
empty-init.sh
inappropriately-private.sh
integration-aliases.py
line-endings.sh
no-basestring.sh
no-dict-iteritems.sh
no-dict-iterkeys.sh
no-dict-itervalues.sh
no-get-exception.sh Update test cases 2017-10-09 21:41:02 -07:00
no-smart-quotes.sh
no-underscore-variable.sh
no-unicode-literals.sh
no-wildcard-import.sh Update test cases 2017-10-09 21:41:02 -07:00
pylint-ansible-test.sh Improve python 2/3 ABC fallback for pylint. () 2017-10-17 12:49:10 -07:00
replace-urlopen.sh
required-and-default-attributes.sh
shebang.sh
skip.txt
test-constraints.sh Fix ansible-test default image. () 2017-10-20 08:48:01 -07:00
use-argspec-type-path.sh Add a hack to test whether type=path should be used in a module 2017-10-09 21:15:56 -07:00
use-compat-six.sh