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
Gonéri Le Bouder 964783fbd2 vmware_guest: speed up vmware_guest tests
- Use predictable VM name during the tests (test_vm1, test_vm2 and
  test_vm2). This to simplify the teardown of the newly created resource
  before the next test.
- Update the documentation to explain the new requirement
- Avoid VM creation with `with_items` when it's not mandatory. This to:
    - speed up the test execution, our hypervisors have limited resources
    - simplify the teardown
- Remove `create_d1_c1_f0_env.yml`, the test was just testing how Ansible
  pass environment variables.
- Correct the name for the `f0` variable (`f1`)
- Fix the DVS tests, the hosts can now reach the dvswitch1 vswitch
- Provision the VM with a poweroff status, this to improve the
  idempotency and sleep up the tests
- Avoid the use of `prepare_vmware_tests` to prepare virtual machines
  when we just need one machine
6 years ago
..
platforms vmware_guest: speed up vmware_guest tests 6 years ago
shared_snippets Clarify that GPLv3+ module_utils need core team approval (#56740) 7 years ago
style_guide describe how to link to modules or plugins (#57806) 7 years ago
testing/sanity Use consolidated ignore.txt in ansible-test. (#59618) 6 years ago
collections_tech_preview.rst Replace Mazer references with ansible-galaxy (#59487) 6 years ago
debugging.rst Add an example for the debugging module (#50197) 6 years ago
developing_api.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_core.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_inventory.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_locally.rst Update local module options (#57553) 7 years ago
developing_module_utilities.rst Docs: edits & expands module_utils & search path info in dev guide (#55931) 7 years ago
developing_modules.rst rewrite of the developer guide, part 1 (#45179) 7 years ago
developing_modules_best_practices.rst Rename python files in hacking/ directory to have .py suffix 7 years ago
developing_modules_checklist.rst Clarify documentation on _info vs. _facts modules (#56611) 7 years ago
developing_modules_documenting.rst Cloud dev docs to rst (#56485) 7 years ago
developing_modules_general.rst remove ambiguity: use "my_test" as module name (#59335) 6 years ago
developing_modules_general_aci.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_modules_general_windows.rst Ansible.Basic - add required_by to module spec (#51407) 7 years ago
developing_modules_in_groups.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_plugins.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_program_flow_modules.rst Developer documentation update involving module invocation (#55747) 7 years ago
developing_python_3.rst adds stub API docs in a single file (#46663) 7 years ago
developing_rebasing.rst Update developing_rebasing.rst (#51650) 7 years ago
index.rst Generate galaxy.yml based on single source of truth (#59170) 6 years ago
module_lifecycle.rst rewrite of the developer guide, part 1 (#45179) 7 years ago
overview_architecture.rst Docs: edits & expands module_utils & search path info in dev guide (#55931) 7 years ago
testing.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_compile.rst Remove more docs build errors (#45364) 7 years ago
testing_documentation.rst docsite: correct path, list requirements for testing module docs, etc. (#52008) 7 years ago
testing_httptester.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_integration.rst Update Testing page for OS version (#53800) 7 years ago
testing_integration_legacy.rst restores legacy testing file (#46095) 7 years ago
testing_pep8.rst Remove more docs build errors (#45364) 7 years ago
testing_running_locally.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_sanity.rst Docs: List of Sanity Tests (#52986) 7 years ago
testing_units.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_units_modules.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_validate-modules.rst removes last :doc: links in the dev guide (#58417) 7 years ago