You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst/dev_guide/testing/sanity
Matt Clay 1059dee51f [stable-2.5] Backport test infra updates and test fixes. (#49204)
* Switch tests from RHEL 7.5 to 7.6.

(cherry picked from commit 6745ee7cc8)

* Remove CI platform: freebsd/10.4

(cherry picked from commit e6ffc4f89a)

* Add `--raw` option to ansible-test shell command.

It is currently supported only with the `--remote` option.

This makes it easier to troubleshoot new instances which are not
yet supported by the setup scripts used by ansible-test.

(cherry picked from commit 0826a00803)

* 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.

(cherry picked from commit 8066acc90c)

* Fix ansible-test skip warning message.

(cherry picked from commit 3b705efc93)

* Fix lookup_passwordstore test skipping. (#49178)

* Fix lookup_passwordstore test skipping.

Skip all of RHEL instead of specific versions.
Skip all of CentOS < 7 instead of specific versions.

This makes the test more robust when testing newer versions.

Tests could be executed on RHEL if EPEL was installed during the test.
(cherry picked from commit 704dae2cda)
7 years ago
..
ansible-doc.rst Initial ansible-test sanity docs. (#26775) 9 years ago
ansible-var-precedence-check.rst updated plugin docs (#30490) 8 years ago
azure-requirements.rst Fix ansible-test default image. (#31966) 8 years ago
boilerplate.rst code-smell test changes 8 years ago
compile.rst Convert ansible-test compile into a sanity test. 8 years ago
configure-remoting-ps1.rst Initial ansible-test sanity docs. (#26775) 9 years ago
docs-build.rst Sync stable-2.5 test infrastructure with devel. (#39544) 8 years ago
empty-init.rst Enhance empty __init__ code-smell to check module_utils (#33438) 8 years ago
import.rst Initial ansible-test sanity docs. (#26775) 9 years ago
integration-aliases.rst [stable-2.5] Backport test infra updates and test fixes. (#49204) 7 years ago
line-endings.rst Initial ansible-test sanity docs. (#26775) 9 years ago
no-assert.rst Remove uses of assert in production code (#32079) 8 years ago
no-basestring.rst code-smell test changes 8 years ago
no-dict-iteritems.rst Initial ansible-test sanity docs. (#26775) 9 years ago
no-dict-iterkeys.rst Initial ansible-test sanity docs. (#26775) 9 years ago
no-dict-itervalues.rst Initial ansible-test sanity docs. (#26775) 9 years ago
no-get-exception.rst code-smell test changes 8 years ago
no-illegal-filenames.rst Added code-smell check to verify filenames are allowed with Windows (#35436) 8 years ago
no-smart-quotes.rst Add a code-smell test for smart quotes and remove smart quotes from all files 8 years ago
no-tests-as-filters.rst Sync stable-2.5 test infrastructure with devel. (#39544) 8 years ago
no-underscore-variable.rst Add a (disabled) code-smell test for detecting _ variables 8 years ago
no-unicode-literals.rst Remove use of unicode_literals as it is an anti-pattern 8 years ago
no-wildcard-import.rst Roadmap updates and docs fix. (#28287) 8 years ago
pep8.rst Fix documentation references. 8 years ago
pslint.rst Add pslint sanity test. (#35303) 8 years ago
pylint-ansible-test.rst Initial ansible-test sanity docs. (#26775) 9 years ago
pylint.rst Initial ansible-test sanity docs. (#26775) 9 years ago
replace-urlopen.rst Initial ansible-test sanity docs. (#26775) 9 years ago
required-and-default-attributes.rst Initial ansible-test sanity docs. (#26775) 9 years ago
rstcheck.rst Initial ansible-test sanity docs. (#26775) 9 years ago
sanity-docs.rst Initial ansible-test sanity docs. (#26775) 9 years ago
shebang.rst Initial ansible-test sanity docs. (#26775) 9 years ago
shellcheck.rst Initial ansible-test sanity docs. (#26775) 9 years ago
symlinks.rst Backport test infra fixes and updates to stable-2.5. (#46992) 7 years ago
test-constraints.rst Initial ansible-test sanity docs. (#26775) 9 years ago
use-argspec-type-path.rst Add a hack to test whether type=path should be used in a module 8 years ago
use-compat-six.rst Initial ansible-test sanity docs. (#26775) 9 years ago
validate-modules.rst Fix documentation references. 8 years ago
yamllint.rst Initial ansible-test sanity docs. (#26775) 9 years ago