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/docs/docsite/rst/dev_guide/testing/sanity
Matt Clay 8066acc90c
Support skip of platforms by version in tests. (#48826)
* Support skip of platforms by version in tests.

Previously a remote platform could be skipped completely using the alias:

`skip/{platform}` such as `skip/rhel`

Now a specific platform version can be skipped using the alias:

`skip/{platform}{version}` such as `skip/rhel7.6`

This feature is available for platforms specified with the `--remote` option.

* Add skip by version to the docs.
2018-11-16 16:38:47 -08:00
..
action-plugin-docs.rst Add test to require docs for action plugins. (#48376) 2018-11-13 22:52:36 -08:00
ansible-doc.rst
ansible-var-precedence-check.rst
azure-requirements.rst
boilerplate.rst
botmeta.rst
changelog.rst
compile.rst
configure-remoting-ps1.rst
deprecated-config.rst
docs-build.rst
empty-init.rst
import.rst
integration-aliases.rst Support skip of platforms by version in tests. (#48826) 2018-11-16 16:38:47 -08:00
line-endings.rst
no-assert.rst
no-basestring.rst
no-dict-iteritems.rst
no-dict-iterkeys.rst
no-dict-itervalues.rst
no-get-exception.rst
no-illegal-filenames.rst
no-smart-quotes.rst
no-tests-as-filters.rst
no-underscore-variable.rst
no-unicode-literals.rst
no-wildcard-import.rst
pep8.rst
pslint.rst
pylint-ansible-test.rst
pylint.rst
replace-urlopen.rst
required-and-default-attributes.rst
rstcheck.rst
sanity-docs.rst
shebang.rst
shellcheck.rst
symlinks.rst
test-constraints.rst
use-argspec-type-path.rst
use-compat-six.rst
validate-modules.rst
yamllint.rst