summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Barker <john@johnrbarker.com>2016-10-13 15:52:03 +0100
committerJohn Barker <john@johnrbarker.com>2016-10-13 15:52:03 +0100
commit25286c3c7d1b9818d450ec13fa411da8681ba042 (patch)
treeeb94aa53f2be2787e9db1aa67df8dc54ab475653 /test
parentef06b5501cce5d84a577109158fca88be04afc30 (diff)
downloadansible-25286c3c7d1b9818d450ec13fa411da8681ba042.tar.gz
README.rst to reference new name
Diffstat (limited to 'test')
-rw-r--r--test/sanity/validate-modules/README.rst19
1 files changed, 7 insertions, 12 deletions
diff --git a/test/sanity/validate-modules/README.rst b/test/sanity/validate-modules/README.rst
index 026aab85f9..aab8ee5eb1 100644
--- a/test/sanity/validate-modules/README.rst
+++ b/test/sanity/validate-modules/README.rst
@@ -1,31 +1,26 @@
-ansible-testing
+validate-modules
===============
-Python module to help test or validate Ansible, specifically ansible
-modules
+Python program to help test or validate Ansible modules.
-Installation
-------------
-This module must be installed alongside the current development
-release of Ansible to appropriately test the current development
-state of modules.
+Originally developed by Matt Martz (@sivel)
Usage
~~~~~
::
+ # If you are running Ansible from source
+ source /path/to/ansible/hacking/env-setup
- pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
- pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
- ansible-validate-modules /path/to/ansible-modules-extras
+ validate-modules /path/to/ansible-modules-extras
Help
~~~~
::
- usage: ansible-validate-modules [-h] [-w] [--exclude EXCLUDE] modules
+ usage: validate-modules [-h] [-w] [--exclude EXCLUDE] modules
positional arguments:
modules Path to module or module directory