Update docs references for ansible-test. (#60109)

* Remove outdated info from azure-requirements docs.
* Correct validate-modules usage.
pull/60092/merge
Matt Clay 5 years ago committed by GitHub
parent 9fd244319e
commit 71e607dceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,5 +6,3 @@ Update the Azure integration test requirements file when changes are made to the
.. code-block:: bash
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::
./test/sanity/validate-modules/validate-modules --arg-spec --warnings lib/ansible/modules/$CATEGORY/mymodule.py
ansible-test sanity --test validate-modules mymodule

Loading…
Cancel
Save