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/test
Simon fb6ae90f60 Memset: initial module, integration tests, module_utils and supporting documentation. (#40071)
*  * Memset:
   * module_utils and associated documentation.
   * module to manage DNS zones.
   * integration tests to run against Memset's API.

* * memset.py:
  * remove import of requests from memset.py in favour of internal Ansible modules.
  * import necessary Ansible modules for request and response handling.
  * create a response object in order to retain a stable interface to memset_api_call from existing modules.
  * rework memset_api_call to remove requests.
* memset_zone.py:
  * improve short description to be more verbose.
  * ensure all imports directly follow documentation.
  * remove any reference to requests.
  * correct keyerror carried over from elsewhere.

* remove dependency on requests from documentation string

* disable integration tests until we have a cleanup method available
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration Memset: initial module, integration tests, module_utils and supporting documentation. (#40071) 8 years ago
legacy Use https for links to ansible.com domains. 8 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner [AWS] Add Ansible Version to botocore user agent string (#39993) 8 years ago
sanity unarchive now passes the E322 test 8 years ago
units small fixes and additions to bigip_virtual_address (#40362) 8 years ago
utils Make docs-build sanity test disabled by default. 8 years ago