Update docs references for ansible-test. (#60109)
* Remove outdated info from azure-requirements docs. * Correct validate-modules usage.
This commit is contained in:
parent
9fd244319e
commit
71e607dceb
2 changed files with 1 additions and 3 deletions
|
@ -6,5 +6,3 @@ Update the Azure integration test requirements file when changes are made to the
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
cp packaging/requirements/requirements-azure.txt test/runner/requirements/integration.cloud.azure.txt
|
cp packaging/requirements/requirements-azure.txt test/runner/requirements/integration.cloud.azure.txt
|
||||||
|
|
||||||
This copy of the requirements file is used when building the ``ansible/ansible:default`` Docker container from ``test/runner/Dockerfile``.
|
|
||||||
|
|
|
@ -33,4 +33,4 @@ To ensure that your module documentation matches your ``argument_spec``:
|
||||||
|
|
||||||
#. run the ``validate-modules`` test::
|
#. run the ``validate-modules`` test::
|
||||||
|
|
||||||
./test/sanity/validate-modules/validate-modules --arg-spec --warnings lib/ansible/modules/$CATEGORY/mymodule.py
|
ansible-test sanity --test validate-modules mymodule
|
||||||
|
|
Loading…
Reference in a new issue